<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adding tags without Cluster Restart in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/89503#M37832</link>
    <description>&lt;P&gt;Correct, we can leverage job level tagging, but again it comes with a cost of handling concurrent runs or repair runs and some special cases as the job definition will change.&lt;BR /&gt;We generally don't trigger the runs using UI as we have an automated process to trigger the runs.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 16:18:22 GMT</pubDate>
    <dc:creator>ryomen_sukuna</dc:creator>
    <dc:date>2024-09-11T16:18:22Z</dc:date>
    <item>
      <title>Adding tags without Cluster Restart</title>
      <link>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88184#M37498</link>
      <description>&lt;P&gt;Hi Team, I want to add tags to cluster that is shared for multiple job runs.&lt;BR /&gt;To isolate cost we want to leverage tagging.&lt;BR /&gt;If a job run is already in place on a running cluster, I want to trigger one more run and add tags.&lt;BR /&gt;I'm not able to add tags without &lt;STRONG&gt;cluster restart&lt;/STRONG&gt; which I don't want, as already a job is using that cluster.&lt;BR /&gt;&lt;BR /&gt;How to Isolate cost per run in such cases.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 04:36:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88184#M37498</guid>
      <dc:creator>ryomen_sukuna</dc:creator>
      <dc:date>2024-09-04T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tags without Cluster Restart</title>
      <link>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88201#M37506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/119070"&gt;@ryomen_sukuna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Unfortunately, I believe it's not possible. Any change to the cluster configuration requires a restart for the changes to take effect. Below snippet from documenatation:&lt;BR /&gt;&lt;BR /&gt;"&lt;/P&gt;&lt;DIV class=""&gt;Updates the configuration of a cluster to match the provided attributes and size. A cluster can be updated if it is in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;RUNNING&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;TERMINATED&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;state.&lt;/DIV&gt;&lt;DIV class=""&gt;If a cluster is updated while in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;RUNNING&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;state, it will be restarted so that the new attributes can take effect.&lt;/DIV&gt;&lt;DIV class=""&gt;If a cluster is updated while in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;TERMINATED&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;state, it will remain&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;TERMINATED&lt;/SPAN&gt;. The next time it is started using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;clusters/start&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;API, the new attributes will take effect. Any attempt to update a cluster in any other state will be rejected with an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;INVALID_STATE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;error code."&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Sep 2024 06:27:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88201#M37506</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-09-04T06:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tags without Cluster Restart</title>
      <link>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88215#M37511</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;do we have some other way we can i&lt;SPAN&gt;solate cost per run?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 06:57:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88215#M37511</guid>
      <dc:creator>ryomen_sukuna</dc:creator>
      <dc:date>2024-09-04T06:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tags without Cluster Restart</title>
      <link>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88217#M37512</link>
      <description>&lt;P&gt;Can't you just add additional tags on a job level? According to documenatation t&lt;SPAN&gt;ags defined on job level also propagate to job clusters created when a job is run, allowing you to use tags with your existing&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/en/admin/account-settings/usage-detail-tags.html" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;cluster monitoring&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Slash_0-1725433445489.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10914iEDA74D2D5D8FDE91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Slash_0-1725433445489.png" alt="Slash_0-1725433445489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 07:04:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/88217#M37512</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-09-04T07:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding tags without Cluster Restart</title>
      <link>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/89503#M37832</link>
      <description>&lt;P&gt;Correct, we can leverage job level tagging, but again it comes with a cost of handling concurrent runs or repair runs and some special cases as the job definition will change.&lt;BR /&gt;We generally don't trigger the runs using UI as we have an automated process to trigger the runs.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 16:18:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/adding-tags-without-cluster-restart/m-p/89503#M37832</guid>
      <dc:creator>ryomen_sukuna</dc:creator>
      <dc:date>2024-09-11T16:18:22Z</dc:date>
    </item>
  </channel>
</rss>

