This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new d55d02d MAPREDUCE-7255. Fix typo in MapReduce documentaion example
(#1793)
d55d02d is described below
commit d55d02d25a95fc03ecabe66829ad7b811e2eaab9
Author: Sergey Pogorelov <[email protected]>
AuthorDate: Mon Jan 6 05:36:11 2020 +0200
MAPREDUCE-7255. Fix typo in MapReduce documentaion example (#1793)
(cherry picked from commit b343e1533b1f4ebbbf10b063c35d79d53a741321)
---
.../hadoop-mapreduce-client-core/src/site/markdown/MapReduceTutorial.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapReduceTutorial.md
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapReduceTutorial.md
index 574c404..fc3f020 100644
---
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapReduceTutorial.md
+++
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapReduceTutorial.md
@@ -1091,7 +1091,7 @@ Sure enough, the output:
goodbye 1
hadoop 2
hello 2
- horld 2
+ world 2
#### Highlights
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]