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:
parent
b8776ee65b
commit
87166f1ee8
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user