[jira] [Resolved] (MAPREDUCE-4891) Pluggable merge at reduce side

2012-12-18 Thread Arun C Murthy (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy resolved MAPREDUCE-4891. -- Resolution: Duplicate Duplicate of MAPREDUCE-4808 > Pluggable merg

[jira] [Created] (MAPREDUCE-4891) Pluggable merge at reduce side

2012-12-18 Thread Jerry Chen (JIRA)
Jerry Chen created MAPREDUCE-4891: - Summary: Pluggable merge at reduce side Key: MAPREDUCE-4891 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4891 Project: Hadoop Map/Reduce Issue Type

comparators with lifecycle

2012-12-18 Thread Radim Kolar
I plan to implement comparators with lifecycle and make them backward compatible. plan: create Class LifecycleComparator implements Comparator after new instance of comparator is created then check if its subclass of LifecycleComparator and if yes, then invoke init/shutdown methods. https://i

[jira] [Created] (MAPREDUCE-4890) Invalid TaskImpl state transitions when task fails while speculating

2012-12-18 Thread Jason Lowe (JIRA)
Jason Lowe created MAPREDUCE-4890: - Summary: Invalid TaskImpl state transitions when task fails while speculating Key: MAPREDUCE-4890 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4890 Project:

[jira] [Created] (MAPREDUCE-4889) AM should have a diagnostics message for invalid state transitions

2012-12-18 Thread Jason Lowe (JIRA)
Jason Lowe created MAPREDUCE-4889: - Summary: AM should have a diagnostics message for invalid state transitions Key: MAPREDUCE-4889 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4889 Project: H

RE: How to compile the JobTracker.java

2012-12-18 Thread Bikas Saha
The scheduling and resource management parts of the JobTracker have been put in the ResourceManager. The Map Reduce job history in the JobHistoryServer. Each MR job is managed by its own YARN MR Application. Bikas -Original Message- From: Tiago Kepe [mailto:tiagok...@gmail.com] Sent: Tues

[jira] [Created] (MAPREDUCE-4888) NLineInputFormat dropps data in 1.1 and beyond

2012-12-18 Thread Robert Joseph Evans (JIRA)
Robert Joseph Evans created MAPREDUCE-4888: -- Summary: NLineInputFormat dropps data in 1.1 and beyond Key: MAPREDUCE-4888 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4888 Project: Hado

Re: How to compile the JobTracker.java

2012-12-18 Thread Tiago Kepe
Thanks by answer. Some thinks was clarified for me. I am learning about MR2, I realized that in MR2 the JobTracker was replaced by JobHistory, is this correct? Could you please provide more information or link about MR2? Thank you. 2012/12/18 Harsh J > You seem to be using trunk to modify "J