Hi all,
I'm trying to build Zeppelin 0.5.6 and the process fails in Zeppelin
Interpreter. The error messages are:
ERROR org.apache.zeppelin.scheduler.Job:184 - Job failed
org.apache.zeppelin.interpreter.InterpreterException:
java.lang.NumberFormatException: For input string: "non numeric value"
at
org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA.interpret(MockInterpreterA.java:68)
at
org.apache.zeppelin.interpreter.ClassloaderInterpreter.interpret(ClassloaderInterpreter.java:57)
at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:93)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:331)
at org.apache.zeppelin.scheduler.Job.run(Job.java:171)
at
org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:139)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NumberFormatException: For input string: "non
numeric value"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:441)
at java.lang.Long.parseLong(Long.java:483)
at
org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA.interpret(MockInterpreterA.java:65)
... 12 more
ERROR
org.apache.zeppelin.interpreter.remote.RemoteInterpreterEventPoller:158
- Can't handle event RemoteInterpreterEvent(type:OUTPUT_APPEND,
data:{"data":"","noteId":"note","paragraphId":"id"})
My environment is CentOS 6.6 with the versions of Maven, Java and
Node.js that software specifies:
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T13:57:37+02:00)
Maven home: /usr/local/apache-maven-3.3.3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.7.0_79/jre
Default locale: ca_ES, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-504.el6.x86_64", arch: "amd64",
family: "unix"
Node.js v0.10.36
Anyone can help me with this issue?
Thanks in advance