79233464

Date: 2024-11-28 10:31:31
Score: 1
Natty:
Report link

Following on from Kashyap's anwser, i neededed to include the following to the json request

  "spark_conf": {
     "spark.databricks.cluster.profile":"singleNode",
     "spark.master":"local[*, 4]"
  },
 "custom_tags": {
  "ResourceClass":"SingleNode"
}

in order to be able to interact with tables and not present warning messages in the UI.

Reasons:
  • Blacklisted phrase (0.5): i need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TA1992