<?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 zeppelin - how to remove results cache from notebook in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141079#M23610</link>
    <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I created a quite complex zeppelin notebook and accidentally returned a rather big result set for one of the queries (that I had to abort).&lt;/P&gt;&lt;P&gt;Now when I reopen the notebook in the browser, zeppelin takes ages and breaks after a while (I assume my browsers buffers are running over ...)&lt;/P&gt;&lt;P&gt;Any Idea on how I can clear/reset the zeppelin result sets without accessing/entering the notebook?&lt;/P&gt;&lt;P&gt;Any other idea on how I can bring back my notebook?&lt;/P&gt;&lt;P&gt;Thanks and br,&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2016 23:58:20 GMT</pubDate>
    <dc:creator>rainer_geissend</dc:creator>
    <dc:date>2016-03-23T23:58:20Z</dc:date>
    <item>
      <title>zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141079#M23610</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I created a quite complex zeppelin notebook and accidentally returned a rather big result set for one of the queries (that I had to abort).&lt;/P&gt;&lt;P&gt;Now when I reopen the notebook in the browser, zeppelin takes ages and breaks after a while (I assume my browsers buffers are running over ...)&lt;/P&gt;&lt;P&gt;Any Idea on how I can clear/reset the zeppelin result sets without accessing/entering the notebook?&lt;/P&gt;&lt;P&gt;Any other idea on how I can bring back my notebook?&lt;/P&gt;&lt;P&gt;Thanks and br,&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 23:58:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141079#M23610</guid>
      <dc:creator>rainer_geissend</dc:creator>
      <dc:date>2016-03-23T23:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141080#M23611</link>
      <description>&lt;P&gt;Zeppelin stores all displayable information in a JSON format file named "note.json" (default), located under the home directory, usually /user/zeppelin/notebook. This JSON file includes source code, markup, and output results. Easiest thing to do is: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ssh into the machine where zeppelin service is running&lt;/LI&gt;&lt;LI&gt;cd to the notebook directory (cd /user/zeppelin/notebook)&lt;/LI&gt;&lt;LI&gt;cd to the specific notebook sub-directory; each notebook is in separate sub-dir (cd 
2A94M5J1Z)&lt;/LI&gt;&lt;LI&gt;edit the note.json file and remove the unwanted results&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you use a good editor (like TextMate or vim) that has JSON plugin to format the contents, you can easily locate the results section and rip it out. Make sure you don't break the integrity of the JSON file itself; you just want to eliminate the inner JSON contents where the superfluous result is stored. Here is an example of a results field from note.json:&lt;/P&gt;&lt;PRE&gt;      "result": {
        "code": "SUCCESS",
        "type": "HTML",
        "msg": "\u003ch2\u003eWelcome to Zeppelin.\u003c/h2\u003e\n\u003ch5\u003eThis is a live tutorial, you can run the code yourself. (Shift-Enter to Run)\u003c/h5\u003e\n"
      },
&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Mar 2016 00:54:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141080#M23611</guid>
      <dc:creator>phargis</dc:creator>
      <dc:date>2016-03-24T00:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141081#M23612</link>
      <description>&lt;P&gt;Worked like a charm &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks for your support!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 03:02:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141081#M23612</guid>
      <dc:creator>rainer_geissend</dc:creator>
      <dc:date>2016-03-24T03:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141082#M23613</link>
      <description>&lt;P&gt;Rainer, next time instead of closing the question, hit accept. That's a best practice when you receive a satisfactory answer. I accepted the answer on your behalf but we would rather you accept answers going forward. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 03:42:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141082#M23613</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-24T03:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141083#M23614</link>
      <description>&lt;P&gt;Will do, thanks ... me constantly improving &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 01:44:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141083#M23614</guid>
      <dc:creator>rainer_geissend</dc:creator>
      <dc:date>2016-03-25T01:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141084#M23615</link>
      <description>&lt;P&gt;Thanks, resolve my problem.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2017 02:10:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141084#M23615</guid>
      <dc:creator>hevertoncss</dc:creator>
      <dc:date>2017-05-06T02:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin - how to remove results cache from notebook</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141085#M23616</link>
      <description>&lt;P&gt;Resolved my issue after modifying the JSON file and restarting zeppelin. Thanks for the help&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 21:49:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-how-to-remove-results-cache-from-notebook/m-p/141085#M23616</guid>
      <dc:creator>goguladileepkum</dc:creator>
      <dc:date>2017-12-04T21:49:19Z</dc:date>
    </item>
  </channel>
</rss>

