You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrey Klochkov (JIRA)" <ji...@apache.org> on 2012/11/10 02:07:11 UTC

[jira] [Created] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23

Andrey Klochkov created HBASE-7143:
--------------------------------------

             Summary: TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23
                 Key: HBASE-7143
                 URL: https://issues.apache.org/jira/browse/HBASE-7143
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 0.94.2
            Reporter: Andrey Klochkov
             Fix For: 0.94.3


TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 

The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.

The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hadoop QA commented on HBASE-7143:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12552944/HBASE-7143-trunk.patch
  against trunk revision .

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

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

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 87 warning messages.

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

    {color:red}-1 findbugs{color}.  The patch appears to introduce 16 new Findbugs (version 1.3.9) warnings.

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

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

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3297//console

This message is automatically generated.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Klochkov updated HBASE-7143:
-----------------------------------

    Attachment: HBASE-7143-trunk.patch
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494839#comment-13494839 ] 

Andrey Klochkov commented on HBASE-7143:
----------------------------------------

attached updated patches
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494525#comment-13494525 ] 

Ted Yu commented on HBASE-7143:
-------------------------------

Thanks for the finding, Andrey.

createDir() is recursive. Would be nice to write it in iterative manner.

Would FileSystem.mkdirs() do the job ?
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Klochkov updated HBASE-7143:
-----------------------------------

    Attachment: HBASE-7143-trunk.patch
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23
> -------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hadoop QA commented on HBASE-7143:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12552962/7143-trunk-v2.txt
  against trunk revision .

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

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

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 87 warning messages.

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

    {color:red}-1 findbugs{color}.  The patch appears to introduce 18 new Findbugs (version 1.3.9) warnings.

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

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

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3300//console

This message is automatically generated.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hudson commented on HBASE-7143:
-------------------------------

Integrated in HBase-TRUNK #3530 (See [https://builds.apache.org/job/HBase-TRUNK/3530/])
    HBASE-7143 TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x (Andrey Klochlov) (Revision 1408011)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/catalog/TestMetaMigrationConvertingToPB.java

                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494836#comment-13494836 ] 

Andrey Klochkov commented on HBASE-7143:
----------------------------------------

Definitely mkdirs is an easier solution, it's being used in other tests with no issues. I'll update the patch.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494842#comment-13494842 ] 

Andrey Klochkov commented on HBASE-7143:
----------------------------------------

the failures reported by Hadoop QA do not seem relevant to the changes
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hadoop QA commented on HBASE-7143:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12553012/HBASE-7143-0.94.patch
  against trunk revision .

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

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

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3305//console

This message is automatically generated.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Lars Hofhansl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494832#comment-13494832 ] 

Lars Hofhansl commented on HBASE-7143:
--------------------------------------

If fs.mkdirs is universally supported I'd prefer that version of the patch.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Assigned] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu reassigned HBASE-7143:
-----------------------------

    Assignee: Andrey Klochkov
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-7143:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

TestMetaMigrationConvertingToPB passed in Jenkins build against hadoop 2.0
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-7143:
--------------------------

    Attachment: 7143-trunk-v2.txt

I ran patch v2 using the following command and it passed:

mvn test -Dhadoop.profile=2.0 -Dtest=TestMetaMigrationConvertingToPB
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hadoop QA commented on HBASE-7143:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12553011/HBASE-7143-trunk.patch
  against trunk revision .

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

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

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 87 warning messages.

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

    {color:red}-1 findbugs{color}.  The patch appears to introduce 18 new Findbugs (version 1.3.9) warnings.

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

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3304//console

This message is automatically generated.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hudson commented on HBASE-7143:
-------------------------------

Integrated in HBase-0.94-security #83 (See [https://builds.apache.org/job/HBase-0.94-security/83/])
    HBASE-7143 TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x (Andrey Klochlov) (Revision 1408012)

     Result = SUCCESS
tedyu : 
Files : 
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/client/TestMetaMigrationRemovingHTD.java

                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Lars Hofhansl (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494837#comment-13494837 ] 

Lars Hofhansl commented on HBASE-7143:
--------------------------------------

Cool +1 on that solution for both 0.94 and 0.96.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hudson commented on HBASE-7143:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #256 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/256/])
    HBASE-7143 TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x (Andrey Klochlov) (Revision 1408011)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/catalog/TestMetaMigrationConvertingToPB.java

                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Klochkov updated HBASE-7143:
-----------------------------------

    Summary: TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x  (was: TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23)
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Klochkov updated HBASE-7143:
-----------------------------------

    Attachment: HBASE-7143-0.94.patch
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494884#comment-13494884 ] 

Ted Yu commented on HBASE-7143:
-------------------------------

Integrated to 0.94 and trunk.

Thanks for the patch, Andrey.

Thanks for the review, Lars.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494834#comment-13494834 ] 

Ted Yu commented on HBASE-7143:
-------------------------------

>From DistributedFileSystem.mkdirs() in trunk:
{code}
  public boolean mkdirs(Path f, FsPermission permission) throws IOException {
    statistics.incrementWriteOps(1);
    return dfs.mkdirs(getPathName(f), permission, true);
  }
{code}
The last parameter is createParent.

In hadoop 1.1, DFSClient.mkdirs(String src, FsPermission permission):
{code}
   * Create a directory (or hierarchy of directories) with the given
   * name and permission.
{code}
So fs.mkdirs() has consistent behavior.
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

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

Hudson commented on HBASE-7143:
-------------------------------

Integrated in HBase-0.94 #578 (See [https://builds.apache.org/job/HBase-0.94/578/])
    HBASE-7143 TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x (Andrey Klochlov) (Revision 1408012)

     Result = SUCCESS
tedyu : 
Files : 
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/client/TestMetaMigrationRemovingHTD.java

                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Klochkov updated HBASE-7143:
-----------------------------------

    Status: Patch Available  (was: Open)

attached patches for trunk and 0.94
                
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23
> -------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: HBASE-7143-0.94.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23

Posted by "Andrey Klochkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Klochkov updated HBASE-7143:
-----------------------------------

    Attachment: HBASE-7143-0.94.patch
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23
> -------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>             Fix For: 0.94.3
>
>         Attachments: HBASE-7143-0.94.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

--
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] [Updated] (HBASE-7143) TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-7143:
--------------------------

    Fix Version/s: 0.96.0
     Hadoop Flags: Reviewed
    
> TestMetaMigrationRemovingHTD fails when used with Hadoop 0.23/2.x
> -----------------------------------------------------------------
>
>                 Key: HBASE-7143
>                 URL: https://issues.apache.org/jira/browse/HBASE-7143
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.94.2
>            Reporter: Andrey Klochkov
>            Assignee: Andrey Klochkov
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: 7143-trunk-v2.txt, HBASE-7143-0.94.patch, HBASE-7143-0.94.patch, HBASE-7143-trunk.patch, HBASE-7143-trunk.patch
>
>
> TestMetaMigrationRemovingHTD fails when build is done with "-Dhadoop.profile=23" option. 
> The reason is the changes of defaults in "-mkdir" CLI call. In 0.23/2.x, it doesn't create parent directories by default anymore.
> The patch will be submitted shortly.

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