Skip to content

Commit 4dfc3f0

Browse files
committed
MAPREDUCE-3493. Add the default mapreduce.shuffle.port property to mapred-default.xml. Contributed by Madhukara Phatak. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1343804 13f79535-47bb-0310-9956-ffa450edef68
1 parent 77e0f29 commit 4dfc3f0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

hadoop-mapreduce-project/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ Release 2.0.1-alpha - UNRELEASED
154154
MAPREDUCE-4224. TestFifoScheduler throws
155155
org.apache.hadoop.metrics2.MetricsException (Devaraj K via tgraves)
156156

157+
MAPREDUCE-3493. Add the default mapreduce.shuffle.port property
158+
to mapred-default.xml (Madhukara Phatak via harsh)
159+
157160
Release 2.0.0-alpha - UNRELEASED
158161

159162
INCOMPATIBLE CHANGES

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,15 @@
11261126
</description>
11271127
</property>
11281128

1129+
<property>
1130+
<name>mapreduce.shuffle.port</name>
1131+
<value>8080</value>
1132+
<description>Default port that the ShuffleHandler will run on. ShuffleHandler
1133+
is a service run at the NodeManager to facilitate transfers of intermediate
1134+
Map outputs to requesting Reducers.
1135+
</description>
1136+
</property>
1137+
11291138
<!-- Node health script variables -->
11301139

11311140
<property>

0 commit comments

Comments
 (0)