Panduranga created ZEPPELIN-1035: ------------------------------------ Summary: Zeppelin not working with Cassandra interpreter Key: ZEPPELIN-1035 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1035 Project: Zeppelin Issue Type: Bug Components: zeppelin-interpreter Affects Versions: 0.5.6 Environment: Window 7 Reporter: Panduranga Priority: Critical
Hi, I have installed Cassandra 3.0.7 and Sparklet (which have spark and zeppelin server 0.5.6) on windows 7 environment. I have setup the cassandra interpreter, but when i try to execute the below query on zeppelin my note; %cassandra select * from turotialspoint.emp it shows status as error and on zeppelin console i get this stack printed. error: Exception in thread "pool-1-thread-3" java.lang.NoClassDefFoundError: Could not initialize class org.apache.zeppelin.cassandra.DisplaySystem$NoResultDisplay$ at org.apache.zeppelin.cassandra.EnhancedSession.<init>(EnhancedSession. scala:40) at org.apache.zeppelin.cassandra.InterpreterLogic.<init>(InterpreterLogi c.scala:94) at org.apache.zeppelin.cassandra.CassandraInterpreter.open(CassandraInte rpreter.java:293) at org.apache.zeppelin.interpreter.ClassloaderInterpreter.open(Classload erInterpreter.java:74) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInte rpreter.java:68) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.getProgress(LazyO penInterpreter.java:109) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer.getPro gress(RemoteInterpreterServer.java:333) at org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Proce ssor$getProgress.getResult(RemoteInterpreterService.java:1090) at org.apache.zeppelin.interpreter.thrift.RemoteInterpreterService$Proce ssor$getProgress.getResult(RemoteInterpreterService.java:1075) at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadP oolServer.java:285) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) i don't know is this a Bug, on configuration error. Request to please guide on this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)