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

Andrew Ash commented on SPARK-4915:
-----------------------------------

Changing fix version to 1.2.1 from 1.2.0 because this didn't make it in in-time 
for 1.2.0

{noformat}
aash@aash-mbp ~/git/spark$ git log origin/branch-1.2 --oneline | grep SPARK-4915
31d42c4 [SPARK-4915][YARN] Fix classname to be specified for external shuffle 
service.
aash@aash-mbp ~/git/spark$ git log v1.2.0 --oneline | grep SPARK-4915
aash@aash-mbp ~/git/spark$
{noformat}

> Wrong classname of external shuffle service in the doc for dynamic allocation
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-4915
>                 URL: https://issues.apache.org/jira/browse/SPARK-4915
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation, YARN
>    Affects Versions: 1.2.0
>            Reporter: Tsuyoshi OZAWA
>            Assignee: Tsuyoshi OZAWA
>             Fix For: 1.3.0, 1.2.1
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to