From cd01fbfca7afb4d0c1789ed3dbd79d77fbade434 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 17 Sep 2025 09:59:21 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.15/requirements.mdx | 28 +++++--------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/versioned_docs/version-3.15/requirements.mdx b/versioned_docs/version-3.15/requirements.mdx index 02a15ec6..6d8ced6e 100644 --- a/versioned_docs/version-3.15/requirements.mdx +++ b/versioned_docs/version-3.15/requirements.mdx @@ -30,7 +30,7 @@ For building applications that integrate with the library, the following Java De - **[Oracle JDK](https://www.oracle.com/java/):** 8, 11, 17 or 21 (LTS versions) - **[OpenJDK](https://openjdk.org/) ([Eclipse Temurin](https://adoptium.net/temurin/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft Build of OpenJDK](https://learn.microsoft.com/en-us/java/openjdk/)):** 8, 11, 17 or 21 (LTS versions) -The same versioned Java Runtime Environments (JREs) are also supported for running the tools. +Java Runtime Environments (JREs) of these JDKs are also supported for running the tools. ### Databases @@ -322,21 +322,6 @@ If you're using Oracle Database, the following privileges must be granted. -#### IBM Db2 - -If you're using Db2, the following authorities must be granted. - - - - - `DBADM` - - `DATAACCESS` - - - - `DBADM` - - `DATAACCESS` - - - #### MySQL If you're using MySQL, the following privileges must be granted. @@ -488,7 +473,7 @@ If you're using Apache Cassandra, the following privileges must be granted. ## Cluster -ScalarDB Cluster is a component that provides a clustering solution for the Core component to work as a clustered server. For more information, see [ScalarDB Design](./design.mdx). +ScalarDB Cluster is a component that provides a clustering solution for the Core component to work as a clustered server. For more information, see [ScalarDB Design](./design.mdx). ### Languages and runtimes @@ -505,7 +490,7 @@ For building applications that integrate with the library, the following Java De #### .NET -The .NET client SDK for ScalarDB Cluster is available as a NuGet package. For more details, see [Install the SDK](scalardb-cluster-dotnet-client-sdk/getting-started-with-distributed-transactions#install-the-sdk). +The .NET client SDK for ScalarDB Cluster is available as a NuGet package. For more details, see [Install the SDK](scalardb-cluster-dotnet-client-sdk/getting-started-with-distributed-transactions.mdx#install-the-sdk). For building applications that integrate with the library, the following .NET versions are verified and supported: @@ -545,7 +530,7 @@ ScalarDB Cluster is provided as a cluster consisting of one or more Pods on the ## Analytics -ScalarDB Analytics is a component that provides scalable analytical processing for the data managed by the Core component or managed by applications that don’t use ScalarDB. For more information, see [ScalarDB Design](./design.mdx). +ScalarDB Analytics is a component that provides scalable analytical processing for the data managed by the Core component or managed by applications that don't use ScalarDB. For more information, see [ScalarDB Design](./design.mdx). ### Spark @@ -661,12 +646,11 @@ ScalarDB Analytics can run analytical queries on the following NoSQL databases * ScalarDB Analytics requires read permissions to perform its operations on the underlying databases. -For databases managed under ScalarDB Core and Cluster, the databases are already configured according to [Database permission requirements](requirements.mdx#database-permission-requirements), so no additional configuration is required. +For databases managed under ScalarDB Core and Cluster, the databases are already configured according to [Database permission requirements](#database-permission-requirements), so no additional configuration is required. For databases **not** managed under ScalarDB Core and Cluster, make sure you register your data sources with users who have read permission on the data sources. For instructions on registering your data sources, see [Data source configurations](scalardb-analytics/run-analytical-queries.mdx#data-source-configurations). -The ScalarDB Analytics server also requires permissions to manage catalog information in its database. -Create a user with permission according to [Database permission requirements](requirements.mdx#database-permission-requirements) and set the user to the ScalarDB Analytics server configuration. +The ScalarDB Analytics server also requires permissions to manage catalog information in its database. Create a user with permission according to [Database permission requirements](#database-permission-requirements) and set the user to the ScalarDB Analytics server configuration. ### Required ports