<?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: Error starting Zeppelin Notebook using HDP 2.5 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214320#M72063</link>
    <description>&lt;P&gt;Hi Jay, I did the command but Zeppelin UI still giving error 503. &lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 13:26:29 GMT</pubDate>
    <dc:creator>ashikinhtc</dc:creator>
    <dc:date>2017-12-01T13:26:29Z</dc:date>
    <item>
      <title>Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214316#M72059</link>
      <description>&lt;P&gt;Hi, I am having trouble to start Zeppelin Notebook in Ambari. Below is the standard errors.&lt;/P&gt;&lt;P&gt;stderr:  /var/lib/ambari-agent/data/errors-3626.txt&lt;/P&gt;&lt;PRE&gt;Traceback (most recent call last):
  File "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py", line 467, in &amp;lt;module&amp;gt;
    Master().execute()
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 329, in execute
    method(env)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 865, in restart
    self.start(env, upgrade_type=upgrade_type)
  File "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py", line 223, in start
    self.update_kerberos_properties()
  File "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py", line 273, in update_kerberos_properties
    config_data = self.get_interpreter_settings()
  File "/var/lib/ambari-agent/cache/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py", line 248, in get_interpreter_settings
    config_data = json.loads(config_content)
  File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib64/python2.7/json/decoder.py", line 382, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Unterminated string starting at: line 119 column 9 (char 4087
&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Dec 2017 09:12:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214316#M72059</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2017-12-01T09:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214317#M72060</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We see that the error which is causing 503 Internal server error is as following:&lt;/P&gt;&lt;PRE&gt;java.lang.IllegalStateException: Failed to delete temp dir /usr/hdp/2.5.3.0-37/zeppelin/webapps
        at org.eclipse.jetty.webapp.WebInfConfiguration.configureTempDirectory(WebInfConfiguration.java:372)
        at org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory(WebInfConfiguration.java:260)
        at org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:69)
        at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:468)
        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:504)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;So please check the ownership and permissions of "/usr/hdp/2.5.3.0-37/zeppelin"  it should be owned by &lt;STRONG&gt;"zeppelin:zeppelin"&lt;/STRONG&gt;. So please verify the permission and if found other wise then please reset the permission.&lt;/P&gt;&lt;PRE&gt;# chown -R zeppelin:hadoop /usr/hdp/2.5.3.0-37/zeppelin/webapps 
