Hello Databricks Community,
I am trying to connect databricks with datadog and have added datadog agent script in global init but it did not worked. Just to make sure if init script is working or not I have added below two lined of code in global init script.
#!/bin/bash
echo " ============== init_script ========="
After that I have restarted cluster and I do not see any output in Cluster > my-cluster> "Driver Logs" nor I am seeing any INIT_SCRIPTS_STARTED in "Event Log". What am I missing? How do I check if script files were executed or not?
Runtime:
14.3 LTS (includes Apache Spark 3.5.0, Scala 2.12)