You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2015/11/18 16:15:11 UTC

[jira] [Created] (ZEPPELIN-441) SparkInterpreter does not work if target spark version is not listed in SparkVersion.java

Lee moon soo created ZEPPELIN-441:
-------------------------------------

             Summary: SparkInterpreter does not work if target spark version is not listed in SparkVersion.java 
                 Key: ZEPPELIN-441
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-441
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.5.5
            Reporter: Lee moon soo
            Assignee: Lee moon soo
             Fix For: 0.6.0


SparkInterpreter throws following exception when configured spark version is not listed in SparkVersion.java.

{code}
java.lang.IllegalArgumentException
    at org.apache.zeppelin.spark.SparkVersion.fromVersionString(SparkVersion.java:58)
    at org.apache.zeppelin.spark.SparkInterpreter.open(SparkInterpreter.java:477)
    at org.apache.zeppelin.interpreter.ClassloaderInterpreter.open(ClassloaderInterpreter.java:74)
    at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:68)
    at org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:92)
    at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:276)
    at org.apache.zeppelin.scheduler.Job.run(Job.java:170)
    at org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:118)
    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)
{code}

This restriction need to be removed, otherwise, Zeppelin need to make new release every time Spark releases a new version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)