[ 
https://issues.apache.org/jira/browse/SPARK-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980719#comment-13980719
 ] 

Sean Owen commented on SPARK-1609:
----------------------------------

Yeah you got it, that is the problem:

{code}"-Xss2m -Dspark.ui.killEnabled=false"{code}
... as one argument

I agree with your change in the PR.

> Executor fails to start when Command.extraJavaOptions contains multiple Java 
> options
> ------------------------------------------------------------------------------------
>
>                 Key: SPARK-1609
>                 URL: https://issues.apache.org/jira/browse/SPARK-1609
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: witgo
>            Priority: Blocker
>         Attachments: spark.log
>
>
> {code}
> export SPARK_JAVA_OPTS="-server -Dspark.ui.killEnabled=false 
> -Dspark.akka.askTimeout=120 -Dspark.akka.timeout=120 
> -Dspark.locality.wait=10000 
> -Dspark.storage.blockManagerTimeoutIntervalMs=6000000 
> -Dspark.storage.memoryFraction=0.7 
> -Dspark.broadcast.factory=org.apache.spark.broadcast.TorrentBroadcastFactory"
> {code}
> Executor fails to start.
> {code}
> export SPARK_JAVA_OPTS="-Dspark.ui.killEnabled=false 
> -Dspark.akka.askTimeout=120 -Dspark.akka.timeout=120 
> -Dspark.locality.wait=10000 
> -Dspark.storage.blockManagerTimeoutIntervalMs=6000000 
> -Dspark.storage.memoryFraction=0.7 
> -Dspark.broadcast.factory=org.apache.spark.broadcast.TorrentBroadcastFactory"
> {code}
> Executor can work 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to