<?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 ClassNotFoundException in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-ClassNotFoundException/m-p/109111#M42523</link>
    <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I'm going through the tutorial for hdp 2.5.0&lt;/P&gt;&lt;P&gt;
In the following lab I'm encountering issues with &lt;A href="http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#step4.2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#step4.2
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm getting class not found exception (see code below) which I have no clue how to solve! (default setting in the interpreter menu throws a file not found notification when I try to save the default settings) see attached picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8204-zeppeling-default-setting-error.png" style="width: 1580px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23383i4EB26C52197E5333/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8204-zeppeling-default-setting-error.png" alt="8204-zeppeling-default-setting-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;
Any help would be appreciated thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;%hive
show tables
org.apache.hive.jdbc.HiveDriver
class java.lang.ClassNotFoundException
java.net.URLClassLoader$1.run(URLClassLoader.java:366)
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.java:354)
java.lang.ClassLoader.loadClass(ClassLoader.java:425)
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
java.lang.ClassLoader.loadClass(ClassLoader.java:358)
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Class.java:195)
org.apache.zeppelin.jdbc.JDBCInterpreter.getConnection(JDBCInterpreter.java:214)
org.apache.zeppelin.jdbc.JDBCInterpreter.getStatement(JDBCInterpreter.java:275)
org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:336)
org.apache.zeppelin.jdbc.JDBCInterpreter.interpret(JDBCInterpreter.java:442)
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:94)
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:341)
org.apache.zeppelin.scheduler.Job.run(Job.java:176)
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
java.util.concurrent.FutureTask.run(FutureTask.java:262)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:745)
&lt;/PRE&gt;&lt;P&gt;I can't get the interpreter to run in lab 5 either&lt;/P&gt;&lt;PRE&gt;%jbdc (hive)
SELECT * FROM riskfactor

prefix not found&lt;/PRE&gt;</description>
    <pubDate>Mon, 19 Aug 2019 11:35:47 GMT</pubDate>
    <dc:creator>Tin6</dc:creator>
    <dc:date>2019-08-19T11:35:47Z</dc:date>
    <item>
      <title>Zeppelin ClassNotFoundException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-ClassNotFoundException/m-p/109111#M42523</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I'm going through the tutorial for hdp 2.5.0&lt;/P&gt;&lt;P&gt;
In the following lab I'm encountering issues with &lt;A href="http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#step4.2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#step4.2
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm getting class not found exception (see code below) which I have no clue how to solve! (default setting in the interpreter menu throws a file not found notification when I try to save the default settings) see attached picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8204-zeppeling-default-setting-error.png" style="width: 1580px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23383i4EB26C52197E5333/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8204-zeppeling-default-setting-error.png" alt="8204-zeppeling-default-setting-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;
Any help would be appreciated thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;%hive
show tables
org.apache.hive.jdbc.HiveDriver
class java.lang.ClassNotFoundException
java.net.URLClassLoader$1.run(URLClassLoader.java:366)
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.java:354)
java.lang.ClassLoader.loadClass(ClassLoader.java:425)
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
java.lang.ClassLoader.loadClass(ClassLoader.java:358)
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Class.java:195)
org.apache.zeppelin.jdbc.JDBCInterpreter.getConnection(JDBCInterpreter.java:214)
org.apache.zeppelin.jdbc.JDBCInterpreter.getStatement(JDBCInterpreter.java:275)
org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:336)
org.apache.zeppelin.jdbc.JDBCInterpreter.interpret(JDBCInterpreter.java:442)
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:94)
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:341)
org.apache.zeppelin.scheduler.Job.run(Job.java:176)
org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
java.util.concurrent.FutureTask.run(FutureTask.java:262)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:745)
&lt;/PRE&gt;&lt;P&gt;I can't get the interpreter to run in lab 5 either&lt;/P&gt;&lt;PRE&gt;%jbdc (hive)
SELECT * FROM riskfactor

prefix not found&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:35:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-ClassNotFoundException/m-p/109111#M42523</guid>
      <dc:creator>Tin6</dc:creator>
      <dc:date>2019-08-19T11:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Zeppelin ClassNotFoundException</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-ClassNotFoundException/m-p/109112#M42524</link>
      <description>&lt;P&gt;Answering my own question!&lt;/P&gt;&lt;P&gt;In the following post I found my answer &lt;A href="https://community.hortonworks.com/questions/56113/trying-to-create-phoenix-interpreter-using-jdbc-in.html"&gt;https://community.hortonworks.com/questions/56113/trying-to-create-phoenix-interpreter-using-jdbc-in.html
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I created a new "test jdbc interpreter" left every setting default but added the following dependancies below. My newly created interpreter works but the default %jdbc interpreter still faults with the path error as in the attached picture.
&lt;A href="https://community.hortonworks.com/questions/56113/trying-to-create-phoenix-interpreter-using-jdbc-in.html"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;org.apache.hive:hive-jdbc:0.14.0 
org.apache.hadoop:hadoop-common:2.6.0 &lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;@Randy Gelhausen&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:51:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Zeppelin-ClassNotFoundException/m-p/109112#M42524</guid>
      <dc:creator>Tin6</dc:creator>
      <dc:date>2016-10-03T18:51:33Z</dc:date>
    </item>
  </channel>
</rss>

