You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by ha...@apache.org on 2012/04/18 20:42:10 UTC

svn commit: r1327616 - /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

Author: harsh
Date: Wed Apr 18 18:42:09 2012
New Revision: 1327616

URL: http://svn.apache.org/viewvc?rev=1327616&view=rev
Log:
Reverting all commit booboos made on HADOOP-8290. Resetting to state before that. Sorry for so much noise. (harsh)

Modified:
    hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

Modified: hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml?rev=1327616&r1=1327615&r2=1327616&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml (original)
+++ hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml Wed Apr 18 18:42:09 2012
@@ -1126,15 +1126,6 @@
   </description>
 </property>
 
-<property>
-  <name>mapreduce.shuffle.port</name>
-  <value>8080</value>
-  <description>Default port that the ShuffleHandler will run on. ShuffleHandler 
-   is a service run at the NodeManager to facilitate transfers of intermediate 
-   Map outputs to requesting Reducers.
-  </description>
-</property>
-
 <!--  Node health script variables -->
 
 <property>