<?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: Runtime SQL Configuration - how to make it simple in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34875#M25568</link>
    <description>&lt;P&gt;Great that it is working. Any chance to be selected as best answer? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 12:00:07 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2021-11-18T12:00:07Z</dc:date>
    <item>
      <title>Runtime SQL Configuration - how to make it simple</title>
      <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34870#M25563</link>
      <description>&lt;P&gt;Hi, I'm running couple of Notebooks in my pipeline and I would like to set fixed value of 'spark.sql.shuffle.partitions' - same value for every notebook. Should I do that by adding spark.conf.set.. code in each Notebook (Runtime SQL configurations are per-session) or is there any other, easier way to set this?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 15:00:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34870#M25563</guid>
      <dc:creator>Leszek</dc:creator>
      <dc:date>2021-11-17T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SQL Configuration - how to make it simple</title>
      <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34871#M25564</link>
      <description>&lt;P&gt;Easiest is to use spark config in advanced options in cluster settings:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="spark-config-aws"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2308iC0C97AC1B74E5046/image-size/large?v=v2&amp;amp;px=999" role="button" title="spark-config-aws" alt="spark-config-aws" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;more info here &lt;A href="https://docs.databricks.com/clusters/configure.html#spark-configuration" alt="https://docs.databricks.com/clusters/configure.html#spark-configuration" target="_blank"&gt;https://docs.databricks.com/clusters/configure.html#spark-configuration&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 15:30:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34871#M25564</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-17T15:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SQL Configuration - how to make it simple</title>
      <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34872#M25565</link>
      <description>&lt;P&gt;Setting it either in the notebook or the cluster, both should work. But the better option would be to go with the cluster's spark config.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:01:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34872#M25565</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-11-17T16:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SQL Configuration - how to make it simple</title>
      <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34873#M25566</link>
      <description>&lt;P&gt;Hi @Leszek​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like @Hubert Dudek​&amp;nbsp;mentioned, I will recommend to add your setting to the cluster Spark configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between notebook vs cluster, is that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the Notebook, the Spark configurations will only apply to the notebook Spark context itself. The Spark configurations only will apply to the notebook&lt;/LI&gt;&lt;LI&gt;In the cluster, the Spark setting will be global and it will be apply to all the notebooks that are attach to the cluster. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 18:21:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34873#M25566</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2021-11-17T18:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SQL Configuration - how to make it simple</title>
      <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34874#M25567</link>
      <description>&lt;P&gt;Hi, Thank you all for the tips. I tried before to set this option in Spark Config but didn't work for some reason. Today I tried again and it's working :). &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2306iA5944D4CAE91E6EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2313iB5C7CFBE6D790ED1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:41:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34874#M25567</guid>
      <dc:creator>Leszek</dc:creator>
      <dc:date>2021-11-18T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime SQL Configuration - how to make it simple</title>
      <link>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34875#M25568</link>
      <description>&lt;P&gt;Great that it is working. Any chance to be selected as best answer? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 12:00:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/runtime-sql-configuration-how-to-make-it-simple/m-p/34875#M25568</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-18T12:00:07Z</dc:date>
    </item>
  </channel>
</rss>

