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

stack commented on HBASE-1885:
------------------------------

Patch looks good Kevin.  Add the missing apache license -- your TODO -- and 
we're good to go.

> Simplify use of IndexedTable outside Java API
> ---------------------------------------------
>
>                 Key: HBASE-1885
>                 URL: https://issues.apache.org/jira/browse/HBASE-1885
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: contrib
>    Affects Versions: 0.20.0
>            Reporter: Kevin Peterson
>            Priority: Minor
>         Attachments: hbase1885.patch
>
>
> I'm using TableIndexed to manage a secondary key that I use for lookups from 
> Thrift. I think this is a potentially common use case.
> - Add a UniqueIndexKeyGenerator to use the exact value of the indexed column 
> in the primary table as the row key in the index table.
> - Add support for creating indexes to the Hbase shell
> I'm attaching the UniqueIndexKeyGenerator patch. I will add a test and also 
> add the changes to the shell soon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to