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

TezQA commented on TEZ-3927:
----------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12922094/TEZ-3927.002.patch
  against master revision c5c26c6.

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/2788//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2788//console

This message is automatically generated.


> TestReduceProcessor fails on Hadoop 3.x
> ---------------------------------------
>
>                 Key: TEZ-3927
>                 URL: https://issues.apache.org/jira/browse/TEZ-3927
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Major
>         Attachments: TEZ-3927.001.patch, TEZ-3927.002.patch
>
>
> TestReduceProcessor makes an assumption about the location of pre committed 
> output files based on fileoutputcommiter version 1. In hadoop3, the default 
> fileoutputcommiter version moved to 2, changing the output file locations. 
> {noformat}
> org.apache.tez.mapreduce.processor.reduce.TestReduceProcessor.testReduceProcessor
> Failing for the past 1 build (Since Failed#2782 )
> Took 1 sec.
> Error Message
> File 
> file:/tmp/TestReduceProcessor/output/_temporary/0/task_01_0000_r_000000/part-v001-o000-00000
>  does not exist
> Stacktrace
> java.io.FileNotFoundException: File 
> file:/tmp/TestReduceProcessor/output/_temporary/0/task_01_0000_r_000000/part-v001-o000-00000
>  does not exist
>       at 
> org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:641)
>       at 
> org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:867)
>       at 
> org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:631)
>       at 
> org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:442)
>       at 
> org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1863)
>       at 
> org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1886)
>       at 
> org.apache.tez.mapreduce.processor.reduce.TestReduceProcessor.testReduceProcessor(TestReduceProcessor.java:259)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to