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)