Skip to content

Commit e59efee

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent d5585ae commit e59efee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versioned_docs/version-3.14/scalardb-analytics/run-analytical-queries.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ For example configurations in a practical scenario, see [the sample application
4343
| Configuration Key | Required | Description |
4444
|:-----------------|:---------|:------------|
4545
| `spark.jars.packages` | No | A comma-separated list of Maven coordinates for the required dependencies. User need to include the ScalarDB Analytics package you are using, otherwise, specify it as the command line argument when running the Spark application. For details about the Maven coordinates of ScalarDB Analytics, refer to [Add ScalarDB Analytics dependency](#add-the-scalardb-analytics-dependency). |
46-
| `spark.sql.extensions` | Yes | Must be set to `com.scalar.db.analytics.spark.Extensions` |
47-
| `spark.sql.catalog.<CATALOG_NAME>` | Yes | Must be set to `com.scalar.db.analytics.spark.ScalarCatalog` |
46+
| `spark.sql.extensions` | Yes | Must be set to `com.scalar.db.analytics.spark.extension.ScalarDbAnalyticsExtensions`. |
47+
| `spark.sql.catalog.<CATALOG_NAME>` | Yes | Must be set to `com.scalar.db.analytics.spark.ScalarDbAnalyticsCatalog`. |
4848

4949
You can specify any name for `<CATALOG_NAME>`. Be sure to use the same catalog name throughout your configuration.
5050

@@ -163,8 +163,8 @@ Below is an example configuration for ScalarDB Analytics that demonstrates how t
163163
```conf
164164
# Spark plugin configurations
165165
spark.jars.packages com.scalar-labs:scalardb-analytics-spark-all-<SPARK_VERSION>_<SCALA_VERSION>:<SCALARDB_ANALYTICS_VERSION>
166-
spark.sql.extensions com.scalar.db.analytics.spark.Extensions
167-
spark.sql.catalog.scalardb com.scalar.db.analytics.spark.ScalarCatalog
166+
spark.sql.extensions com.scalar.db.analytics.spark.extension.ScalarDbAnalyticsExtensions
167+
spark.sql.catalog.scalardb com.scalar.db.analytics.spark.ScalarDbAnalyticsCatalog
168168
169169
# License configurations
170170
spark.sql.catalog.scalardb.license.key <LICENSE_KEY>

0 commit comments

Comments
 (0)