You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-3.15/requirements.mdx
+6-22Lines changed: 6 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For building applications that integrate with the library, the following Java De
30
30
-**[Oracle JDK](https://www.oracle.com/java/):** 8, 11, 17 or 21 (LTS versions)
31
31
-**[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)
32
32
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.
34
34
35
35
### Databases
36
36
@@ -322,21 +322,6 @@ If you're using Oracle Database, the following privileges must be granted.
322
322
</TabItem>
323
323
</Tabs>
324
324
325
-
#### IBM Db2
326
-
327
-
If you're using Db2, the following authorities must be granted.
328
-
329
-
<TabsgroupId="db2-versions"queryString>
330
-
<TabItemvalue="db2-12.1"label="Db2 12.1"default>
331
-
-`DBADM`
332
-
-`DATAACCESS`
333
-
</TabItem>
334
-
<TabItemvalue="db2-11.5"label="Db2 11.5">
335
-
-`DBADM`
336
-
-`DATAACCESS`
337
-
</TabItem>
338
-
</Tabs>
339
-
340
325
#### MySQL
341
326
342
327
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.
488
473
489
474
## Cluster
490
475
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).
476
+
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).
492
477
493
478
### Languages and runtimes
494
479
@@ -505,7 +490,7 @@ For building applications that integrate with the library, the following Java De
505
490
506
491
#### .NET
507
492
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).
493
+
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).
509
494
510
495
For building applications that integrate with the library, the following .NET versions are verified and supported:
511
496
@@ -545,7 +530,7 @@ ScalarDB Cluster is provided as a cluster consisting of one or more Pods on the
545
530
546
531
## Analytics
547
532
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).
533
+
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).
549
534
550
535
### Spark
551
536
@@ -661,12 +646,11 @@ ScalarDB Analytics can run analytical queries on the following NoSQL databases *
661
646
662
647
ScalarDB Analytics requires read permissions to perform its operations on the underlying databases.
663
648
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.
649
+
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.
665
650
666
651
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).
667
652
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.
653
+
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.
0 commit comments