<?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: Job cluster support in jobs/runs/submit API in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10719#M5832</link>
    <description>&lt;P&gt;I tried with a sample but got error "Shared job cluster feature is not supported in runs/submit API."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the same in documentation "https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/jobs-api-updates?source=recommendations#--runs-submit" that runs submit request does not support shared job clusters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if there is any specific reason to not supporting shared job clusters in this API. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 12:57:36 GMT</pubDate>
    <dc:creator>hanish</dc:creator>
    <dc:date>2023-01-26T12:57:36Z</dc:date>
    <item>
      <title>Job cluster support in jobs/runs/submit API</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10717#M5830</link>
      <description>&lt;P&gt;We are using jobs/runs/submit API of databricks to create and trigger a one-time run with new_cluster and existing_cluster configuration. &lt;/P&gt;&lt;P&gt;We would like to check if there is provision to pass "job_clusters" in this API to reuse the same cluster across multiple tasks of job?&lt;/P&gt;&lt;P&gt;We are not able to find this in Databricks API Doc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 09:22:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10717#M5830</guid>
      <dc:creator>hanish</dc:creator>
      <dc:date>2023-01-25T09:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster support in jobs/runs/submit API</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10718#M5831</link>
      <description>&lt;P&gt;@Hanish Bansal​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reading Jobs API updates, they've added support for shared job cluster.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/jobs-api-updates?source=recommendations#api-changes" target="test_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/jobs-api-updates?source=recommendations#api-changes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;To configure shared job clusters, include a JobCluster array in the JobSettings object. You can specify a maximum of 100 clusters per job. The following is an example of an API 2.1 response for a job configured with two shared clusters&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 11:07:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10718#M5831</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2023-01-25T11:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster support in jobs/runs/submit API</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10719#M5832</link>
      <description>&lt;P&gt;I tried with a sample but got error "Shared job cluster feature is not supported in runs/submit API."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the same in documentation "https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/jobs-api-updates?source=recommendations#--runs-submit" that runs submit request does not support shared job clusters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if there is any specific reason to not supporting shared job clusters in this API. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 12:57:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10719#M5832</guid>
      <dc:creator>hanish</dc:creator>
      <dc:date>2023-01-26T12:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster support in jobs/runs/submit API</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10720#M5833</link>
      <description>&lt;P&gt;@Hanish Bansal​&amp;nbsp;Shared job cluster for &lt;B&gt;&amp;nbsp;jobs/runs/submit API &lt;/B&gt;is not supported at the moment. &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 14:37:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/10720#M5833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-28T14:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster support in jobs/runs/submit API</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/81983#M36465</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;Any update on this issue? Is a shared job cluster supported for the&amp;nbsp;&lt;STRONG&gt;jobs/runs/submit API&amp;nbsp;&lt;/STRONG&gt;or planned to be supported in the near future?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 08:01:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/81983#M36465</guid>
      <dc:creator>giladba</dc:creator>
      <dc:date>2024-08-06T08:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Job cluster support in jobs/runs/submit API</title>
      <link>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/88154#M37491</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update on the above mentioned issue? Unable to submit a one time new job run (api/2.0 or 21/jobs/runs/submit) with shared job cluster or one new cluster has to be used for all TASKs in the job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:15:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-cluster-support-in-jobs-runs-submit-api/m-p/88154#M37491</guid>
      <dc:creator>Nagrjuna</dc:creator>
      <dc:date>2024-09-03T20:15:37Z</dc:date>
    </item>
  </channel>
</rss>

