Author: arp
Date: Tue Jan 28 06:41:03 2014
New Revision: 1561951
URL: http://svn.apache.org/r1561951
Log:
HADOOP-9830. Fix typo at http://hadoop.apache.org/docs/current/ (Contributed by
Kousuke Saruta)
Modified:
hadoop/common/trunk/hadoop-project/src/site/apt/index.apt.vm
Modified: hadoop/common/trunk/hadoop-project/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/src/site/apt/index.apt.vm?rev=1561951&r1=1561950&r2=1561951&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/src/site/apt/index.apt.vm (original)
+++ hadoop/common/trunk/hadoop-project/src/site/apt/index.apt.vm Tue Jan 28
06:41:03 2014
@@ -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.