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 "Thomas Graves (Created) (JIRA)" <ji...@apache.org> on 2012/01/05 16:17:39 UTC

[jira] [Created] (MAPREDUCE-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

TestDBJob and TestDataDrivenDBInputFormat ant tests fail
--------------------------------------------------------

                 Key: MAPREDUCE-3621
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
            Reporter: Thomas Graves
             Fix For: 0.23.0


The following mapred ant tests fail and have been failing for a very long time:

[junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
[junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves commented on MAPREDUCE-3621:
------------------------------------------

It looks like I also need HADOOP-8180 and to blow away the .m2 directory, then the test passes. 
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hudson commented on MAPREDUCE-3621:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #2007 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2007/])
    MAPREDUCE-3621. TestDBJob and TestDataDrivenDBInputFormat ant tests fail (Ravi Prakash via tgraves) (Revision 1310043)

     Result = SUCCESS
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310043
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/DBCountPageView.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Mahadev konar commented on MAPREDUCE-3621:
------------------------------------------

Thats a sign of a race condition. Does the test always fail?
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>             Fix For: 0.23.0
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Ravi Prakash updated MAPREDUCE-3621:
------------------------------------

    Attachment: MAPREDUCE-3621.patch

Splitting out the changes from hadoop-common and hadoop-hdfs

Can someone please review and commit these?

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hudson commented on MAPREDUCE-3621:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #1041 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1041/])
    MAPREDUCE-3621. TestDBJob and TestDataDrivenDBInputFormat ant tests fail (Ravi Prakash via tgraves) (Revision 1310043)

     Result = SUCCESS
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310043
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/DBCountPageView.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Ravi Prakash reassigned MAPREDUCE-3621:
---------------------------------------

    Assignee: Ravi Prakash
    
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hadoop QA commented on MAPREDUCE-3621:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12518564/MAPREDUCE-3621.patch
  against trunk revision .

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

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

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2062//console

This message is automatically generated.
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hudson commented on MAPREDUCE-3621:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2020 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2020/])
    MAPREDUCE-3621. TestDBJob and TestDataDrivenDBInputFormat ant tests fail (Ravi Prakash via tgraves) (Revision 1310043)

     Result = SUCCESS
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310043
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/DBCountPageView.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hadoop QA commented on MAPREDUCE-3621:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12521318/MAPREDUCE-3621.patch
  against trunk revision .

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

    +1 tests included.  The patch appears to include 8 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 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +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 failed these unit tests:
                  org.apache.hadoop.mapred.TestJobCounters
                  org.apache.hadoop.mapred.TestMiniMRChildTask
                  org.apache.hadoop.mapreduce.v2.TestMiniMRProxyUser
                  org.apache.hadoop.mapreduce.v2.TestMROldApiJobs
                  org.apache.hadoop.mapreduce.TestMapReduceLazyOutput
                  org.apache.hadoop.mapreduce.v2.TestSpeculativeExecution
                  org.apache.hadoop.mapred.TestJobCleanup
                  org.apache.hadoop.mapred.TestReduceFetch
                  org.apache.hadoop.mapred.TestReduceFetchFromPartialMem
                  org.apache.hadoop.mapreduce.v2.TestMRJobs
                  org.apache.hadoop.mapreduce.TestChild
                  org.apache.hadoop.mapred.TestLazyOutput
                  org.apache.hadoop.mapreduce.v2.TestUberAM
                  org.apache.hadoop.mapred.TestMiniMRClientCluster
                  org.apache.hadoop.mapreduce.lib.output.TestJobOutputCommitter
                  org.apache.hadoop.mapred.TestJobSysDirWithDFS

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

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

This message is automatically generated.
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves updated MAPREDUCE-3621:
-------------------------------------

    Status: Open  (was: Patch Available)
    
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves updated MAPREDUCE-3621:
-------------------------------------

    Attachment: MAPREDUCE-3621.patch

reattaching same patch to kick Jenkins.
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves commented on MAPREDUCE-3621:
------------------------------------------

So issue is there is still a DB connection thread around and it gets into a deadlock between the connection thread and the server shutdown in the main thread.  The Server shutdown in the main thread gets a lock and waits (presumable for the connections to go away), the connection itself is trying to obtain that same lock to do a print.  The connection never goes away so the server shutdown times out.

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>             Fix For: 0.23.0
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Ravi Prakash updated MAPREDUCE-3621:
------------------------------------

    Attachment: MAPREDUCE-3621.patch

Thanks for the pointer Tom!

The deadlock in hsqldb seems to have been a known issue with 1.8.0.7. Upgrading hsqldb to 2.0.0 seems to solve the issue. I grepped and nobody else is using hsqldb, so we should be fine with updating this instance of it. 

I have also moved the test from ant to the maven build.

Can someone please review and commit this?
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hudson commented on MAPREDUCE-3621:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #219 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/219/])
    merge -r 1310044:1310045 from branch-2. FIXES: MAPREDUCE-3621 (Revision 1310046)

     Result = SUCCESS
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310046
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/DBCountPageView.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/pom.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/pom.xml
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hudson commented on MAPREDUCE-3621:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2082 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2082/])
    MAPREDUCE-3621. TestDBJob and TestDataDrivenDBInputFormat ant tests fail (Ravi Prakash via tgraves) (Revision 1310043)

     Result = SUCCESS
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310043
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/DBCountPageView.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves updated MAPREDUCE-3621:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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] [Closed] (MAPREDUCE-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Arun C Murthy closed MAPREDUCE-3621.
------------------------------------

    
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3, 2.0.2-alpha
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Hudson commented on MAPREDUCE-3621:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1006 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1006/])
    MAPREDUCE-3621. TestDBJob and TestDataDrivenDBInputFormat ant tests fail (Ravi Prakash via tgraves) (Revision 1310043)

     Result = FAILURE
