eyalbenivri commented on a change in pull request #20: PySpark fixes for YARN 
and Mesos
URL: https://github.com/apache/incubator-amaterasu/pull/20#discussion_r191042917
 
 

 ##########
 File path: 
executor/src/main/scala/org/apache/spark/repl/amaterasu/runners/spark/SparkRunnerHelper.scala
 ##########
 @@ -154,7 +154,7 @@ object SparkRunnerHelper extends Logging {
           .set("spark.master", master)
           .set("spark.executor.instances", "1") // TODO: change this
           .set("spark.yarn.jars", s"spark/jars/*")
-          .set("spark.executor.memory", "1g")
+          .set("spark.executor.memory", "2g")
 
 Review comment:
   Why are we changing these defaults?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to