Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)
Attachments
Issue Links
- links to