tgraves : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1310043
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/DBCountPageView.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/test/java/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/pom.xml
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDBJob.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/lib/db/TestDataDrivenDBInputFormat.java

                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves commented on MAPREDUCE-3621:
------------------------------------------

Ravi,  

I'm getting an error trying to run TestDBJob, can you please take a look.

-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.602 sec <<< FAILURE!
testRun(org.apache.hadoop.mapreduce.lib.db.TestDBJob)  Time elapsed: 0.555 sec  <<< ERROR!
java.lang.NoSuchFieldError: isList
        at org.hsqldb.lib.OrderedHashSet.<init>(Unknown Source)
        at org.hsqldb.server.ServerProperties.<clinit>(Unknown Source)
        at org.hsqldb.server.ServerConfiguration.newDefaultProperties(Unknown Source)
        at org.hsqldb.server.Server.init(Unknown Source)
        at org.hsqldb.server.Server.<init>(Unknown Source)
        at org.hsqldb.server.Server.<init>(Unknown Source)
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves updated MAPREDUCE-3621:
-------------------------------------

     Target Version/s: 0.23.3  (was: 0.23.0)
    Affects Version/s: 0.23.0
        Fix Version/s:     (was: 0.23.0)
    
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves commented on MAPREDUCE-3621:
------------------------------------------

It looks like its timing out waiting for the org.hsqldb.Server to shutdown. Don't see any particular reason why.  I added a few LOG messages to debug and the test starting passing.
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>             Fix For: 0.23.0
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves updated MAPREDUCE-3621:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.3
           Status: Resolved  (was: Patch Available)

+1. Thanks Ravi - and thanks for moving those tests over to mrv2 directories!  I've committed this to trunk, branch-2, and branch-0.23
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.3
>
>         Attachments: MAPREDUCE-3621.patch, MAPREDUCE-3621.patch, MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Thomas Graves commented on MAPREDUCE-3621:
------------------------------------------

Yeah it always fails without the extra LOG message, and has passed every time with the extra LOG message.  I was going to dumping the stacks out to see what is running, thinking perhaps one of the connections to the db isn't closed or something and the LOG message gives it enough time to close before the server shutdown.  Just a guess at this point.

It times out trying to do the server.shutdown();.  I haven't done anything with the hsqldb.Server before so if you have ideas, glad to hear them.
                
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>             Fix For: 0.23.0
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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-3621) TestDBJob and TestDataDrivenDBInputFormat ant tests fail

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

Ravi Prakash updated MAPREDUCE-3621:
------------------------------------

    Status: Patch Available  (was: Open)
    
> TestDBJob and TestDataDrivenDBInputFormat ant tests fail
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-3621
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3621
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>            Reporter: Thomas Graves
>            Assignee: Ravi Prakash
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-3621.patch
>
>
> The following mapred ant tests fail and have been failing for a very long time:
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDBJob
> [junit] Running org.apache.hadoop.mapreduce.lib.db.TestDataDrivenDBInputFormat

--
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