You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Weichen Xu (JIRA)" <ji...@apache.org> on 2016/08/06 13:47:20 UTC

[jira] [Created] (ZEPPELIN-1302) RInterpreter props initial error, when calling getSystemDefault

Weichen Xu created ZEPPELIN-1302:
------------------------------------

             Summary: RInterpreter props initial error, when calling getSystemDefault
                 Key: ZEPPELIN-1302
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1302
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Weichen Xu


In RInterpreter, when initialize props, calling getSystemDefault pass wrong parameter order.
it should be 
SparkInterpreter.getSystemDefault(envName, propName, defaultValue) 
but the code here is
SparkInterpreter.getSystemDefault(propName, envName, defaultValue) 

and, the rhadoop.sparkstreamingjar props name is also wrong (in code use rhadoop.cmd) 



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