You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org> on 2011/06/30 23:15:30 UTC

[jira] [Commented] (HBASE-4048) [Coprocessors] Support configuration of coprocessor at load time

    [ https://issues.apache.org/jira/browse/HBASE-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058080#comment-13058080 ] 

jiraposter@reviews.apache.org commented on HBASE-4048:
------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/984/
-----------------------------------------------------------

Review request for hbase.


Summary
-------

Users should be able to pass configuration options to coprocessors. These options should be applied at load time.

- For system coprocessors, just use the configuration of the container.

- Extend table coprocessor load specification to allow arbitrary key-value pairs at the end (<key>=<value>{,}).


This addresses bug HBASE-4048.
    https://issues.apache.org/jira/browse/HBASE-4048


Diffs
-----

  src/main/java/org/apache/hadoop/hbase/coprocessor/Coprocessor.java c2ea442 
  src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorEnvironment.java ac5387a 
  src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java 5bae05a 
  src/main/java/org/apache/hadoop/hbase/master/MasterCoprocessorHost.java 4800bea 
  src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java a98117f 
  src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCoprocessorHost.java 796742c 
  src/test/java/org/apache/hadoop/hbase/coprocessor/TestClassLoading.java 58a09f8 
  src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorInterface.java 969b1f3 
  src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionObserverStacking.java 0cdf7d1 

Diff: https://reviews.apache.org/r/984/diff


Testing
-------

Modified o.a.h.h.coprocessor.TestClassLoading to check new functionality.


Thanks,

Andrew



> [Coprocessors] Support configuration of coprocessor at load time
> ----------------------------------------------------------------
>
>                 Key: HBASE-4048
>                 URL: https://issues.apache.org/jira/browse/HBASE-4048
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>             Fix For: 0.92.0
>
>
> Users should be able to pass configuration options to coprocessors. These options should be applied at load time.
> - For system coprocessors, just use the configuration of the container. 
> - Extend table coprocessor load specification to allow arbitrary key-value pairs at the end (<key>=<value>{,}).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira