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

2015-04-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2106/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 39436 lines...] TestMRJobsWithProfiler.testDefault

Hadoop-Mapreduce-trunk-Java8 - Build # 157 - Still Failing

2015-04-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/157/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 18709 lines...] TestCombineFileInputFormat.te

[jira] [Resolved] (MAPREDUCE-6202) TestMRTimelineEventHandling fails on trunk

2015-04-07 Thread Zhijie Shen (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhijie Shen resolved MAPREDUCE-6202. Resolution: Duplicate > TestMRTimelineEventHandling fails on trunk > ---

[jira] [Reopened] (MAPREDUCE-6189) TestMRTimelineEventHandling fails in trunk

2015-04-07 Thread Junping Du (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-6189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junping Du reopened MAPREDUCE-6189: --- Assignee: Junping Du (was: Rohith) Reopen issue and work on it. > TestMRTimelineEventH

[jira] [Reopened] (MAPREDUCE-6202) TestMRTimelineEventHandling fails on trunk

2015-04-07 Thread Zhijie Shen (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhijie Shen reopened MAPREDUCE-6202: Assignee: Zhijie Shen Reproduce the issue again. > TestMRTimelineEventHandling fails

Re: map() function call related

2015-04-07 Thread Chris Nauroth
Hello Shahil, In the current trunk codebase, the relevant files are hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-co re/src/main/java/org/apache/hadoop/mapred/MapTask.java and hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-co re/src/main/java/or

[jira] [Created] (MAPREDUCE-6312) Hive fails due to stale proxy in ClientServiceDelegate

2015-04-07 Thread Radim Kubacki (JIRA)
Radim Kubacki created MAPREDUCE-6312: Summary: Hive fails due to stale proxy in ClientServiceDelegate Key: MAPREDUCE-6312 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6312 Project: Hadoop M

Fwd: map() function call related

2015-04-07 Thread Shahil Varshney
Sir , i want to know that which class in hadoop (internal source class) is responsible for calling map function for each key value pair(means calls map() function). and which class actually done the input split job. i want to create my own class for input split so please tell me .