Skip to content

Commit e438418

Browse files
committed
Temporarily fix links
Docs are currently being updated in a PR in a private repo.
1 parent 84a30eb commit e438418

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/scalardb-analytics/deployment.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ The following describes what you should change the content in the angle brackets
6161
- `<YOUR_LICENSE_CERT_PEM>`: The PEM encoded license certificate.
6262
- `<YOUR_LICENSE_KEY>`: The license key.
6363

64-
For more details, refer to [Set up ScalarDB Analytics in the Spark configuration](development.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
64+
For more details, refer to [Set up ScalarDB Analytics in the Spark configuration](./run-analytical-queries.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
6565

6666
<h4>Run analytical queries via the Spark driver</h4>
6767

68-
After the EMR Spark cluster has launched, you can use ssh to connect to the primary node of the EMR cluster and run your Spark application. For details on how to create a Spark Driver application, refer to [Spark Driver application](development.mdx?spark-application-type=spark-driver#spark-driver-application).
68+
After the EMR Spark cluster has launched, you can use ssh to connect to the primary node of the EMR cluster and run your Spark application. For details on how to create a Spark Driver application, refer to [Spark Driver application](./run-analytical-queries.mdx?spark-application-type=spark-driver#spark-driver-application).
6969

7070
<h4>Run analytical queries via Spark Connect</h4>
7171

7272
You can use Spark Connect to run your Spark application remotely by using the EMR cluster that you launched.
7373

74-
You first need to configure the Software setting in the same way as the [Spark Driver application](development.mdx?spark-application-type=spark-driver#spark-driver-application). You also need to set the following configuration to enable Spark Connect.
74+
You first need to configure the Software setting in the same way as the [Spark Driver application](./run-analytical-queries.mdx?spark-application-type=spark-driver#spark-driver-application). You also need to set the following configuration to enable Spark Connect.
7575

7676
<h5>Allow inbound traffic for a Spark Connect server</h5>
7777

@@ -108,7 +108,7 @@ The following describes what you should change the content in the angle brackets
108108

109109
You can run your Spark application via Spark Connect from anywhere by using the remote URL of the Spark Connect server, which is `sc://<PRIMARY_NODE_PUBLIC_HOSTNAME>:15001`.
110110

111-
For details on how to create a Spark application by using Spark Connect, refer to [Spark Connect application](development.mdx?spark-application-type=spark-connect#spark-connect-application).
111+
For details on how to create a Spark application by using Spark Connect, refer to [Spark Connect application](./run-analytical-queries.mdx?spark-application-type=spark-connect#spark-connect-application).
112112

113113
</TabItem>
114114
<TabItem value="databricks" label="Databricks">
@@ -153,7 +153,7 @@ spark.sql.catalog.<CATALOG_NAME>.license.cert_pem {{secrets/scalardb-analytics-s
153153

154154
:::note
155155

156-
You also need to configure the data source. For details, refer to [Set up ScalarDB Analytics in the Spark configuration](development.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
156+
You also need to configure the data source. For details, refer to [Set up ScalarDB Analytics in the Spark configuration](./run-analytical-queries.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
157157

158158
:::
159159

versioned_docs/version-3.14/scalardb-analytics/deployment.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ The following describes what you should change the content in the angle brackets
6262
- `<YOUR_LICENSE_CERT_PEM>`: The PEM encoded license certificate.
6363
- `<YOUR_LICENSE_KEY>`: The license key.
6464

65-
For more details, refer to [Set up ScalarDB Analytics in the Spark configuration](development.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
65+
For more details, refer to [Set up ScalarDB Analytics in the Spark configuration](./run-analytical-queries.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
6666

6767
<h4>Run analytical queries via the Spark driver</h4>
6868

69-
After the EMR Spark cluster has launched, you can use ssh to connect to the primary node of the EMR cluster and run your Spark application. For details on how to create a Spark Driver application, refer to [Spark Driver application](development.mdx?spark-application-type=spark-driver#spark-driver-application).
69+
After the EMR Spark cluster has launched, you can use ssh to connect to the primary node of the EMR cluster and run your Spark application. For details on how to create a Spark Driver application, refer to [Spark Driver application](./run-analytical-queries.mdx?spark-application-type=spark-driver#spark-driver-application).
7070

7171
<h4>Run analytical queries via Spark Connect</h4>
7272

7373
You can use Spark Connect to run your Spark application remotely by using the EMR cluster that you launched.
7474

75-
You first need to configure the Software setting in the same way as the [Spark Driver application](development.mdx?spark-application-type=spark-driver#spark-driver-application). You also need to set the following configuration to enable Spark Connect.
75+
You first need to configure the Software setting in the same way as the [Spark Driver application](./run-analytical-queries.mdx?spark-application-type=spark-driver#spark-driver-application). You also need to set the following configuration to enable Spark Connect.
7676

7777
<h5>Allow inbound traffic for a Spark Connect server</h5>
7878

@@ -109,7 +109,7 @@ The following describes what you should change the content in the angle brackets
109109

110110
You can run your Spark application via Spark Connect from anywhere by using the remote URL of the Spark Connect server, which is `sc://<PRIMARY_NODE_PUBLIC_HOSTNAME>:15001`.
111111

112-
For details on how to create a Spark application by using Spark Connect, refer to [Spark Connect application](development.mdx?spark-application-type=spark-connect#spark-connect-application).
112+
For details on how to create a Spark application by using Spark Connect, refer to [Spark Connect application](./run-analytical-queries.mdx?spark-application-type=spark-connect#spark-connect-application).
113113

114114
</TabItem>
115115
<TabItem value="databricks" label="Databricks">
@@ -154,7 +154,7 @@ spark.sql.catalog.<CATALOG_NAME>.license.cert_pem {{secrets/scalardb-analytics-s
154154

155155
:::note
156156

157-
You also need to configure the data source. For details, refer to [Set up ScalarDB Analytics in the Spark configuration](development.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
157+
You also need to configure the data source. For details, refer to [Set up ScalarDB Analytics in the Spark configuration](./run-analytical-queries.mdx#set-up-scalardb-analytics-in-the-spark-configuration).
158158

159159
:::
160160

0 commit comments

Comments
 (0)