You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/job.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ This data source exports the following attributes:
35
35
The following resources are used in the same context:
36
36
37
37
*[databricks_jobs](jobs.md) data to get all jobs and their names from a workspace.
38
-
*[databricks_job](../resources/job.md) to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a [databricks_cluster](../resources/cluster.md).
38
+
*[databricks_job](../resources/job.md) to manage [Databricks Jobs](https://docs.databricks.com/jobs.html) to run non-interactive code in a [databricks_cluster](../resources/cluster.md).
Copy file name to clipboardExpand all lines: docs/resources/cluster.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ When you [create a Databricks cluster](https://docs.databricks.com/clusters/conf
88
88
*`max_workers` - (Optional) The maximum number of workers to which the cluster can scale up when overloaded. max_workers must be strictly greater than min_workers.
89
89
90
90
When using a [Single Node cluster](https://docs.databricks.com/clusters/single-node.html), `num_workers` needs to be `0`. It can be set to `0` explicitly, or simply not specified, as it defaults to `0`. When `num_workers` is `0`, provider checks for presence of the required Spark configurations:
91
-
*`spark.master` must has prefix `local`, like `local[*]`
91
+
*`spark.master` must have prefix `local`, like `local[*]`
92
92
*`spark.databricks.cluster.profile` must have value `singleNode`
0 commit comments