Github user tnachen commented on the pull request:

    https://github.com/apache/spark/pull/4984#issuecomment-102150629
  
    Here is the spark settings:
    
spark.executor.uri=http://10.165.143.201:8000/spark-1.4.0-SNAPSHOT-bin-2.2.0.tgz
    spark.mesos.coarse=true
    spark.dynamicAllocation.enabled=true
    spark.shuffle.service.enabled=true
    
    Simply shuffle job:
    val rdd = sc.parallelize(0 until 10000).map((_,1)).reduceByKey(_ + _)
    rdd.count()
    
    I'm running the shuffle service daemon on each slave using Marathon.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to