Configuration for delivering Spark logs to a destination
{ "$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" } } }