nadav-har-tzvi commented on a change in pull request #20: PySpark fixes for
YARN and Mesos
URL: https://github.com/apache/incubator-amaterasu/pull/20#discussion_r191065225
##########
File path:
common/src/main/scala/org/apache/amaterasu/common/configuration/ClusterConfig.scala
##########
@@ -209,7 +209,7 @@ class ClusterConfig extends Logging {
if (props.containsKey("timeout")) timeout =
props.getProperty("timeout").asInstanceOf[Double]
if (props.containsKey("mode")) mode = props.getProperty("mode")
if (props.containsKey("workingFolder")) workingFolder =
props.getProperty("workingFolder", s"/user/$user")
-
+ if (props.containsKey("pysparkPath")) pysparkPath =
props.getProperty("pysparkPath")
Review comment:
Check if needed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services