INFACore SDK for Python

INFACore SDK for Python

Set up the Databricks cluster

Set up the Databricks cluster

Set up the Databricks cluster for use with Databricks Connect. Databricks Connect runs your jobs remotely on a Databricks cluster using Spark APIs. The Databricks cluster must be using Databricks Runtime version 5.1 or later.
  1. In the compute configuration of the Databricks cluster, go to the advanced options.
  2. Edit the Spark configuration section and enter the following code snippet:
    spark.databricks.service.server.enabled true
  3. Enter the following code snippet, based on whether you want to use AWS Databricks or Azure Databricks:
    • To use AWS Databricks, enter the following code snippet:
      spark.databricks.service.port 15001
    • To use Azure Databricks, enter the following code snippet:
      spark.databricks.service.port 8787
  4. Restart the cluster.

0 COMMENTS

We’d like to hear from you!