Skip to content

Commit b636ca7

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent 5725a42 commit b636ca7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/requirements.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For building applications that integrate with the library, the following Java De
3030
- **[Oracle JDK](https://www.oracle.com/java/):** 8, 11, 17 or 21 (LTS versions)
3131
- **[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)
3232

33-
The same versioned Java Runtime Environments (JREs) are also supported for running the tools.
33+
Java Runtime Environments (JREs) of these JDKs are also supported for running the tools.
3434

3535
### Databases
3636

@@ -488,7 +488,7 @@ If you're using Apache Cassandra, the following privileges must be granted.
488488

489489
## Cluster
490490

491-
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).
491+
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).
492492

493493
### Languages and runtimes
494494

@@ -505,7 +505,7 @@ For building applications that integrate with the library, the following Java De
505505

506506
#### .NET
507507

508-
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).
508+
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).
509509

510510
For building applications that integrate with the library, the following .NET versions are verified and supported:
511511

@@ -545,7 +545,7 @@ ScalarDB Cluster is provided as a cluster consisting of one or more Pods on the
545545

546546
## Analytics
547547

548-
ScalarDB Analytics is a component that provides scalable analytical processing for the data managed by the Core component or managed by applications that dont use ScalarDB. For more information, see [ScalarDB Design](./design.mdx).
548+
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).
549549

550550
### Spark
551551

@@ -661,12 +661,11 @@ ScalarDB Analytics can run analytical queries on the following NoSQL databases *
661661

662662
ScalarDB Analytics requires read permissions to perform its operations on the underlying databases.
663663

664-
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.
664+
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.
665665

666-
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 [Create your catalog](scalardb-analytics/create-scalardb-analytics-catalog#create-your-catalog).
666+
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 [Create your catalog](scalardb-analytics/create-scalardb-analytics-catalog.mdx#create-your-catalog).
667667

668-
The ScalarDB Analytics server also requires permissions to manage catalog information in its database.
669-
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.
668+
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.
670669

671670
### Required ports
672671

0 commit comments

Comments
 (0)