[jira] [Commented] (HIVE-15435) HiveCLI: two jobs are submitted consecutively when tez is used

2016-12-19 Thread Alexandre Linte (JIRA)

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

Alexandre Linte commented on HIVE-15435:


You can find attached my pom.xml. I compiled with "mvn clean package -Pdist 
-DskipTests -X".
Maven 3.3.9 and Java 1.7 were used for the compilation. I hope this can help to 
reproduce this use case.

> HiveCLI: two jobs are submitted consecutively when tez is used
> --
>
> Key: HIVE-15435
> URL: https://issues.apache.org/jira/browse/HIVE-15435
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Hive, Tez
>Affects Versions: 2.1.1
> Environment: Hadoop 2.7.3, Hive 2.1.1, Tez 0.8.4
>Reporter: Alexandre Linte
> Attachments: rm_tez_query.png
>
>
> Since Hive 2.1.1 (Hive 2.1.0 was OK), the HiveCLI has a strange behavior when 
> submitting a job with Tez as the exection engine.
> Doing a query like: 
> {noformat}
> hive (shfs3453)> set hive.execution.engine=tez;
> hive (shfs3453)> set tez.queue.name=HQ_OLPS;
> hive (shfs3453)> SELECT COUNT(year) FROM chicagocrimes GROUP BY year;
> {noformat}
> The query will submit two jobs: one submitted in the queue defined, one 
> submitted in the queue default. Both finish successfully. But only the second 
> job processes the data.
> You can find attached a screenshot.
> This behavior is not visible when using beeline.



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


[jira] [Commented] (HIVE-15435) HiveCLI: two jobs are submitted consecutively when tez is used

2016-12-19 Thread Fei Hui (JIRA)

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

Fei Hui commented on HIVE-15435:


can anyone reappear this problem?
I find another problem, maybe related to this. 
https://issues.apache.org/jira/browse/HIVE-15444

> HiveCLI: two jobs are submitted consecutively when tez is used
> --
>
> Key: HIVE-15435
> URL: https://issues.apache.org/jira/browse/HIVE-15435
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Hive, Tez
>Affects Versions: 2.1.1
> Environment: Hadoop 2.7.3, Hive 2.1.1, Tez 0.8.4
>Reporter: Alexandre Linte
> Attachments: rm_tez_query.png
>
>
> Since Hive 2.1.1 (Hive 2.1.0 was OK), the HiveCLI has a strange behavior when 
> submitting a job with Tez as the exection engine.
> Doing a query like: 
> {noformat}
> hive (shfs3453)> set hive.execution.engine=tez;
> hive (shfs3453)> set tez.queue.name=HQ_OLPS;
> hive (shfs3453)> SELECT COUNT(year) FROM chicagocrimes GROUP BY year;
> {noformat}
> The query will submit two jobs: one submitted in the queue defined, one 
> submitted in the queue default. Both finish successfully. But only the second 
> job processes the data.
> You can find attached a screenshot.
> This behavior is not visible when using beeline.



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


[jira] [Commented] (HIVE-15435) HiveCLI: two jobs are submitted consecutively when tez is used

2016-12-16 Thread Fei Hui (JIRA)

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

Fei Hui commented on HIVE-15435:


But I find another problem. i will dig it 

> HiveCLI: two jobs are submitted consecutively when tez is used
> --
>
> Key: HIVE-15435
> URL: https://issues.apache.org/jira/browse/HIVE-15435
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Hive, Tez
>Affects Versions: 2.1.1
> Environment: Hadoop 2.7.3, Hive 2.1.1, Tez 0.8.4
>Reporter: Alexandre Linte
> Attachments: rm_tez_query.png
>
>
> Since Hive 2.1.1 (Hive 2.1.0 was OK), the HiveCLI has a strange behavior when 
> submitting a job with Tez as the exection engine.
> Doing a query like: 
> {noformat}
> hive (shfs3453)> set hive.execution.engine=tez;
> hive (shfs3453)> set tez.queue.name=HQ_OLPS;
> hive (shfs3453)> SELECT COUNT(year) FROM chicagocrimes GROUP BY year;
> {noformat}
> The query will submit two jobs: one submitted in the queue defined, one 
> submitted in the queue default. Both finish successfully. But only the second 
> job processes the data.
> You can find attached a screenshot.
> This behavior is not visible when using beeline.



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


[jira] [Commented] (HIVE-15435) HiveCLI: two jobs are submitted consecutively when tez is used

2016-12-16 Thread Fei Hui (JIRA)

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

Fei Hui commented on HIVE-15435:


can not reproduce it. env: hadoop 2.7.3, tez 0.8.4 , hive 2.1.1

> HiveCLI: two jobs are submitted consecutively when tez is used
> --
>
> Key: HIVE-15435
> URL: https://issues.apache.org/jira/browse/HIVE-15435
> Project: Hive
>  Issue Type: Bug
>  Components: CLI, Hive, Tez
>Affects Versions: 2.1.1
> Environment: Hadoop 2.7.3, Hive 2.1.1, Tez 0.8.4
>Reporter: Alexandre Linte
> Attachments: rm_tez_query.png
>
>
> Since Hive 2.1.1 (Hive 2.1.0 was OK), the HiveCLI has a strange behavior when 
> submitting a job with Tez as the exection engine.
> Doing a query like: 
> {noformat}
> hive (shfs3453)> set hive.execution.engine=tez;
> hive (shfs3453)> set tez.queue.name=HQ_OLPS;
> hive (shfs3453)> SELECT COUNT(year) FROM chicagocrimes GROUP BY year;
> {noformat}
> The query will submit two jobs: one submitted in the queue defined, one 
> submitted in the queue default. Both finish successfully. But only the second 
> job processes the data.
> You can find attached a screenshot.
> This behavior is not visible when using beeline.



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