Extract cluster usage tags from databricks cluster init script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 03:14 PM
Is it possible we extract cluster usage tags from databricks cluster init script, I am specifically interested in spark.databricks.clusterUsageTags.clusterAllTags.
I tried to extract from /databricks/spark/conf/spark.conf and /databricks/spark/conf/spark-default.conf but I get a error saying no such directory.
It would be great if you can help on this
- Labels:
-
Spark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 10:31 PM
Hi, For reference: https://community.databricks.com/t5/data-engineering/pull-cluster-tags/td-p/19216 , could you please confirm the key expectation here? Extracting as such?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 12:02 AM
@Debayan thank you for your reply.
Reference link helps to get the cluster usage tags from notebook when the cluster is completly up and running.
Our requirement is to extract cluster usage tags during the cluster initiation and pass this info to spark layout for azure databricks spark monitoring jar(12.2 lts).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 04:08 AM
@Ravikumashi Where you ever able to achieve this ?

