Azure Databricks · Schema

ClusterLogConf

Configuration for delivering Spark logs to a destination

AnalyticsApache SparkBig DataData EngineeringMachine Learning

Properties

Name Type Description
dbfs object
s3 object
View JSON Schema on GitHub

JSON Schema

azure-databricks-cluster-log-conf-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterLogConf",
  "type": "object",
  "description": "Configuration for delivering Spark logs to a destination",
  "properties": {
    "dbfs": {
      "type": "object"
    },
    "s3": {
      "type": "object"
    }
  }
}