[
https://issues.apache.org/jira/browse/PHOENIX-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378479#comment-16378479
]
Ankit Singhal edited comment on PHOENIX-4423 at 2/27/18 2:43 PM:
-----------------------------------------------------------------
[~sergey.soldatov], Attached wip2 patch without dependency on hive-it
artifact(QTestUtil is cloned). Still only JOIN tests are failing, Inner join is
returning same row multiple times
{code}
java.lang.AssertionError: Unexpected exception java.lang.Exception:
java.lang.AssertionError: Client Execution succeeded but contained differences
(error code = 1) after executing testJoin 1,4d0
< Warning: Shuffle Join JOIN[8][tables = [$hdt$_0, $hdt$_1]] in Stage
'Stage-1:MAPRED' is a cross product
< 10 part2 foodesc 200.0 2.0 -1 10 part2 foodesc 200.0
2.0 -1
< 10 part2 foodesc 200.0 2.0 -1 10 part2 foodesc 200.0
2.0 -1
< 10 part2 foodesc 200.0 2.0 -1 10 part2 foodesc 200.0
2.0 -1
{code}
This doesn't seem to be a test issue as it is happening on the local cluster as
well.
was (Author: [email protected]):
[~sergey.soldatov], Attached wip2 patch without dependency on hive-it
artifact(QTestUtil is cloned). Still only JOIN tests are failing, it seems join
condition "ON" is not getting passed somehow to hive as we are getting
following warning for a cross-product.
{code}
java.lang.AssertionError: Unexpected exception java.lang.Exception:
java.lang.AssertionError: Client Execution succeeded but contained differences
(error code = 1) after executing testJoin 1,4d0
< Warning: Shuffle Join JOIN[8][tables = [$hdt$_0, $hdt$_1]] in Stage
'Stage-1:MAPRED' is a cross product
< 10 part2 foodesc 200.0 2.0 -1 10 part2 foodesc 200.0
2.0 -1
< 10 part2 foodesc 200.0 2.0 -1 10 part2 foodesc 200.0
2.0 -1
< 10 part2 foodesc 200.0 2.0 -1 10 part2 foodesc 200.0
2.0 -1
{code}
This is doesn't seems to be the test issue as it is happening with the local
cluster as well.
> Phoenix-hive compilation broken on >=Hive 2.3
> ---------------------------------------------
>
> Key: PHOENIX-4423
> URL: https://issues.apache.org/jira/browse/PHOENIX-4423
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4423.002.patch, PHOENIX-4423_wip1.patch,
> PHOENIX-4423_wip2.patch
>
>
> HIVE-15167 removed an interface which we're using in Phoenix which obviously
> fails compilation. Will need to figure out how to work with Hive 1.x, <2.3.0,
> and >=2.3.0.
> FYI [~sergey.soldatov]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)