Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 479 Bytes

configure_cluster.md

File metadata and controls

16 lines (10 loc) · 479 Bytes

Configure Azure DataBricks Cluster for connection

Visit your Databricks cluster page, and verify that your cluster supports python3.

Cluster Screen

Next open the 'Advanced Options' drop settings.

Configuration settings

Add the following lines to the Spark Config:

spark.databricks.service.server.enabled true # required with Runtime version 5.3 or below
spark.databricks.service.port 8787