You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Karthik Ranganathan (JIRA)" <ji...@apache.org> on 2012/08/14 22:03:38 UTC

[jira] [Created] (HBASE-6583) Enhance Hbase load test tool to automatically create cf's if not present

Karthik Ranganathan created HBASE-6583:
------------------------------------------

             Summary: Enhance Hbase load test tool to automatically create cf's if not present
                 Key: HBASE-6583
                 URL: https://issues.apache.org/jira/browse/HBASE-6583
             Project: HBase
          Issue Type: Bug
          Components: test
            Reporter: Karthik Ranganathan
            Assignee: Karthik Ranganathan


The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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] (HBASE-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin commented on HBASE-6583:
-----------------------------------------

Hi. Is anything else needed for this to go in? Thanks.
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Andrew Purtell commented on HBASE-6583:
---------------------------------------

[~lhofhansl] What do you think about backporting this to 0.94? I use LoadTestTool, happy to do it if you give the ok.
                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Hadoop QA commented on HBASE-6583:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12548921/HBASE-6583.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 81 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 5 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.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
                  org.apache.hadoop.hbase.backup.example.TestZooKeeperTableArchiveClient

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

This message is automatically generated.
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Hudson commented on HBASE-6583:
-------------------------------

Integrated in HBase-0.94 #546 (See [https://builds.apache.org/job/HBase-0.94/546/])
    HBASE-6583. Enhance LoadTestTool to automatically create column families if not present (Sergey Shelukhin) (Revision 1401116)

     Result = SUCCESS
apurtell : 
Files : 
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java

                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Enis Soztutar updated HBASE-6583:
---------------------------------

    Assignee: Sergey Shelukhin
    
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Ted Yu commented on HBASE-6583:
-------------------------------

Patch looks good. 
Nit: keyword else should be on the same line as the preceding }. 
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin updated HBASE-6583:
------------------------------------

    Attachment: HBASE-6583.patch
    
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin commented on HBASE-6583:
-----------------------------------------

as in, it creates columns if not present... although to actually use this functionality some other change would need to be made - I noticed columns are hardcoded
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Ted Yu commented on HBASE-6583:
-------------------------------

Test failures were not related to the change.
+1 on latest patch.
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin updated HBASE-6583:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Ted Yu updated HBASE-6583:
--------------------------

    Fix Version/s: 0.96.0
     Hadoop Flags: Reviewed
    
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Michael Drzal updated HBASE-6583:
---------------------------------

    Labels: noob  (was: )
    
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin commented on HBASE-6583:
-----------------------------------------

verified it actually works
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Hudson commented on HBASE-6583:
-------------------------------

Integrated in HBase-TRUNK #3461 (See [https://builds.apache.org/job/HBase-TRUNK/3461/])
    HBASE-6583 Enhance Hbase load test tool to automatically create column families if not present (Sergey Shelukhin) (Revision 1400196)

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

                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Karthik Ranganathan updated HBASE-6583:
---------------------------------------

    Assignee:     (was: Karthik Ranganathan)
    
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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] (HBASE-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Lars Hofhansl commented on HBASE-6583:
--------------------------------------

+1 this a simple low risk patch, and it is useful.
                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Hudson commented on HBASE-6583:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #228 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/228/])
    HBASE-6583 Enhance Hbase load test tool to automatically create column families if not present (Sergey Shelukhin) (Revision 1400196)

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

                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Hudson commented on HBASE-6583:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #9 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/9/])
    HBASE-6583. Enhance LoadTestTool to automatically create column families if not present (Sergey Shelukhin) (Revision 1401116)

     Result = FAILURE
apurtell : 
Files : 
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java

                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Enis Soztutar updated HBASE-6583:
---------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Hadoop QA commented on HBASE-6583:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12548844/HBASE-6583.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 81 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 5 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/3039//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3039//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3039//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3039//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3039//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3039//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3039//console

This message is automatically generated.
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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] [Reopened] (HBASE-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Andrew Purtell reopened HBASE-6583:
-----------------------------------

    
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Ted Yu updated HBASE-6583:
--------------------------

    Summary: Enhance Hbase load test tool to automatically create column families if not present  (was: Enhance Hbase load test tool to automatically create cf's if not present)
    
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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] [Resolved] (HBASE-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Andrew Purtell resolved HBASE-6583.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.3

Committed to 0.94 branch.
                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create column families if not present

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

Ted Yu commented on HBASE-6583:
-------------------------------

Integrated to trunk.

Thanks for the patch, Sergey.
                
> Enhance Hbase load test tool to automatically create column families if not present
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>            Assignee: Sergey Shelukhin
>              Labels: noob
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin updated HBASE-6583:
------------------------------------

    Attachment: HBASE-6583.patch
    
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin commented on HBASE-6583:
-----------------------------------------

Patch updated
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch, HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

--
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-6583) Enhance Hbase load test tool to automatically create cf's if not present

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

Sergey Shelukhin commented on HBASE-6583:
-----------------------------------------

Noob patch so please indicate if this is the wrong tool
                
> Enhance Hbase load test tool to automatically create cf's if not present
> ------------------------------------------------------------------------
>
>                 Key: HBASE-6583
>                 URL: https://issues.apache.org/jira/browse/HBASE-6583
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Karthik Ranganathan
>              Labels: noob
>         Attachments: HBASE-6583.patch
>
>
> The load test tool currently disables the table and applies any changes to the cf descriptor if any, but does not create the cf if not present.

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