<?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>question Re: Zeppelin UI Hangs in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104901#M67792</link>
    <description>&lt;P&gt;
	By default, zeppelin.spark.maxResult is set to 1000 which means that Spark SQL will result only a total of 1000 results regardless of the size of the dataset. &lt;/P&gt;&lt;P&gt;If your notebook hangs, then you should restart the zeppelin service from Ambari. You can then navigate to your notebook and delete the paragraph manually. &lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2016 11:09:13 GMT</pubDate>
    <dc:creator>vjain</dc:creator>
    <dc:date>2016-11-16T11:09:13Z</dc:date>
    <item>
      <title>Zeppelin UI Hangs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104899#M67790</link>
      <description>&lt;P&gt;I have a very dataset returned from sparksql, but only three columns.   When I used the scatter plot option zeppelin hangs with the spinning pinwheel.   It is clearly running as my laptop CPU is high  and drives the fan on.     Is there any way to kill off this long running process or remove the paragraph from my notebook?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 04:06:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104899#M67790</guid>
      <dc:creator>dreid</dc:creator>
      <dc:date>2016-11-16T04:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin UI Hangs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104900#M67791</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/160/dreid.html" nodeid="160"&gt;@Doug Reid&lt;/A&gt;&lt;P&gt;You can use zeppelin api to delete the paragraph. usage is present on &lt;A href="https://zeppelin.apache.org/docs/0.6.1/rest-api/rest-notebook.html#delete-a-paragraph" target="_blank"&gt;https://zeppelin.apache.org/docs/0.6.1/rest-api/rest-notebook.html#delete-a-paragraph&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 10:15:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104900#M67791</guid>
      <dc:creator>pankaj_singh</dc:creator>
      <dc:date>2016-11-16T10:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin UI Hangs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104901#M67792</link>
      <description>&lt;P&gt;
	By default, zeppelin.spark.maxResult is set to 1000 which means that Spark SQL will result only a total of 1000 results regardless of the size of the dataset. &lt;/P&gt;&lt;P&gt;If your notebook hangs, then you should restart the zeppelin service from Ambari. You can then navigate to your notebook and delete the paragraph manually. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:09:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104901#M67792</guid>
      <dc:creator>vjain</dc:creator>
      <dc:date>2016-11-16T11:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin UI Hangs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104902#M67793</link>
      <description>&lt;P&gt;Restarting the service didn't make a difference.  Once available and then opening the notebook, the paragraph still was trying to render the scatter graph and hung.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 22:26:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104902#M67793</guid>
      <dc:creator>dreid</dc:creator>
      <dc:date>2016-11-16T22:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin UI Hangs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104903#M67794</link>
      <description>&lt;P&gt;My hack was to find the JSON file for the notebook and delete the paragraph from there.    This worked, but your method is much cleaner&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 22:27:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104903#M67794</guid>
      <dc:creator>dreid</dc:creator>
      <dc:date>2016-11-16T22:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin UI Hangs</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104904#M67795</link>
      <description>&lt;P&gt;Last occurence of this issue happened to require a clearing of the outputs of the notes. &lt;/P&gt;&lt;P&gt;I was working on a note including a display job that took ages and the progress bar froze. I restarted zeppelin, Spark, Yarn, nothing seemed to fix it. The note seemed "lost", undisplayable, desperately blank. &lt;/P&gt;&lt;P&gt;My fix (after a couple of hours trying to figure what the hell was causing that) was to Hover over the note in the welcome page, and click the rubber,&lt;STRONG&gt; "clear output"&lt;/STRONG&gt;... and voila,I was able to open my note again. Note That this has to be done after a restart of the Zeppelin service.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 07:30:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-Hangs/m-p/104904#M67795</guid>
      <dc:creator>AMIRAL</dc:creator>
      <dc:date>2019-02-11T07:30:21Z</dc:date>
    </item>
  </channel>
</rss>