# chmod -R 755 /usr/hdp/2.5.3.0-37/zeppelin/webapps &lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;For 
more detailed information please refer to:  
&lt;A href="https://community.hortonworks.com/articles/81471/zeppelin-ui-returns-503-error.html" target="_blank"&gt;https://community.hortonworks.com/articles/81471/zeppelin-ui-returns-503-error.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:58:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214317#M72060</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-12-01T11:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214318#M72061</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Additionally please check and share the following:&lt;BR /&gt;1. Do you see the following file exist and it's size is not Zero/Corrupted ?&lt;/P&gt;&lt;PRE&gt;# ls -lart /etc/zeppelin/conf/interpreter.json&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;2. Please check the ownership of this file is "zeppelin:zeppelin"&lt;BR /&gt;&lt;BR /&gt;3. Please Share the content of the following file content.&lt;/P&gt;&lt;PRE&gt;# cat /etc/zeppelin/conf/notebook-authorization.json&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;For a quick test you can take a &lt;STRONG&gt;backup&lt;/STRONG&gt; of the above file and replace the content of this file to default as
&lt;/P&gt;&lt;PRE&gt;{ 
"authInfo": {} 
} &lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 12:00:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214318#M72061</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-12-01T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214319#M72062</link>
      <description>&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;1. and 2.  Yes. Its not corrupted and the ownership is zeppelin:zeppelin. &lt;/P&gt;&lt;PRE&gt;-rw-r--r--. 1 zeppelin zeppelin 4096 Nov 26 23:30 /etc/zeppelin/conf/interpreter.json&lt;/PRE&gt;&lt;P&gt;3. Below shows file content before I do backup&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="42827-two.png" style="width: 614px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16419iE5544E030AD751D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="42827-two.png" alt="42827-two.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:30:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214319#M72062</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2019-08-18T03:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214320#M72063</link>
      <description>&lt;P&gt;Hi Jay, I did the command but Zeppelin UI still giving error 503. &lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:26:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214320#M72063</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2017-12-01T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214321#M72064</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you please attach your /etc/zeppelin/conf/interpreter.json file.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 14:00:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214321#M72064</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-12-01T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214322#M72065</link>
      <description>&lt;P&gt;Hi Aditya, here is my /etc/zeppelin/conf/interpreter.json&lt;/P&gt;&lt;PRE&gt;{
  "interpreterSettings": {
    "2CZ3ASUMC": {
      "id": "2CZ3ASUMC",
      "name": "python",
      "group": "python",
      "properties": {
        "zeppelin.python": "/usr/lib/miniconda2/bin/python",
        "zeppelin.python.maxResult": "1000000000",
        "zeppelin.interpreter.localRepo": "/usr/hdp/current/zeppelin-server/local                                                                                       -repo/2CZ3ASUMC",
        "zeppelin.python.useIPython": "true",
        "zeppelin.ipython.launch.timeout": "30000"
      },
      "interpreterGroup": [
        {
          "class": "org.apache.zeppelin.python.PythonInterpreter",
          "name": "python"
        }
      ],
      "dependencies": [],
      "option": {
        "remote": true,
        "perNoteSession": false,
        "perNoteProcess": false,
        "isExistingProcess": false,
        "isUserImpersonate": false
      }
    },
    "2CKEKWY8Z": {
      "id": "2CKEKWY8Z",
      "name": "angular",
      "group": "angular",
      "properties": {},
      "interpreterGroup": [
        {
          "class": "org.apache.zeppelin.angular.AngularInterpreter",
          "name": "angular"
        }
      ],
      "dependencies": [],
      "option": {
        "remote": true,
        "perNoteSession": false,
        "perNoteProcess": false,
        "isExistingProcess": false,
        "port": "-1",
        "isUserImpersonate": false
      }
    },
    "2CK8A9MEG": {
      "id": "2CK8A9MEG",
      "name": "jdbc",
      "group": "jdbc",
      "properties": {
        "phoenix.user": "phoenixuser",
        "hive.url": "jdbc:hive2://slot4:2181,slot2:2181,slot3:2181/;serviceDiscov                                                                                       eryMode\u003dzooKeeper;zooKeeperNamespace\u003dhiveserver2",
        "default.driver": "org.postgresql.Driver",
        "phoenix.driver": "org.apache.phoenix.jdbc.PhoenixDriver",
        "hive.user": "hive",
        "psql.password": "",
        "psql.user": "phoenixuser",
        "psql.url": "jdbc:postgresql://localhost:5432/",
        "default.user": "gpadmin",
        "phoenix.hbase.client.retries.number": "1",
        "phoenix.url": "jdbc:phoenix:slot4,slot2,slot3:/hbase-unsecure",
        "tajo.url": "jdbc:tajo://localhost:26002/default",
        "tajo.driver": "org.apache.tajo.jdbc.TajoDriver",
        "psql.driver": "org.postgresql.Driver",
        "default.password": "",
        "zeppelin.interpreter.localRepo": "/usr/hdp/current/zeppelin-server/local                                                                                       -repo/2CK8A9MEG",
        "zeppelin.jdbc.auth.type": "SIMPLE",
        "hive.proxy.user.property": "hive.server2.proxy.user",
        "hive.password": "",
        "zeppelin.jdbc.concurrent.use": "true",
        "hive.driver": "org.apache.hive.jdbc.HiveDriver",
        "zeppelin.jdbc.keytab.location": "",
        "common.max_count": "1000",
        "phoenix.password": "",
        "zeppelin.jdbc.principal": "",
        "zeppelin.jdbc.concurrent.max_connection": "10",
        "default.url": "jdbc:postgresql://localhost:5432/"
      },
      "interpreterGroup": [
        {
          "class": "org.apache.zeppelin.jdbc.JDBCInterpreter",
          "name": "sql"
        }
      ],
      "dependencies": [],
      "option": {
        "remote": true,
        "perNoteSession": false,
        "perNoteProcess": false,
        "isExistingProcess": false,
        "port": "-1",
        "isUserImpersonate": false
      }
    },
    "2CYSZ9Q7Q": {
      "id": "2CYSZ9Q7Q",
      "name": "spark",
      "group": "spark",
      "properties": {
        "spark.cores.max": "",
        "zeppelin.spark.printREPLOutput": "true",
        "master": "local[*]",
        "zeppelin.spark.maxResult": "1000",
        "zeppelin.dep.localrepo": "local-repo",
        "spark.app.name": "Zeppelin",
        "spark.executor.memory": "",
        "zeppelin.spark.sql.stacktrace": "false",
        "zeppelin.spark.importImplicit": "true",
        "zeppelin.spark.useHiveContext": "true",
        "zeppelin.interpreter.localRepo": "/usr/hdp/current/zeppelin-server/local                                                                                       -repo/2CYSZ9Q7Q",
        "zeppelin.spark.concurrentSQL": "false",
        "args": "",
        "zeppelin.pyspark.python": "/usr/lib/miniconda2/bin/python",
        "spark.yarn.keytab": "",&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Dec 2017 14:18:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214322#M72065</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2017-12-01T14:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214323#M72066</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/39242/ashikinhtc.html" nodeid="39242"&gt;@Ashikin&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can see that json is corrupted. &lt;/P&gt;&lt;P&gt;1)Login to Ambari -&amp;gt; Hosts- &amp;gt; Select Zeppelin Host -&amp;gt; Refresh Client configs &lt;/P&gt;&lt;P&gt;2)Make sure that json is valid&lt;/P&gt;&lt;P&gt;3)Restart zeppelin&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;Try moving the file to a back up file and try restarting zeppelin and see if it creates a new file&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 14:23:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214323#M72066</guid>
      <dc:creator>asirna</dc:creator>
      <dc:date>2017-12-01T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error starting Zeppelin Notebook using HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214324#M72067</link>
      <description>&lt;P&gt;Thank you  Aditya it worked. I made a backup file. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 15:12:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-starting-Zeppelin-Notebook-using-HDP-2-5/m-p/214324#M72067</guid>
      <dc:creator>ashikinhtc</dc:creator>
      <dc:date>2017-12-01T15:12:33Z</dc:date>
    </item>
  </channel>
</rss>

