witgo created SPARK-1609:
----------------------------
Summary: Executor fails to start
Key: SPARK-1609
URL: https://issues.apache.org/jira/browse/SPARK-1609
Project: Spark
Issue Type: Bug
Components: Spark Core
Reporter: witgo
Priority: Blocker
{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)