Skip to content

Commit

Permalink
document how to disable multi-cluster writes (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
talSofer authored Jul 7, 2021
1 parent 56025a1 commit 1dd4f18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/integrations/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ the [documentation](https://docs.databricks.com/data/data-sources/aws/amazon-s3.
When lakeFS runs inside your private network, your Databricks cluster needs to be able to access it. This can be done by
setting up a VPC peering between the two VPCs (the one where lakeFS runs, and the one where Databricks runs). For this to
work on DeltaLake tables, you would also have to
disable [multi-cluster writes](https://docs.databricks.com/delta/delta-faq.html#what-does-it-mean-that-delta-lake-supports-multi-cluster-writes).
disable [multi-cluster writes](https://docs.databricks.com/delta/delta-faq.html#what-does-it-mean-that-delta-lake-supports-multi-cluster-writes) with:

```
spark.databricks.delta.multiClusterWrites.enabled false
```

#### Using multi-cluster writes

Expand Down

0 comments on commit 1dd4f18

Please sign in to comment.