Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylJonny committed Nov 6, 2024
1 parent d5d4810 commit 9f8f5b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions metadata-integration/java/spark-lineage-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ The Spark agent can be configured using Databricks Cluster [Spark configuration]
- Open Databricks Cluster configuration page. Click the **Advanced Options** toggle. Click the **Spark** tab. Add below configurations under `Spark Config`.

```text
spark.extraListeners datahub.spark.DatahubSparkListener
spark.datahub.rest.server http://localhost:8080
spark.datahub.databricks.cluster cluster-name<any preferred cluster identifier>
spark.extraListeners datahub.spark.DatahubSparkListener
spark.datahub.rest.server http://localhost:8080
spark.datahub.stage_metadata_coalescing true
spark.datahub.databricks.cluster cluster-name<any preferred cluster identifier>
```

- Click the **Init Scripts** tab. Set cluster init script as `dbfs:/datahub/init.sh`.
Expand Down

0 comments on commit 9f8f5b3

Please sign in to comment.