Skip to content

Commit

Permalink
fix(docs): Add spark.datahub.stage_metadata_coalescing to recommended…
Browse files Browse the repository at this point in the history
… configuration for databricks (#11800)
  • Loading branch information
acrylJonny authored Dec 2, 2024
1 parent 59181e4 commit 2f20c52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions metadata-integration/java/acryl-spark-lineage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ information like tokens.
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 2f20c52

Please sign in to comment.