[jira] [Created] (MAPREDUCE-4776) Reducer Channels

2012-11-07 Thread Craig Macdonald (JIRA)
Craig Macdonald created MAPREDUCE-4776: -- Summary: Reducer Channels Key: MAPREDUCE-4776 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4776 Project: Hadoop Map/Reduce Issue Type: Ne

Re: Shuffle phase: fine-grained control of data flow

2012-11-07 Thread Harsh J
Hi Jiwei, In trunk (i.e. MR2), the completion events selection + scheduling logic lies under class EventFetcher's getMapCompletionEvents() method, as viewable at http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main

Hadoop-Mapreduce-trunk - Build # 1249 - Still Failing

2012-11-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1249/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 30816 lines...] Tests run: 4, Failures: 0, Errors: 0

Re: Shuffle phase: fine-grained control of data flow

2012-11-07 Thread Robert Evans
Jiwei, I think you could use that knowledge to launch reducers closer to the map output, but I am not sure that it would make much difference. It may even slow things down. It is a question of several things 1) Can we get enough map tasks close to one another that it will make a difference? 2) D

[jira] [Created] (MAPREDUCE-4778) Fair scheduler event log is only written if directory exists on HDFS

2012-11-07 Thread Sandy Ryza (JIRA)
Sandy Ryza created MAPREDUCE-4778: - Summary: Fair scheduler event log is only written if directory exists on HDFS Key: MAPREDUCE-4778 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4778 Project:

[jira] [Created] (MAPREDUCE-4779) Unit test TestJobTrackerSafeMode fails with ant 1.8.3+

2012-11-07 Thread Amir Sanjar (JIRA)
Amir Sanjar created MAPREDUCE-4779: -- Summary: Unit test TestJobTrackerSafeMode fails with ant 1.8.3+ Key: MAPREDUCE-4779 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4779 Project: Hadoop Map/

[jira] [Created] (MAPREDUCE-4780) MapReduce distribution build fails on Windows

2012-11-07 Thread Chris Nauroth (JIRA)
Chris Nauroth created MAPREDUCE-4780: Summary: MapReduce distribution build fails on Windows Key: MAPREDUCE-4780 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4780 Project: Hadoop Map/Reduce

Re: Shuffle phase: fine-grained control of data flow

2012-11-07 Thread Jiwei Li
Hi Bobby, Thank you a lot for your suggestions. My whole idea is to minimize the aggregate network bandwidth during Shuffle Phase, that is, to limit the hops to minimum when transmitting data from map node to reduce node. Usually, Partitioner creates skews that the JobTracker allocates different a