You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Kevin Peterson (JIRA)" <ji...@apache.org> on 2009/10/03 02:50:23 UTC

[jira] Updated: (HBASE-1885) Simplify use of IndexedTable outside Java API

     [ https://issues.apache.org/jira/browse/HBASE-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Peterson updated HBASE-1885:
----------------------------------

    Attachment: hbase1885.patch

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