Browse Source

HADOOP-9830. Merging r1561952 from branch-2 to branch-2.3

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.3@1561953 13f79535-47bb-0310-9956-ffa450edef68
Arpit Agarwal 11 years ago
parent
commit
d1641cf7eb

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -356,6 +356,9 @@ Release 2.3.0 - UNRELEASED
     HADOOP-10212. Incorrect compile command in Native Library document.
     (Akira Ajisaka via Arpit Agarwal)
 
+    HADOOP-9830. Fix typo at http://hadoop.apache.org/docs/current/
+    (Kousuke Saruta via Arpit Agarwal)
+
 Release 2.2.0 - 2013-10-13
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-project/src/site/apt/index.apt.vm

@@ -45,7 +45,7 @@ Apache Hadoop ${project.version}
 
   The new ResourceManager manages the global assignment of compute resources to 
   applications and the per-application ApplicationMaster manages the 
-  application’s scheduling and coordination. 
+  application‚ scheduling and coordination. 
 
   An application is either a single job in the sense of classic MapReduce jobs 
   or a DAG of such jobs.