Skip to content

Commit e2dfdb2

Browse files
committed
update glue docs
1 parent 2efe698 commit e2dfdb2

File tree

1 file changed

+9
-8
lines changed
  • docs/integrations/data-ingestion/aws-glue

1 file changed

+9
-8
lines changed

docs/integrations/data-ingestion/aws-glue/index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,24 @@ To integrate your Glue code with ClickHouse, you can use our official Spark conn
2525
<Tabs>
2626
<TabItem value="AWS Marketplace" label="AWS Marketplace" default>
2727

28-
1. ### Subscribe to the Connector {#subscribe-to-the-connector}
28+
1. <h3 id="subscribe-to-the-connector">Subscribe to the Connector</h3>
2929
To access the connector in your account, subscribe to the ClickHouse AWS Glue Connector from AWS Marketplace.
3030

31-
2. ### Grant Required Permissions {#grant-required-permissions}
31+
2. <h3 id="grant-required-permissions">Grant Required Permissions</h3>
3232
Ensure your Glue job’s IAM role has the necessary permissions, as described in the minimum privileges [guide](https://docs.aws.amazon.com/glue/latest/dg/getting-started-min-privs-job.html#getting-started-min-privs-connectors).
3333

34-
3. ### Activate the Connector & Create a Connection {#activate-the-connector}
35-
You can activate the connector and create a connection directly by clicking [this link](https://console.aws.amazon.com/gluestudio/home#/connector/add-connection?connectorName="ClickHouse%20AWS%20Glue%20Connector"&connectorType="Spark"&connectorUrl=https://709825985650.dkr.ecr.us-east-1.amazonaws.com/clickhouse/clickhouse-glue:0.1&connectorClassName="com.clickhouse.spark.ClickHouseCatalog"), which opens the Glue connector creation page with key fields pre-filled.
34+
3. <h3 id="activate-the-connector">Activate the Connector & Create a Connection</h3>
35+
You can activate the connector and create a connection directly by clicking [this link](https://console.aws.amazon.com/gluestudio/home#/connector/add-connection?connectorName="ClickHouse%20AWS%20Glue%20Connector"&connectorType="Spark"&connectorUrl=https://709825985650.dkr.ecr.us-east-1.amazonaws.com/clickhouse/clickhouse-glue:0.1&connectorClassName="com.clickhouse.spark.ClickHouseCatalog"), which opens the Glue connection creation page with key fields pre-filled. Give the connection a name, and press create.
3636

37-
4. ### Set Up a Connection {#set-a-connection}
38-
Create a new Glue connection using the connector, providing your ClickHouse JDBC URL and credentials.
39-
40-
5. ### Use in Glue Job {#use-in-glue-jon}
37+
4. <h3 id="use-in-glue-job">Use in Glue Job</h3>
4138
In your Glue job, select the `Job details` tab, and expend the `Advanced properties` window. Under the `Connections` section, select the connection you just created. The connector automatically injects the required JARs into the job runtime.
4239

4340
<Image img={notebook_connections_config} size='md' alt='Glue Notebook connections config' />
4441

42+
:::note
43+
The JARs used in the Glue connector are built for `Spark 3.2`, `Scala 2`, and `Python 3`. Make sure to select these versions when configuring your Glue job.
44+
:::
45+
4546
</TabItem>
4647
<TabItem value="Manual Installation" label="Manual Installation">
4748
To add the required jars manually, please follow the following:

0 commit comments

Comments
 (0)