[jira] [Commented] (HIVE-13619) Bucket map join plan is incorrect

2016-04-29 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-13619:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12800903/HIVE-13619.1.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 14 failed/errored test(s), 10015 tests 
executed
*Failed tests:*
{noformat}
TestHWISessionManager - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_nomore_ambiguous_table_col
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_regexp_extract
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver_index_bitmap3
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_clustern3
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_clustern4
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_nonkey_groupby
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_selectDistinctStarNeg_2
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_subquery_shared_alias
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_udtf_not_supported1
org.apache.hadoop.hive.metastore.TestSetUGIOnBothClientServer.testSimpleTable
org.apache.hadoop.hive.ql.security.TestStorageBasedMetastoreAuthorizationProviderWithACL.testSimplePrivileges
org.apache.hive.hcatalog.listener.TestDbNotificationListener.cleanupNotifs
org.apache.hive.hcatalog.listener.TestDbNotificationListener.dropDatabase
{noformat}

Test results: 
http://ec2-54-177-240-2.us-west-1.compute.amazonaws.com/job/PreCommit-HIVE-MASTER-Build/116/testReport
Console output: 
http://ec2-54-177-240-2.us-west-1.compute.amazonaws.com/job/PreCommit-HIVE-MASTER-Build/116/console
Test logs: 
http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-116/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 14 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12800903 - PreCommit-HIVE-MASTER-Build

> Bucket map join plan is incorrect
> -
>
> Key: HIVE-13619
> URL: https://issues.apache.org/jira/browse/HIVE-13619
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 2.0.0, 2.1.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-13619.1.patch
>
>
> Same as HIVE-12992. Missed a single line check. TPCDS query 4 with bucketing 
> can produce this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-13619) Bucket map join plan is incorrect

2016-04-28 Thread Gunther Hagleitner (JIRA)

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

Gunther Hagleitner commented on HIVE-13619:
---

The log statements look like debug leftover, can you remove them? Otherwise +1.

> Bucket map join plan is incorrect
> -
>
> Key: HIVE-13619
> URL: https://issues.apache.org/jira/browse/HIVE-13619
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 2.0.0, 2.1.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-13619.1.patch
>
>
> Same as HIVE-12992. Missed a single line check. TPCDS query 4 with bucketing 
> can produce this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-13619) Bucket map join plan is incorrect

2016-04-26 Thread Vikram Dixit K (JIRA)

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

Vikram Dixit K commented on HIVE-13619:
---

Yes. The method is named findSingleUpstreamOperatorJoinAccounted. We are 
expecting only one instance of the operator type to be returned. It is not 
trying to find one specific operator in the list.

> Bucket map join plan is incorrect
> -
>
> Key: HIVE-13619
> URL: https://issues.apache.org/jira/browse/HIVE-13619
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 2.0.0, 2.1.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-13619.1.patch
>
>
> Same as HIVE-12992. Missed a single line check. TPCDS query 4 with bucketing 
> can produce this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-13619) Bucket map join plan is incorrect

2016-04-26 Thread Sergey Shelukhin (JIRA)

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

Sergey Shelukhin commented on HIVE-13619:
-

The method expecting a single thing is ok with just taking the first of many 
things?

> Bucket map join plan is incorrect
> -
>
> Key: HIVE-13619
> URL: https://issues.apache.org/jira/browse/HIVE-13619
> Project: Hive
>  Issue Type: Bug
>  Components: Tez
>Affects Versions: 2.0.0, 2.1.0
>Reporter: Vikram Dixit K
>Assignee: Vikram Dixit K
> Attachments: HIVE-13619.1.patch
>
>
> Same as HIVE-12992. Missed a single line check. TPCDS query 4 with bucketing 
> can produce this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)