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

rajeshbabu edited comment on PHOENIX-933 at 7/15/14 8:00 PM:
-------------------------------------------------------------

IndexMaintainerTest is failing with assert error because of below code, which 
is not required because buildDataRowKey returns data table rowkey from any 
index rowkey need not be local.
{code}
            assert(isLocalIndex); // Remove when we persist nDataSaltBuckets
{code}

Sorry not found this because ran test from eclipse without enabling assertions. 
Attaching addendum patch.


was (Author: rajesh23):
IndexMaintainerTest is failing with assert error because of below code, which 
is not required because buildDataRowKey returns rowkey from any index.
{code}
            assert(isLocalIndex); // Remove when we persist nDataSaltBuckets
{code}

Sorry not found this because ran test from eclipse without enabling assertions. 
Attaching addendum patch.

> Local index support to Phoenix
> ------------------------------
>
>                 Key: PHOENIX-933
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-933
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>         Attachments: PHOENIX-933.patch, PHOENIX-933_4.0.patch, 
> PHOENIX-933_addendum.patch
>
>
> Hindex(https://github.com/Huawei-Hadoop/hindex) provides local indexing 
> support to HBase. It stores region level index in a separate table, and 
> co-locates the user and index table regions with a custom load balancer.
> See http://goo.gl/phkhwC and http://goo.gl/EswlxC for more information. 
> This JIRA addresses the local indexing solution integration to phoenix.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to