<?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 How to get rid of &amp;quot;Command result size exceeds limit&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12645#M7423</link>
    <description>&lt;P&gt;I am working on Databricks Notebook and trying to display a map using Floium and I keep getting this error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;gt; Command result size exceeds limit: Exceeded 20971520 bytes (current = 20973510)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get increase the memory limit?&lt;/P&gt;&lt;P&gt;I already reduced the size of my pandas dataframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2023 11:14:37 GMT</pubDate>
    <dc:creator>AmineHY</dc:creator>
    <dc:date>2023-01-11T11:14:37Z</dc:date>
    <item>
      <title>How to get rid of "Command result size exceeds limit"</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12645#M7423</link>
      <description>&lt;P&gt;I am working on Databricks Notebook and trying to display a map using Floium and I keep getting this error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;gt; Command result size exceeds limit: Exceeded 20971520 bytes (current = 20973510)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get increase the memory limit?&lt;/P&gt;&lt;P&gt;I already reduced the size of my pandas dataframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 11:14:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12645#M7423</guid>
      <dc:creator>AmineHY</dc:creator>
      <dc:date>2023-01-11T11:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of "Command result size exceeds limit"</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12646#M7424</link>
      <description>&lt;P&gt;Notebook has got a default 20MB limit for outputs. There's nothing you can do about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/en_US/jobs/job-cluster-limit-nb-output" target="test_blank"&gt;https://kb.databricks.com/en_US/jobs/job-cluster-limit-nb-output&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 11:46:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12646#M7424</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2023-01-11T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of "Command result size exceeds limit"</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12647#M7425</link>
      <description>&lt;P&gt;Thanks, Daniel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read this article, and I guess this problem occurs only while rendering the output, I'll try to save the result to disk in HTML format and visualize the results through the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 12:00:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12647#M7425</guid>
      <dc:creator>AmineHY</dc:creator>
      <dc:date>2023-01-11T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of "Command result size exceeds limit"</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12648#M7426</link>
      <description>&lt;P&gt;you can try with another module like geopandas / pygal&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 17:27:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12648#M7426</guid>
      <dc:creator>sher</dc:creator>
      <dc:date>2023-01-11T17:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get rid of "Command result size exceeds limit"</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12649#M7427</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem with keplergl, and the save to disk option, whilst helpful isn't super practical... So how does one plot large datasets in kepler?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thought welcome&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 09:26:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-rid-of-quot-command-result-size-exceeds-limit-quot/m-p/12649#M7427</guid>
      <dc:creator>labromb</dc:creator>
      <dc:date>2023-03-09T09:26:22Z</dc:date>
    </item>
  </channel>
</rss>

