You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Alexander Bezzubov (JIRA)" <ji...@apache.org> on 2015/07/01 08:04:04 UTC

[jira] [Created] (ZEPPELIN-147) Interpreter property 'spark.replClassServer.port' does not affect actual classServer port

Alexander Bezzubov created ZEPPELIN-147:
-------------------------------------------

             Summary: Interpreter property 'spark.replClassServer.port' does not affect actual classServer port
                 Key: ZEPPELIN-147
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-147
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.5.0, 0.6.0
            Reporter: Alexander Bezzubov
             Fix For: 0.5.0


Code here https://github.com/apache/incubator-zeppelin/blame/master/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java#L240 makes initialise SparkIMain https://github.com/apache/spark/blob/v1.4.0/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkIMain.scala#L118 with empty SparkConf, so property with the user-set port number is not propagated. 



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