Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
nd 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: META-INF/MANIFEST.MF >> created: org/ >&g

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
' 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 cop

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
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 s

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
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 20

Re: Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
) at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:425) On Wed, Oct 18, 2017 at 5:24 PM, Jeff Zhang wrote: > > Please check the interpreter log > > > chethan kp 于2017年10月18日周三 下午7:41写道: > >> Hi, >> >> I tried to install new zeppelin i.e 0.8.

Zeppelin Internal error processing create Interpreter

2017-10-18 Thread chethan kp
Hi, I tried to install new zeppelin i.e 0.8.0 version, I followed this link to install zeppelin . I used this command to build mvn clean package -DskipTests -Pspark-1.6 -Dflink.version=1.1.3 -Pscala-2