[
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_2.patch
Before committing the patches I ran tests with jdk1.6 they have passed.
Now When I run with jdk1.7 the test cases are failing.The plans order coming
differently at QueryOptimizer#chooseBestPlan with both versions. Which helps
to find the bug.
This patch includes the fix. With patch test cases are always passing.
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.phoenix.end2end.index.MutableIndexIT
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 191.245 sec - i
n org.apache.phoenix.end2end.index.MutableIndexIT
Results :
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.phoenix.end2end.HashJoinIT
Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 119.646 sec - i
n org.apache.phoenix.end2end.HashJoinIT
Results :
Tests run: 90, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:37.185s
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.phoenix.end2end.DeleteIT
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.632 sec - in
org.apache.phoenix.end2end.DeleteIT
Results :
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.phoenix.end2end.index.LocalIndexIT
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.295 sec - i
n org.apache.phoenix.end2end.index.LocalIndexIT
Results :
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{code}
> 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-addendum_2.patch, 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)