[
https://issues.apache.org/jira/browse/MAPREDUCE-3493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250431#comment-13250431
]
madhukara phatak commented on MAPREDUCE-3493:
---------------------------------------------
As per my knowledge shuffle handler is used by reducer to copy the
intermediate map results from mapper nodes to the node where reducer runs. is
that correct ?
> Add the default mapreduce.shuffle.port property to mapred-default.xml
> ---------------------------------------------------------------------
>
> Key: MAPREDUCE-3493
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3493
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.0
> Reporter: Ahmed Radwan
> Assignee: Ahmed Radwan
> Priority: Minor
> Labels: newbie
> Attachments: MAPREDUCE-3493-1.patch, MAPREDUCE-3493.patch
>
>
> I faced this issue when trying to run multiple Hadoop MR2 instances on the
> same node. The default value for this property is hardcoded in the
> ShuffleHandler.java class so it results in port conflicts. The issue is
> resolved if you set the property value in your conf files. But the absence of
> this property from *-default.xml files is confusing. So It'll be cleaner to
> move this property to mapred-default.xml, so its default value can be easily
> identified and changed if needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira