Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
yes, the class path is set ubuntu@ip-10-20-1-64:~/test/build/zeppelin/bin$ ps aux | grep RemoteInterpreterServer ubuntu2207 3.9 0.5 3802124 93212 pts/0 Sl 13:56 0:00 /usr/local/java/jdk1.8.0_144/bin/java -Dfile.encoding=UTF-8 -Dlog4j.configuration=file:///home/ubuntu/test/build/zeppeli

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread Jeff Zhang
Then it might due to jdbc interpreter jar is not in the classpath of interpreter process. Try the following command to check the classpath ps aux | grep RemoteInterpreterServer chethan kp 于2017年10月18日周三 下午9:20写道: > I checked , the package looks fine. > > > created: META-INF/ > inflated: ME

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
I checked , the package looks fine. created: META-INF/ inflated: META-INF/MANIFEST.MF created: org/ created: org/apache/ created: org/apache/zeppelin/ created: org/apache/zeppelin/jdbc/ created: org/apache/zeppelin/jdbc/security/ inflated: META-INF/NOTICE inflated: META-INF/LICENSE

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread Jeff Zhang
This file might be corrupted. Use command 'jar xvf ' to check the file contents. chethan kp 于2017年10月18日周三 下午8:53写道: > Hi, > I checked *zeppelin-jdbc-0.8.0-**SNAPSHOT.jar* , it is exists in the path > ZEPPELIN_HOME/interpreter/jdbc/zeppelin-jdbc-0.8.0-SNAPSHOT.jar > > is it require to copy this

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
Hi, I checked *zeppelin-jdbc-0.8.0-**SNAPSHOT.jar* , it is exists in the path ZEPPELIN_HOME/interpreter/jdbc/zeppelin-jdbc-0.8.0-SNAPSHOT.jar is it require to copy this library to some other path? On Wed, Oct 18, 2017 at 6:13 PM, Jeff Zhang wrote: > > It is clear the zeppelin jdbc jar is missin

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread Jeff Zhang
It is clear the zeppelin jdbc jar is missing. Check the jar under ZEPPELIN_HOME/interpreter/jdbc/zeppelin-jdbc-0.8.0-SNAPSHOT.jar chethan kp 于2017年10月18日周三 下午8:37写道: > Hi, > Below is the interpreter log, look like JDBCInterpreter class not found > but I compiled zeppelin 0.8.0 using the steps pr

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
Hi, Below is the interpreter log, look like JDBCInterpreter class not found but I compiled zeppelin 0.8.0 using the steps provide INFO [2017-10-18 11:22:30,817] ({Thread-0} RemoteInterpreterServer.java[run]:199) - Starting remote interpreter server on port 55333 INFO [2017-10-18 11:22:31,824]

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread Jeff Zhang
This is zeppelin server log, there's another interpreter log file. chethan kp 于2017年10月18日周三 下午8:25写道: > I checked the log, > > log also does not contain more info > > INFO [2017-10-18 11:22:30,487] ({pool-2-thread-2} > SchedulerFactory.java[jobStarted]:109) - Job 20171018-112147_1588161382 >

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
I checked the log, log also does not contain more info INFO [2017-10-18 11:22:30,487] ({pool-2-thread-2} SchedulerFactory.java[jobStarted]:109) - Job 20171018-112147_1588161382 started by scheduler org.apache.zeppelin.interpreter.remote.RemoteInterpreter-shared_session INFO [2017-10-18 11:22:30

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread Jeff Zhang
Please check the interpreter log chethan kp 于2017年10月18日周三 下午7:41写道: > Hi, > > I tried to install new zeppelin i.e 0.8.0 version, I followed this > > link > to install zeppelin . > > I used this comm