Azure Databricks · JSON Structure

Azure Databricks Cluster Log Conf Structure

Type: object Properties: 2
AnalyticsApache SparkBig DataData EngineeringMachine Learning

ClusterLogConf is a JSON Structure definition published by Azure Databricks, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dbfs s3

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClusterLogConf",
  "type": "object",
  "properties": {
    "dbfs": {
      "type": "object"
    },
    "s3": {
      "type": "object"
    }
  }
}