caedman created ZEPPELIN-3956: --------------------------------- Summary: (Windows) Zeppelin not working with Cassandra interpreter Key: ZEPPELIN-3956 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3956 Project: Zeppelin Issue Type: Bug Reporter: caedman Attachments: img.PNG, img1.PNG
after i download zeppelin v0.8.0 with all interpreter, run `discribe keyspaces` exception throws ``` WARN [2019-01-21 14:13:26,377] ({pool-2-thread-4} NotebookServer.java[afterStatusChange]:2302) - Job 20190121-105517_1293241296 is finished, status: ERROR, exception: null, result: %text 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>(InterpreterLogic.scala:98) at org.apache.zeppelin.cassandra.CassandraInterpreter.open(CassandraInterpreter.java:231) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:69) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:617) at org.apache.zeppelin.scheduler.Job.run(Job.java:188) at org.apache.zeppelin.scheduler.ParallelScheduler$JobRunner.run(ParallelScheduler.java:162) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ``` windows: 7 java -version java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) I found zeppelin-cassandra_2.11-0.8.0.jar jar inside folder \interpreter\cassandra; ``` cassandra-driver-core-3.0.1.jar netty-codec-4.0.33.Final.jar scalate/ commons-lang3-3.3.2.jar netty-common-4.0.33.Final.jar scalate-core_2.11-1.7.1.jar guava-16.0.1.jar netty-handler-4.0.33.Final.jar scalate-util_2.11-1.7.1.jar interpreter-setting.json netty-transport-4.0.33.Final.jar scala-xml_2.11-1.0.4.jar lz4-1.3.0.jar scala-compiler-2.11.8.jar slf4j-api-1.7.10.jar META-INF/ scala-library-2.11.8.jar snappy-java-1.0.5.4.jar metrics-core-3.1.2.jar scala-parser-combinators_2.11-1.0.4.jar zeppelin-cassandra_2.11-0.8.0.jar netty-buffer-4.0.33.Final.jar scala-reflect-2.11.8.jar ``` -- This message was sent by Atlassian JIRA (v7.6.3#76005)