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
This commit is contained in:
parent
5cf21e4383
commit
515e29ac82
|
@ -154,6 +154,9 @@ Release 2.0.1-alpha - UNRELEASED
|
|||
MAPREDUCE-4224. TestFifoScheduler throws
|
||||
org.apache.hadoop.metrics2.MetricsException (Devaraj K via tgraves)
|
||||
|
||||
MAPREDUCE-3493. Add the default mapreduce.shuffle.port property
|
||||
to mapred-default.xml (Madhukara Phatak via harsh)
|
||||
|
||||
Release 2.0.0-alpha - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -1126,6 +1126,15 @@
|
|||
</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>
|
||||
|
|
Loading…
Reference in New Issue