You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2014/12/22 06:42:13 UTC

[jira] [Created] (SPARK-4915) Wrong class name of external shuffle service in the dynamic allocation

Tsuyoshi OZAWA created SPARK-4915:
-------------------------------------

             Summary: Wrong class name of external shuffle service in the dynamic allocation
                 Key: SPARK-4915
                 URL: https://issues.apache.org/jira/browse/SPARK-4915
             Project: Spark
          Issue Type: Documentation
          Components: Documentation, YARN
            Reporter: Tsuyoshi OZAWA


In docs/job-scheduling.md says as follows:
{quote}
To enable this service, set `spark.shuffle.service.enabled` to `true`. In YARN, this external shuffle service is implemented in `org.apache.spark.yarn.network.YarnShuffleService` that runs in each `NodeManager` in your cluster. 
{quote}

The class name org.apache.spark.yarn.network.YarnShuffleService is wrong. org.apache.spark.network.yarn.YarnShuffleService is correct class name to be specified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org