This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new d7cc897  MAPREDUCE-7255. Fix typo in MapReduce documentaion example 
(#1793)
d7cc897 is described below

commit d7cc897bdc967f2a9bba25646b6da2221dd4efdc
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 33ede3a..b585e84 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
@@ -1097,7 +1097,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]

Reply via email to