Skip to content

Commit 7418595

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

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

versioned_docs/version-3.13/requirements.mdx

Lines changed: 7 additions & 12 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

@@ -522,16 +522,11 @@ Since ScalarDB Cluster uses Core to interact with databases, the requirements fo
522522

523523
### Required ports
524524

525-
ScalarDB requires the following ports to be accessible. These default port numbers can be configured as needed:
525+
ScalarDB Cluster requires the following ports to be accessible. These default port numbers can be configured as needed:
526526

527-
- **ScalarDB Cluster**
528-
- 60053 (Administrative API / Transactional API / SQL API / pause operation)
529-
- 8080 (GraphQL)
530-
- 9080 (metrics)
531-
- **ScalarDB Analytics**
532-
- 11051 (catalog service)
533-
- 11052 (metering service)
534-
- The port number that Apache Spark uses depends on how you deploy the Spark cluster. For details on which ports you need to make accessible, please refer to your Spark service provider's documentation.
527+
- 60053 (Administrative API / Transactional API / SQL API / pause operation)
528+
- 8080 (GraphQL)
529+
- 9080 (metrics)
535530

536531
### Kubernetes
537532

0 commit comments

Comments
 (0)