<?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: Are there any recommended spark config settings for Delta/Databricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26816#M18826</link>
    <description>&lt;P&gt;Hey there @Alejandro Martinez​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going well.&lt;/P&gt;&lt;P&gt;Just wanted to see if you were able to find an answer to your question. If yes, would you be happy to let us know and mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 16:27:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-28T16:27:40Z</dc:date>
    <item>
      <title>Are there any recommended spark config settings for Delta/Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26811#M18821</link>
      <description>&lt;P&gt;Hi! I'm starting to test configs on DataBricks, for example, to avoid corrupting data if two processes try to write at the same time:&lt;/P&gt;&lt;P&gt;.config('spark.databricks.delta.multiClusterWrites.enabled', 'false')&lt;/P&gt;&lt;P&gt;Or if I need more partitions than default &lt;/P&gt;&lt;P&gt;.config('spark.databricks.adaptive.autoOptimizeShuffle.enabled', 'true')&lt;/P&gt;&lt;P&gt;Is there another recommended default setting? (then goes the tunning for each job)&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 13:43:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26811#M18821</guid>
      <dc:creator>alejandrofm</dc:creator>
      <dc:date>2022-02-28T13:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any recommended spark config settings for Delta/Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26812#M18822</link>
      <description>&lt;P&gt;Delta tables do have &lt;A href="https://docs.databricks.com/delta/concurrency-control.html" alt="https://docs.databricks.com/delta/concurrency-control.html" target="_blank"&gt;optimistic concurrency control&lt;/A&gt;. So if two processes are trying to write to the same table it does its best to handle both but if the transactions are conflicts then it will fail. You can also change the &lt;A href="https://docs.databricks.com/delta/optimizations/isolation-level.html" alt="https://docs.databricks.com/delta/optimizations/isolation-level.html" target="_blank"&gt;isolation levels&lt;/A&gt; if you want to enforce more control on that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 17:39:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26812#M18822</guid>
      <dc:creator>Ryan_Chynoweth</dc:creator>
      <dc:date>2022-02-28T17:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any recommended spark config settings for Delta/Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26813#M18823</link>
      <description>&lt;P&gt;Exactly. You can easy verify that as commits are written to separate files in delta log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding:&lt;/P&gt;&lt;P&gt;.config('spark.databricks.adaptive.autoOptimizeShuffle.enabled', 'true')&lt;/P&gt;&lt;P&gt;and other spark optimization solutions please watch databricks video about that &lt;A href="https://www.youtube.com/watch?v=daXEp4HmS-E" target="test_blank"&gt;https://www.youtube.com/watch?v=daXEp4HmS-E&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 08:29:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26813#M18823</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-01T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any recommended spark config settings for Delta/Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26815#M18825</link>
      <description>&lt;P&gt;It helped but still testing different configurations, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:07:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26815#M18825</guid>
      <dc:creator>alejandrofm</dc:creator>
      <dc:date>2022-03-17T13:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any recommended spark config settings for Delta/Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26816#M18826</link>
      <description>&lt;P&gt;Hey there @Alejandro Martinez​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going well.&lt;/P&gt;&lt;P&gt;Just wanted to see if you were able to find an answer to your question. If yes, would you be happy to let us know and mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 16:27:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-there-any-recommended-spark-config-settings-for-delta/m-p/26816#M18826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T16:27:40Z</dc:date>
    </item>
  </channel>
</rss>

