Optionalstoragedestination needs to be provided. e.g.
{ "dbfs": { "destination" : "dbfs:/home/cluster_log" } }
destination and either the region or endpoint need to be provided. e.g.
{ \"s3\": { \"destination\": \"s3://cluster_log_bucket/prefix\", \"region\": \"us-west-2\" } }
Cluster iam role is used to access s3, please make sure the cluster iam role in
instance_profile_arn has permission to write data to the s3 destination.
destination needs to be provided, e.g.
{ "file": { "destination": "file:/my/local/file.sh" } }
destination needs to be provided, e.g.
{ "gcs": { "destination": "gs://my-bucket/file.sh" } }
destination needs to be provided, e.g.
abfss://<container-name>@<storage-account-name>.dfs.core.windows.net/<directory-name>
destination needs to be provided, e.g.
{ "workspace": { "destination": "/cluster-init-scripts/setup-datadog.sh" } }
destination needs to be provided. e.g.
{ \"volumes\" : { \"destination\" : \"/Volumes/my-init.sh\" } }
Config for an individual init script