<?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: Use Spot Instances with Azure Data Factory Linked Service in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13934#M8511</link>
    <description>&lt;P&gt;Hi @Werner Stinckens​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks a lot for your helpful information!&lt;/P&gt;&lt;P&gt;Until now I never worked with pools but after taking a closer look at it I can profit from a lot of other advantages on top of the "All Spot" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 06:22:27 GMT</pubDate>
    <dc:creator>MarcoCaviezel</dc:creator>
    <dc:date>2021-10-11T06:22:27Z</dc:date>
    <item>
      <title>Use Spot Instances with Azure Data Factory Linked Service</title>
      <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13930#M8507</link>
      <description>&lt;P&gt;In my pipeline I'm using Azure Data Factory to trigger Databricks notebooks as a linked service&lt;/P&gt;&lt;P&gt;I want to use spot instances for my job clusters &lt;/P&gt;&lt;P&gt;Is there a way to achieve this?&lt;/P&gt;&lt;P&gt;I didn't find a way to do this in the GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 09:32:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13930#M8507</guid>
      <dc:creator>MarcoCaviezel</dc:creator>
      <dc:date>2021-10-07T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use Spot Instances with Azure Data Factory Linked Service</title>
      <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13932#M8509</link>
      <description>&lt;P&gt;@Marco Caviezel​&amp;nbsp;- Does the information in this thread, &lt;A href="https://community.databricks.com/s/question/0D53f00001MgpyZCAR/spot-instance-in-azure-databricks" alt="https://community.databricks.com/s/question/0D53f00001MgpyZCAR/spot-instance-in-azure-databricks" target="_blank"&gt;Spot instance in Azure Databricks&lt;/A&gt;, answer your question? &lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 17:13:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13932#M8509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-07T17:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use Spot Instances with Azure Data Factory Linked Service</title>
      <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13933#M8510</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;the easiest way to do this is using a pool which you defined as 'All Spot'.&lt;/P&gt;&lt;P&gt;In the pool definition you can set 0 as 'min idle' to avoid nodes doing nothing (if you do not want warm instances).&lt;/P&gt;&lt;P&gt;I expect MS to add a 'spot' selector in ADF though, without the need to work with pools.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 06:55:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13933#M8510</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-10-08T06:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use Spot Instances with Azure Data Factory Linked Service</title>
      <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13934#M8511</link>
      <description>&lt;P&gt;Hi @Werner Stinckens​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks a lot for your helpful information!&lt;/P&gt;&lt;P&gt;Until now I never worked with pools but after taking a closer look at it I can profit from a lot of other advantages on top of the "All Spot" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 06:22:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13934#M8511</guid>
      <dc:creator>MarcoCaviezel</dc:creator>
      <dc:date>2021-10-11T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use Spot Instances with Azure Data Factory Linked Service</title>
      <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13935#M8512</link>
      <description>&lt;P&gt;Hi @Werner Stinckens​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just a quick follow up question.&lt;/P&gt;&lt;P&gt;Does it make sense to you that you can select the following options in Azure Data Factory?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2417i24050AF3A1DBC835/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;To my understanding, "cluster version", "Python Version" and the "Worker options" are defined when I create the cluster in Databricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 14:19:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13935#M8512</guid>
      <dc:creator>MarcoCaviezel</dc:creator>
      <dc:date>2021-10-11T14:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use Spot Instances with Azure Data Factory Linked Service</title>
      <link>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13936#M8513</link>
      <description>&lt;P&gt;It does not make sense indeed as the pool decides this.  I think this is still WIP in ADF.&lt;/P&gt;&lt;P&gt;I select the same the python version as the pool, and make sure the autoscaling does not exceed the max nodes.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 14:44:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-spot-instances-with-azure-data-factory-linked-service/m-p/13936#M8513</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-10-11T14:44:26Z</dc:date>
    </item>
  </channel>
</rss>

