You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/06/24 17:37:05 UTC

[jira] [Commented] (MAPREDUCE-6400) Multiple shuffle transfer fails because input is closed too early

    [ https://issues.apache.org/jira/browse/MAPREDUCE-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599596#comment-14599596 ] 

Hudson commented on MAPREDUCE-6400:
-----------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #8056 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/8056/])
MAPREDUCE-6400. Multiple shuffle transfer fails because input is closed too early. Contributed by Brahma Reddy Battula, Akira AJISAKA, and Gera Shegalov. (jlowe: rev 72d08a0e41efda635baa985d55d67cb059a7c07c)
* hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/Fetcher.java
* hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/LocalFetcher.java
* hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/IFileWrappedMapOutput.java
* hadoop-mapreduce-project/CHANGES.txt


> Multiple shuffle transfer fails because input is closed too early
> -----------------------------------------------------------------
>
>                 Key: MAPREDUCE-6400
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6400
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: task
>    Affects Versions: 2.8.0
>            Reporter: Akira AJISAKA
>            Assignee: Brahma Reddy Battula
>            Priority: Blocker
>             Fix For: 2.8.0
>
>         Attachments: MAPREDUCE-6400-002.patch, MAPREDUCE-6400.001.patch, MAPREDUCE-6400.003.patch, MAPREDUCE-6400.004.patch, MAPREDUCE-6400.005.patch, MAPREDUCE-6400.patch
>
>
> TestReduceFetchFromPartialMem fails.
> {noformat}
> Running org.apache.hadoop.mapred.TestReduceFetchFromPartialMem
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 132.978 sec <<< FAILURE! - in org.apache.hadoop.mapred.TestReduceFetchFromPartialMem
> testReduceFromPartialMem(org.apache.hadoop.mapred.TestReduceFetchFromPartialMem)  Time elapsed: 69.214 sec  <<< ERROR!
> java.io.IOException: Job failed!
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:867)
> 	at org.apache.hadoop.mapred.TestReduceFetchFromPartialMem.runJob(TestReduceFetchFromPartialMem.java:300)
> 	at org.apache.hadoop.mapred.TestReduceFetchFromPartialMem.testReduceFromPartialMem(TestReduceFetchFromPartialMem.java:93)
> Results :
> Tests in error: 
>   TestReduceFetchFromPartialMem.testReduceFromPartialMem:93->runJob:300 ยป IO Job...
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)