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: docs/integrations/data-ingestion/azure-synapse/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article will show you how to integrate the [ClickHouse Spark connector](/in
21
21
22
22
<TOCInlinetoc={toc}></TOCInline>
23
23
24
-
## Add the connector's dependencies
24
+
## Add the connector's dependencies {#add-connector-dependencies}
25
25
Azure Synapse supports three levels of [packages maintenance](https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-azure-portal-add-libraries):
26
26
1. Default packages
27
27
2. Spark pool level
@@ -35,7 +35,7 @@ Follow the [Manage libraries for Apache Spark pools guide](https://learn.microso
35
35
36
36
Please visit our [Spark Connector Compatibility Matrix](/integrations/apache-spark/spark-native-connector#compatibility-matrix) docs to understand which versions suit your needs.
37
37
38
-
## Add ClickHouse as a catalog
38
+
## Add ClickHouse as a catalog {#add-clickhouse-as-catalog}
39
39
40
40
There are a variety of ways to add Spark configs to your session:
41
41
* Custom configuration file to load with your session
@@ -51,15 +51,15 @@ For instance, you can configure your Spark session in the first cell of your not
51
51
52
52
Please visit the [ClickHouse Spark configurations page](integrations/apache-spark/spark-native-connector#configurations) for additional settings.
53
53
54
-
## Setup Verification
54
+
## Setup Verification {#setup-verification}
55
55
56
56
To verify that the dependencies and configurations were set successfully, please visit your session's Spark UI, and go to your `Environment` tab.
57
57
There, look for your ClickHouse related settings:
58
58
59
59
<Imageimg={sparkUICHSettings}size="xl"alt="Verifying ClickHouse settings using Spark UI"border/>
0 commit comments