- 4830 Views
- 1 replies
- 2 kudos
Databricks jobs create API throws unexpected errorError response :{"error_code": "INVALID_PARAMETER_VALUE","message": "Cluster validation error: Missing required field: settings.cluster_spec.new_cluster.size"}Any idea on this?
- 4830 Views
- 1 replies
- 2 kudos
Latest Reply
Could you please specify num_workers in the json body and try API again.Also, another recommendation can be configuring what you want in UI, and then pressing “JSON” button that should show corresponding JSON which you can use for API
- 1383 Views
- 1 replies
- 1 kudos
A number of people like developing locally using an IDE and then deploying. What are the recommended ways to do that with Databricks jobs?
- 1383 Views
- 1 replies
- 1 kudos
Latest Reply
The Databricks Runtime and Apache Spark use the same base API. One can create Spark jobs that run locally and have them run on Databricks with all available Databricks features.It is required that one uses SparkSession.builder.getOrCreate() to create...