<?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: Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201389#M78635</link>
    <description>&lt;P&gt;The above question and the entire response thread below were originally posted in the &lt;A href="https://community.hortonworks.com/spaces/101/index.html"&gt;Community Help&lt;/A&gt; track. On Sun Jul 21 23:35 UTC 2019, a member of the HCC moderation staff moved it to the &lt;A href="https://community.hortonworks.com/spaces/85/data-science.html"&gt;Data Science &amp;amp; Advanced Analytics&lt;/A&gt; track. The &lt;EM&gt;Community Help Track&lt;/EM&gt; is intended for questions about using the HCC site itself.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 06:36:05 GMT</pubDate>
    <dc:creator>ask_bill_brooks</dc:creator>
    <dc:date>2019-07-22T06:36:05Z</dc:date>
    <item>
      <title>Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201384#M78630</link>
      <description>&lt;P&gt;I have installed Zeppelin Notebooks on two nodes in a Ambari Managed HDP Cluster using the &lt;A href="https://community.hortonworks.com/content/supportkb/150695/how-to-add-an-additional-zeppelin-service.html" target="_blank"&gt;link&lt;/A&gt;. Both the links are up and running. User authentication is enabled via LDAP users.&lt;/P&gt;&lt;P&gt;When a user is creating a notebook on Node 1, the notebook is not visible when he logs in from URL-of node 2.&lt;/P&gt;&lt;P&gt;zeppelin.notebook.storage=org.apache.zeppelin.notebook.repo.FileSystemNotebookRepo is enabled.&lt;/P&gt;&lt;P&gt;The version of Zeppelin is 0.7.3&lt;/P&gt;&lt;P&gt;Is it possible to use - HDFS file system location as the repository path for Zeppelin notebooks and where do I configure the path for Zeppelin, so that both nodes point to the same repo.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 17:10:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201384#M78630</guid>
      <dc:creator>bhanu_pamu</dc:creator>
      <dc:date>2018-05-23T17:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201385#M78631</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/79163/bhanupamu.html" nodeid="79163"&gt;@Bhanu Pamu&lt;/A&gt;&lt;P&gt;Please refer to the following section of our documentation to enable HDFS storage for Zeppelin HA:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.3/bk_zeppelin-component-guide/content/ch_zeppelin_upgrade_hdfs_storage.htm" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.3/bk_zeppelin-component-guide/content/ch_zeppelin_upgrade_hdfs_storage.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 20:49:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201385#M78631</guid>
      <dc:creator>anarasimham</dc:creator>
      <dc:date>2018-05-23T20:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201386#M78632</link>
      <description>&lt;P&gt;I followed the above steps. The configuration in Ambari --&amp;gt; Zeppelin Notebook--&amp;gt; Configs --&amp;gt; Advanced zeppelin-config &lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;zeppelin.config.fs.dir=conf&lt;/LI&gt;&lt;LI&gt;zeppelin.notebook.dir=notebook&lt;/LI&gt;&lt;LI&gt;zeppelin.interpreter.dir=interpreter&lt;/LI&gt;&lt;LI&gt;zeppelin.notebook.storage=org.apache.zeppelin.notebook.repo.FileSystemNotebookRepo&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Yet while I login to Zeppelin Notebook to either of the nodes - the Notebook Repos tab shows the following value&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Notebook Path&lt;/TD&gt;&lt;TD&gt;/usr/hdp/current/zeppelin-server/notebook/&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;So whenever I create a notebook, it goes and saved in local zeppelin server directory.&lt;/P&gt;&lt;P&gt;I tried changing the path of Network Repos from Zeppelin login, however when I restart the services, it goes back to default.&lt;/P&gt;&lt;P&gt;I tried changing the value of ZEPPELIN_NOTEBOOK_DIR in zeppelin_env_content using Ambari, however the after service restart Zeppelin doesn't work properly. It gives 503 server error or the notebooks repo is empty, no old notebooks seen. I have copied the notebooks from /usr/hdp/current/zeppelin-server/notebook/local to hdfs file system /user/zeppelin/notebook, still no gain.&lt;/P&gt;&lt;P&gt;Somehow the configuration doesn't work in HA mode. The notebook files are not written to HDFS file system.&lt;/P&gt;&lt;P&gt;Any further suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 17:30:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201386#M78632</guid>
      <dc:creator>bhanu_pamu</dc:creator>
      <dc:date>2018-05-24T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201387#M78633</link>
      <description>&lt;P&gt;Followed the steps mentioned in this link - and it worked.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/149389/zeppelin-does-not-write-its-notes-in-hdfs-on-hdp-2.html" target="_blank"&gt;https://community.hortonworks.com/questions/149389/zeppelin-does-not-write-its-notes-in-hdfs-on-hdp-2.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 18:23:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201387#M78633</guid>
      <dc:creator>bhanu_pamu</dc:creator>
      <dc:date>2018-05-24T18:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201388#M78634</link>
      <description>&lt;P&gt;same issue. It seems like Notebook Path is not getting persisted in the config anywhere.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 13:02:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201388#M78634</guid>
      <dc:creator>layne_sadler</dc:creator>
      <dc:date>2019-07-21T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Steps for Central Repository of Zeppelin Notebooks in a Multi-Node Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201389#M78635</link>
      <description>&lt;P&gt;The above question and the entire response thread below were originally posted in the &lt;A href="https://community.hortonworks.com/spaces/101/index.html"&gt;Community Help&lt;/A&gt; track. On Sun Jul 21 23:35 UTC 2019, a member of the HCC moderation staff moved it to the &lt;A href="https://community.hortonworks.com/spaces/85/data-science.html"&gt;Data Science &amp;amp; Advanced Analytics&lt;/A&gt; track. The &lt;EM&gt;Community Help Track&lt;/EM&gt; is intended for questions about using the HCC site itself.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 06:36:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Configuration-Steps-for-Central-Repository-of-Zeppelin/m-p/201389#M78635</guid>
      <dc:creator>ask_bill_brooks</dc:creator>
      <dc:date>2019-07-22T06:36:05Z</dc:date>
    </item>
  </channel>
</rss>

