Author: acmurthy
Date: Sun Jun 16 19:09:48 2013
New Revision: 1493570
URL: http://svn.apache.org/r1493570
Log:
MAPREDUCE-5184. Document compatibility for MapReduce applications in hadoop-2 vis-a-vis hadoop-1.
Contributed by Zhijie Shen.
Modified:
hadoop/common/trunk/hadoop-project/src/site/site.xml
Modified: hadoop/common/trunk/hadoop-project/src/site/site.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-project/src/site/site.xml?rev=1493570&r1=1493569&r2=1493570&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-project/src/site/site.xml (original)
+++ hadoop/common/trunk/hadoop-project/src/site/site.xml Sun Jun 16 19:09:48 2013
@@ -79,6 +79,7 @@
</menu>
<menu name="MapReduce" inherit="top">
+ <item name="Compatibilty between Hadoop 1.x and Hadoop 2.x" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html"/>
<item name="Encrypted Shuffle" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html"/>
<item name="Pluggable Shuffle/Sort" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/PluggableShuffleAndPluggableSort.html"/>
</menu>
|