<?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: Anyone else having random errors show up in notebooks? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4630306#M8298</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307993" data-lia-user-login="arpost" class="lia-mention lia-mention-user"&gt;arpost&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Mar 2025 11:53:29 GMT</pubDate>
    <dc:creator>v-karpurapud</dc:creator>
    <dc:date>2025-03-29T11:53:29Z</dc:date>
    <item>
      <title>Anyone else having random errors show up in notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4614836#M8016</link>
      <description>&lt;P&gt;Greetings, community. We recently started getting the following error with our notebooks:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Py4JJavaError: An error occurred while calling...java.lang.IllegalStateException: SparkSession should only be created and accessed on the driver.&lt;/LI-CODE&gt;&lt;P&gt;Some form of the code in these notebooks has been running fine but is now throwing errors. I've tested the code in a new notebook all by itself and am getting the same error, which made me wonder if this means Microsoft changed something in the background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone else getting these errors all of a sudden?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 14:19:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4614836#M8016</guid>
      <dc:creator>arpost</dc:creator>
      <dc:date>2025-03-18T14:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone else having random errors show up in notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4615614#M8026</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307993" data-lia-user-login="arpost" class="lia-mention lia-mention-user"&gt;arpost&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for reaching out to Microsoft Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The error message&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Py4JJavaError: An error occurred while calling...java.lang.IllegalStateException: SparkSession should only be created and accessed on the driver&lt;/STRONG&gt; usually indicates an attempt to create or access a SparkSession on a worker node instead of the driver node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Ensure the SparkSession is created only once and on the driver node. Avoid creating it inside functions executed on worker nodes.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Verify that code involving SparkSession operations is not executed within transformations or actions on worker nodes, such as map, filter, or other RDD operations.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Ensure the SparkSession is not referenced as a global variable inside functions on worker nodes.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If the issue persists, consider sharing the specific code snippet causing the error for a detailed analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response has resolved your query, please mark it as the &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt; to assist others. A 'Kudos' would also be appreciated if you found my response helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 04:49:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4615614#M8026</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-03-19T04:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone else having random errors show up in notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4621782#M8158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307993" data-lia-user-login="arpost" class="lia-mention lia-mention-user"&gt;arpost&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 06:32:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4621782#M8158</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-03-24T06:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone else having random errors show up in notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4630306#M8298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307993" data-lia-user-login="arpost" class="lia-mention lia-mention-user"&gt;arpost&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 11:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4630306#M8298</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-03-29T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone else having random errors show up in notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4633094#M8345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307993" data-lia-user-login="arpost" class="lia-mention lia-mention-user"&gt;arpost&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please &lt;STRONG&gt;Accept it as a solution&lt;/STRONG&gt; and give it a '&lt;STRONG&gt;Kudos&lt;/STRONG&gt;' so others can find it easily.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 11:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Anyone-else-having-random-errors-show-up-in-notebooks/m-p/4633094#M8345</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2025-04-01T11:36:04Z</dc:date>
    </item>
  </channel>
</rss>

