You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2012/11/21 22:29:57 UTC

[jira] [Created] (HBASE-7203) Move example CoProcessor into hbase-examples

Elliott Clark created HBASE-7203:
------------------------------------

             Summary: Move example CoProcessor into hbase-examples
                 Key: HBASE-7203
                 URL: https://issues.apache.org/jira/browse/HBASE-7203
             Project: HBase
          Issue Type: Bug
            Reporter: Elliott Clark


Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Sergey Shelukhin commented on HBASE-7203:
-----------------------------------------

test jar building is not enabled in hbase-examples pom iirc, and I don't see the disabling element being removed in the patch.
Should it be removed?
Otherwise +1
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Elliott Clark updated HBASE-7203:
---------------------------------

        Fix Version/s: 0.96.0
    Affects Version/s: 0.96.0
               Status: Patch Available  (was: Open)
    
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Hudson commented on HBASE-7203:
-------------------------------

Integrated in HBase-TRUNK #3564 (See [https://builds.apache.org/job/HBase-TRUNK/3564/])
    HBASE-7203 Move example CoProcessor into hbase-examples (Revision 1413751)

     Result = FAILURE
eclark : 
Files : 
* /hbase/trunk/hbase-examples/pom.xml
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/ZooKeeperScanPolicyObserver.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated/BulkDeleteProtos.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated/ExampleProtos.java
* /hbase/trunk/hbase-examples/src/main/protobuf
* /hbase/trunk/hbase-examples/src/main/protobuf/BulkDelete.proto
* /hbase/trunk/hbase-examples/src/main/protobuf/Examples.proto
* /hbase/trunk/hbase-examples/src/test
* /hbase/trunk/hbase-examples/src/test/java
* /hbase/trunk/hbase-examples/src/test/java/org
* /hbase/trunk/hbase-examples/src/test/java/org/apache
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestRowCountEndpoint.java
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestZooKeeperScanPolicyObserver.java
* /hbase/trunk/hbase-protocol/src/main/protobuf/BulkDelete.proto
* /hbase/trunk/hbase-protocol/src/main/protobuf/Examples.proto
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/example
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/example

                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch, HBASE-7203-1.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Elliott Clark updated HBASE-7203:
---------------------------------

    Attachment: HBASE-7203-0.patch

Moved into hbase-examples.  I had to change the pom to enable the tests.
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Hudson commented on HBASE-7203:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #274 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/274/])
    HBASE-7203 Move example CoProcessor into hbase-examples (Revision 1413751)

     Result = FAILURE
eclark : 
Files : 
* /hbase/trunk/hbase-examples/pom.xml
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/RowCountEndpoint.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/ZooKeeperScanPolicyObserver.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated/BulkDeleteProtos.java
* /hbase/trunk/hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/generated/ExampleProtos.java
* /hbase/trunk/hbase-examples/src/main/protobuf
* /hbase/trunk/hbase-examples/src/main/protobuf/BulkDelete.proto
* /hbase/trunk/hbase-examples/src/main/protobuf/Examples.proto
* /hbase/trunk/hbase-examples/src/test
* /hbase/trunk/hbase-examples/src/test/java
* /hbase/trunk/hbase-examples/src/test/java/org
* /hbase/trunk/hbase-examples/src/test/java/org/apache
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestBulkDeleteProtocol.java
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestRowCountEndpoint.java
* /hbase/trunk/hbase-examples/src/test/java/org/apache/hadoop/hbase/coprocessor/example/TestZooKeeperScanPolicyObserver.java
* /hbase/trunk/hbase-protocol/src/main/protobuf/BulkDelete.proto
* /hbase/trunk/hbase-protocol/src/main/protobuf/Examples.proto
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/example
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/example

                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch, HBASE-7203-1.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Elliott Clark updated HBASE-7203:
---------------------------------

    Attachment: HBASE-7203-1.patch

Changed the pom to have first and second stages for testing.
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch, HBASE-7203-1.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

stack commented on HBASE-7203:
------------------------------

+1
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Elliott Clark reassigned HBASE-7203:
------------------------------------

    Assignee: Elliott Clark
    
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Elliott Clark updated HBASE-7203:
---------------------------------

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

Committed revision 1413751.
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch, HBASE-7203-1.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Sergey Shelukhin commented on HBASE-7203:
-----------------------------------------

+1
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch, HBASE-7203-1.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Hadoop QA commented on HBASE-7203:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12554610/HBASE-7203-1.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 14 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 98 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 24 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.client.TestMultiParallel

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

This message is automatically generated.
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch, HBASE-7203-1.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

--
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-7203) Move example CoProcessor into hbase-examples

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

Elliott Clark commented on HBASE-7203:
--------------------------------------

Yeah it should be brought in line with the rest of the modules.  One second I'll put up the new patch.
                
> Move example CoProcessor into hbase-examples
> --------------------------------------------
>
>                 Key: HBASE-7203
>                 URL: https://issues.apache.org/jira/browse/HBASE-7203
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7203-0.patch
>
>
> Move the example co-processor into the hbase-examples module.  Also move the protobuf definition files into the module.

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