HADOOP-9830. Fix typo at http://hadoop.apache.org/docs/current/ (Contributed by Kousuke Saruta)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arpit Agarwal 2014-01-28 06:41:03 +00:00
parent b8776ee65b
commit 87166f1ee8
2 changed files with 4 additions and 1 deletions

View File

@ -658,6 +658,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

View File

@ -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.