<?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 Spark 13.2 no longer available in Training offerings</title>
    <link>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/62000#M402</link>
    <description>&lt;P&gt;Yes updated to my exact spark version and now it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;supported_dbrs&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;"13.3.x-scala2.12"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"13.3.x-photon-scala2.12"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"13.3.x-cpu-ml-scala2.x"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;expected_dbrs&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"13.3.x-scala2.12, 13.3.x-photon-scala2.12, 13.3.x-cpu-ml-scala2.x"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 26 Feb 2024 17:26:04 GMT</pubDate>
    <dc:creator>bedant</dc:creator>
    <dc:date>2024-02-26T17:26:04Z</dc:date>
    <item>
      <title>Runtime Spark 13.2 no longer available</title>
      <link>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/61163#M399</link>
      <description>&lt;P&gt;I'm enrolled in the course&amp;nbsp;&lt;A class="" href="https://customer-academy.databricks.com/#" target="_blank" rel="noopener"&gt;Get Started with Databricks for Data Engineering&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Trying work on one of the demos that asked to copy the code base&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://labs.training.databricks.com/import/get-started-with-data-engineering-on-databricks/v2.0.3/get-started-with-data-engineering-on-databricks.dbc?token=yzlmn3ek00&amp;amp;expires_at_utc=2024-02-20T07:35:35" target="_blank" rel="noopener"&gt;https://labs.training.databricks.com/import/get-started-with-data-engineering-on-databricks/v2.0.3/get-started-with-data-engineering-on-databricks.dbc?token=yzlmn3ek00&amp;amp;expires_at_utc=2024-02-20T07:35:35&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried to run the code under Module 2.3&amp;nbsp;Demo: Data Management, but was not able to run the first code, under&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Includes&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;Classroom&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;Setup&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;5, cause it calls the code under&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;Includes&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;_common.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;That indicates the the DB Spark compute should be 13.2, but Azure no longer has 13.2, it has 13.3 and higher.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How to fix the _common code or any other solution?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Feb 2024 19:52:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/61163#M399</guid>
      <dc:creator>bedant</dc:creator>
      <dc:date>2024-02-19T19:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Spark 13.2 no longer available</title>
      <link>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/61197#M400</link>
      <description>&lt;P&gt;I think you should change _common code to use actual databricks version&lt;/P&gt;&lt;LI-CODE lang="python"&gt;course_config = CourseConfig(course_code = "gswdeod",
                             course_name = "get-started-with-data-engineering-on-databricks",
                             data_source_name = "get-started-with-data-engineering-on-databricks",
                             data_source_version = "v01",
                             install_min_time = "1 min",
                             install_max_time = "5 min",
                             remote_files = remote_files,
                             supported_dbrs = ["13.2.x-scala2.12", "13.2.x-photon-scala2.12", "13.2.x-cpu-ml-scala2.12"],
                             expected_dbrs = "13.2.x-scala2.12, 13.2.x-photon-scala2.12, 13.2.x-cpu-ml-scala2.12")&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Feb 2024 07:21:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/61197#M400</guid>
      <dc:creator>feiyun0112</dc:creator>
      <dc:date>2024-02-20T07:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Spark 13.2 no longer available</title>
      <link>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/62000#M402</link>
      <description>&lt;P&gt;Yes updated to my exact spark version and now it worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;supported_dbrs&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;"13.3.x-scala2.12"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"13.3.x-photon-scala2.12"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"13.3.x-cpu-ml-scala2.x"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;expected_dbrs&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"13.3.x-scala2.12, 13.3.x-photon-scala2.12, 13.3.x-cpu-ml-scala2.x"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Feb 2024 17:26:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/training-offerings/runtime-spark-13-2-no-longer-available/m-p/62000#M402</guid>
      <dc:creator>bedant</dc:creator>
      <dc:date>2024-02-26T17:26:04Z</dc:date>
    </item>
  </channel>
</rss>

