<?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 tutorial, &amp;quot;hive interpreter not found&amp;quot; in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126213#M26927</link>
    <description>&lt;P&gt;solved it. the problem is introduced by copy/paste text from the tutorial page. it must introduce some garbage characters. someone else noted this as a problem with starting one of the other interpreters.&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 01:54:32 GMT</pubDate>
    <dc:creator>michael_klybor</dc:creator>
    <dc:date>2016-05-03T01:54:32Z</dc:date>
    <item>
      <title>zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126210#M26924</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see a green "connected" icon.&lt;/P&gt;&lt;P&gt;I check the zeppelin interpreter page, and hive listed.&lt;/P&gt;&lt;P&gt;I restart it from that page. I can run the hive cli. I check the yarn application list and there is nothing running.&lt;/P&gt;&lt;P&gt;when I try to run simple query from the tutorial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%hive&lt;/P&gt;&lt;P&gt;SELECT * FROM finalresult&lt;/P&gt;&lt;P&gt;I get "hive interpreter not found"&lt;/P&gt;&lt;P&gt;stack trace from the zeppelin log file:&lt;/P&gt;&lt;P&gt;ERROR [2016-05-02 15:27:45,626] ({qtp61918702-31} NotebookServer.java[afterStatusChange]:800) - Error
org.apache.zeppelin.interpreter.InterpreterException: hive
 interpreter not found
  at org.apache.zeppelin.notebook.NoteInterpreterLoader.get(NoteInterpreterLoader.java:148)
  at org.apache.zeppelin.notebook.Note.run(Note.java:368)
  at org.apache.zeppelin.socket.NotebookServer.runParagraph(NotebookServer.java:711)
  at org.apache.zeppelin.socket.NotebookServer.onMessage(NotebookServer.java:143)
  at org.apache.zeppelin.socket.NotebookSocket.onMessage(NotebookSocket.java:56)
  at org.eclipse.jetty.websocket.WebSocketConnectionRFC6455$WSFrameHandler.onFrame(WebSocketConnectionRFC6455.java:835)
  at org.eclipse.jetty.websocket.WebSocketParserRFC6455.parseNext(WebSocketParserRFC6455.java:349)
  at org.eclipse.jetty.websocket.WebSocketConnectionRFC6455.handle(WebSocketConnectionRFC6455.java:225)
  at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)
  at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
  at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
  at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 22:40:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126210#M26924</guid>
      <dc:creator>michael_klybor</dc:creator>
      <dc:date>2016-05-02T22:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126211#M26925</link>
      <description>&lt;P&gt;can you make sure tt the top of the tutorial page, open the gear icon and make sure "hive %hive..." is &lt;EM&gt;blue&lt;/EM&gt; and click save. If not can you share the description and config of your hive interpreter&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 22:47:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126211#M26925</guid>
      <dc:creator>nmaillard1</dc:creator>
      <dc:date>2016-05-02T22:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126212#M26926</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/131/nmaillard.html" nodeid="131"&gt;@nmaillard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks. checked as you say and all is as expected. tried again and got the same error. same stack trace.&lt;/P&gt;&lt;P&gt;If this helps, I can run spark from within zeppelin. Problem seems to be only with hive interpreter.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 23:16:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126212#M26926</guid>
      <dc:creator>michael_klybor</dc:creator>
      <dc:date>2016-05-02T23:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126213#M26927</link>
      <description>&lt;P&gt;solved it. the problem is introduced by copy/paste text from the tutorial page. it must introduce some garbage characters. someone else noted this as a problem with starting one of the other interpreters.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 01:54:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126213#M26927</guid>
      <dc:creator>michael_klybor</dc:creator>
      <dc:date>2016-05-03T01:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126214#M26928</link>
      <description>&lt;P&gt;Thanks for the post. I faced similar issue and thought that something is wrong with the Interpreter settings. But it was due to some issue while copying the commands from the Tutorial site to Zeppelin workbook.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 11:02:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126214#M26928</guid>
      <dc:creator>Mariraj</dc:creator>
      <dc:date>2016-05-12T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126215#M26929</link>
      <description>&lt;P&gt;yes i had this problem also , if you type the code it will run but in copy paste there is a problem , &lt;/P&gt;&lt;P&gt;how can i ask tutorials support to fix it ? or even mention that you have to type it yourself &lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 05:43:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126215#M26929</guid>
      <dc:creator>fardin_behboudi</dc:creator>
      <dc:date>2016-05-17T05:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126216#M26930</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10476/fardinbehboudi.html" nodeid="10476"&gt;@Fardin Behboudi Vaighan&lt;/A&gt; there was an issue with the script that we use to post the tutorial.   It has been updated so this issue should be resolved.   Please let us know if this is not the case.  &lt;A rel="user" href="https://community.cloudera.com/users/3268/jmedel.html" nodeid="3268"&gt;@jmedel&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 06:12:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126216#M26930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-19T06:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126217#M26931</link>
      <description>&lt;P&gt;It is working, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:29:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126217#M26931</guid>
      <dc:creator>vakana54</dc:creator>
      <dc:date>2016-06-14T19:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: zeppelin tutorial, "hive interpreter not found"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126218#M26932</link>
      <description>&lt;P&gt;I does seem a little unkind to throw a curveball to people using a tutorial. But the problem seems to be carriage returns that come along for the ride during the copy and paste operation. If you delete 'em, it seems to work fine.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 11:21:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/zeppelin-tutorial-quot-hive-interpreter-not-found-quot/m-p/126218#M26932</guid>
      <dc:creator>daniel_buskirk</dc:creator>
      <dc:date>2017-04-17T11:21:40Z</dc:date>
    </item>
  </channel>
</rss>

