[
https://issues.apache.org/jira/browse/PHOENIX-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
rajeshbabu updated PHOENIX-933:
-------------------------------
Attachment: PHOENIX-933_addendum.patch
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)