Skip to content

Commit a288c5d

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

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

versioned_docs/version-3.12/scalardb-analytics-spark/README.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ tags:
88

99
import WarningLicenseKeyContact from '/src/components/en-us/_warning-license-key-contact.mdx';
1010

11+
:::warning
12+
13+
This version of ScalarDB Analytics with Spark was in private preview. Please use version 3.14 or later instead.
14+
15+
:::
16+
1117
ScalarDB, as a universal transaction manager, targets mainly transactional workloads and therefore supports limited subsets of relational queries.
1218

1319
ScalarDB Analytics with Spark extends the functionality of ScalarDB to process analytical queries on ScalarDB-managed data by using Apache Spark and Spark SQL.

versioned_docs/version-3.12/scalardb-analytics-spark/configuration.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ tags:
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

12+
:::warning
13+
14+
This version of ScalarDB Analytics with Spark was in private preview. Please use version 3.14 or later instead.
15+
16+
:::
17+
1218
There are two ways to configure ScalarDB Analytics with Spark:
1319

1420
- By configuring the properties in `spark.conf`

versioned_docs/version-3.12/scalardb-analytics-spark/getting-started.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ tags:
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

12+
:::warning
13+
14+
This version of ScalarDB Analytics with Spark was in private preview. Please use version 3.14 or later instead.
15+
16+
:::
17+
1218
This guide explains how to get started with ScalarDB Analytics with Spark.
1319

1420
## Prerequisites

versioned_docs/version-3.12/scalardb-analytics-spark/version-compatibility.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ tags:
66

77
# Version Compatibility of ScalarDB Analytics with Spark
88

9+
:::warning
10+
11+
This version of ScalarDB Analytics with Spark was in private preview. Please use version 3.14 or later instead.
12+
13+
:::
14+
915
Since Spark and Scala may be incompatible among different minor versions, ScalarDB Analytics with Spark offers different artifacts for various Spark and Scala versions, named in the format `scalardb-analytics-spark-<SPARK_VERSION>_<SCALA_VERSION>`. Make sure that you select the artifact matching the Spark and Scala versions you're using. For example, if you're using Spark 3.5 with Scala 2.13, you must specify `scalardb-analytics-spark-3.5_2.13`.
1016

1117
Regarding the Java version, ScalarDB Analytics with Spark supports Java 8 or later.

0 commit comments

Comments
 (0)