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 "Hitesh Shah (Created) (JIRA)" <ji...@apache.org> on 2011/10/19 22:45:10 UTC

[jira] [Created] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
------------------------------------------------------------------

                 Key: MAPREDUCE-3215
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: mrv2
    Affects Versions: 0.23.0
            Reporter: Hitesh Shah
            Priority: Minor
             Fix For: 0.23.0


Testcase: testNoJobSetupCleanup took 13.271 sec
        FAILED
Number of part-files is 0 and not 1
junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
        at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
        at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143996#comment-13143996 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #80 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/80/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.            
svn merge -c r1197101 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197102
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hitesh Shah (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Shah updated MAPREDUCE-3215:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141483#comment-13141483 ] 

Hitesh Shah commented on MAPREDUCE-3215:
----------------------------------------

The failure is due to commit job not being called. 
                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Devaraj K
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143967#comment-13143967 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #66 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/66/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.            
svn merge -c r1197101 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197102
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Vinod Kumar Vavilapalli (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated MAPREDUCE-3215:
-----------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.24.0)
                   0.23.1
     Release Note: 
Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup.

     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

I just committed this to trunk and branch-0.23. Thanks Hitesh!
                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hitesh Shah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141416#comment-13141416 ] 

Hitesh Shah commented on MAPREDUCE-3215:
----------------------------------------

@Devaraj, if you have not already started working on this, I can take this up. 
                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Devaraj K
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143158#comment-13143158 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1318 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1318/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197101
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hitesh Shah (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Shah updated MAPREDUCE-3215:
-----------------------------------

    Attachment: MR-3215.1.patch
    
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143132#comment-13143132 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1244 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1244/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197101
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143171#comment-13143171 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1266 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1266/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197101
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Vinod Kumar Vavilapalli (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143118#comment-13143118 ] 

Vinod Kumar Vavilapalli commented on MAPREDUCE-3215:
----------------------------------------------------

Test with the commented out code reenabled fails without the patch, and passes with the patch.

Patch looks good too. +1.

I think we should deprecate the setJobSetupCleanupNeeded() API. Before 0.23, we could disable set up and cleanup, yet obtain the output when using FileOutputCommitter in the job-output directory. But post 0.23.0, that won't be the case because of the nested temporary directories to support AM recoverability.  Will open a separate ticket.
                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143165#comment-13143165 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #145 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/145/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.            
svn merge -c r1197101 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197102
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143161#comment-13143161 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #146 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/146/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.            
svn merge -c r1197101 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197102
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Devaraj K (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj K reassigned MAPREDUCE-3215:
------------------------------------

    Assignee: Devaraj K
    
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Devaraj K
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143175#comment-13143175 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #157 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/157/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.            
svn merge -c r1197101 --ignore-ancestry ../../trunk/

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197102
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142415#comment-13142415 ] 

Hadoop QA commented on MAPREDUCE-3215:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12501993/MR-3215.1.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144000#comment-13144000 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #887 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/887/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197101
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Devaraj K (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj K reassigned MAPREDUCE-3215:
------------------------------------

    Assignee: Hitesh Shah  (was: Devaraj K)
    
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.24.0
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3215) org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13143975#comment-13143975 ] 

Hudson commented on MAPREDUCE-3215:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #853 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/853/])
    MAPREDUCE-3215. Reneabled and fixed bugs in the failing test TestNoJobSetupCleanup. Contributed by Hitesh Shah.

vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1197101
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/TestNoJobSetupCleanup.java

                
> org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3215
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Hitesh Shah
>            Assignee: Hitesh Shah
>            Priority: Minor
>             Fix For: 0.23.1
>
>         Attachments: MR-3215.1.patch
>
>
> Testcase: testNoJobSetupCleanup took 13.271 sec
>         FAILED
> Number of part-files is 0 and not 1
> junit.framework.AssertionFailedError: Number of part-files is 0 and not 1
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.submitAndValidateJob(TestNoJobSetupCleanup.java:60)
>         at org.apache.hadoop.mapreduce.TestNoJobSetupCleanup.testNoJobSetupCleanup(TestNoJobSetupCleanup.java:70)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira