You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1126,6 +1126,15 @@
1126
1126
</description>
1127
1127
</property>
1128
1128
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
0 commit comments