MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0d75088 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e0d75088 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e0d75088 Branch: refs/heads/HDFS-13891 Commit: e0d75088f24283985a4e4032fa547dad2ebb54db Parents: 72e7c6a Author: Akira Ajisaka <[email protected]> Authored: Thu Dec 13 16:26:25 2018 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Thu Dec 13 16:26:25 2018 +0900 ---------------------------------------------------------------------- .../src/site/markdown/PluggableShuffleAndPluggableSort.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e0d75088/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/PluggableShuffleAndPluggableSort.md ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/PluggableShuffleAndPluggableSort.md b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/PluggableShuffleAndPluggableSort.md index 9e24103..c868644 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/PluggableShuffleAndPluggableSort.md +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/PluggableShuffleAndPluggableSort.md @@ -85,7 +85,7 @@ The collector class configuration may specify a comma-separated list of collecto </property> <property> - <name>yarn.nodemanager.aux-services.AuxServiceFromHDFS.class</name> + <name>yarn.nodemanager.aux-services.AuxServiceFromHDFS.class</name> <value>org.apache.auxtest.AuxServiceFromHDFS2</value> </property> </configuration> @@ -106,7 +106,7 @@ The collector class configuration may specify a comma-separated list of collecto </property> <property> - <name>yarn.nodemanager.aux-services.AuxServiceFromHDFS.class</name> + <name>yarn.nodemanager.aux-services.AuxServiceFromHDFS.class</name> <value>org.apache.auxtest.AuxServiceFromHDFS2</value> </property> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
