You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by chengxiang li <ch...@intel.com> on 2014/12/11 07:51:20 UTC

Review Request 28934: HIVE-9078 Hive should not submit second SparkTask while previous one has failed.[Spark Branch]

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28934/
-----------------------------------------------------------

Review request for hive and Xuefu Zhang.


Bugs: HIVE-9078
    https://issues.apache.org/jira/browse/HIVE-9078


Repository: hive-git


Description
-------

    For a query which would be translated into multi SparkTask, is previous SparkTask failed, Hive should failed right away, the following SparkTask should not be submitted any more.
    Print failed info in Hive console while query failed.


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java 8c075b8 
  ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/SparkJobMonitor.java c075c35 

Diff: https://reviews.apache.org/r/28934/diff/


Testing
-------


Thanks,

chengxiang li


Re: Review Request 28934: HIVE-9078 Hive should not submit second SparkTask while previous one has failed.[Spark Branch]

Posted by Xuefu Zhang <xz...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28934/#review64717
-----------------------------------------------------------

Ship it!


Ship It!

- Xuefu Zhang


On Dec. 11, 2014, 6:51 a.m., chengxiang li wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28934/
> -----------------------------------------------------------
> 
> (Updated Dec. 11, 2014, 6:51 a.m.)
> 
> 
> Review request for hive and Xuefu Zhang.
> 
> 
> Bugs: HIVE-9078
>     https://issues.apache.org/jira/browse/HIVE-9078
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
>     For a query which would be translated into multi SparkTask, is previous SparkTask failed, Hive should failed right away, the following SparkTask should not be submitted any more.
>     Print failed info in Hive console while query failed.
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java 8c075b8 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/SparkJobMonitor.java c075c35 
> 
> Diff: https://reviews.apache.org/r/28934/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> chengxiang li
> 
>


Re: Review Request 28934: HIVE-9078 Hive should not submit second SparkTask while previous one has failed.[Spark Branch]

Posted by Xuefu Zhang <xz...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28934/#review65087
-----------------------------------------------------------

Ship it!


Ship It!

- Xuefu Zhang


On Dec. 15, 2014, 8:08 a.m., chengxiang li wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/28934/
> -----------------------------------------------------------
> 
> (Updated Dec. 15, 2014, 8:08 a.m.)
> 
> 
> Review request for hive and Xuefu Zhang.
> 
> 
> Bugs: HIVE-9078
>     https://issues.apache.org/jira/browse/HIVE-9078
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
>     For a query which would be translated into multi SparkTask, is previous SparkTask failed, Hive should failed right away, the following SparkTask should not be submitted any more.
>     Print failed info in Hive console while query failed.
> 
> 
> Diffs
> -----
> 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java 8c075b8 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/SparkJobMonitor.java c075c35 
>   ql/src/test/results/clientpositive/spark/bucket_map_join_spark4.q.out f32b422 
> 
> Diff: https://reviews.apache.org/r/28934/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> chengxiang li
> 
>


Re: Review Request 28934: HIVE-9078 Hive should not submit second SparkTask while previous one has failed.[Spark Branch]

Posted by chengxiang li <ch...@intel.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28934/
-----------------------------------------------------------

(Updated Dec. 15, 2014, 8:08 a.m.)


Review request for hive and Xuefu Zhang.


Changes
-------

fix bucket_map_join_spark4.q failure.


Bugs: HIVE-9078
    https://issues.apache.org/jira/browse/HIVE-9078


Repository: hive-git


Description
-------

    For a query which would be translated into multi SparkTask, is previous SparkTask failed, Hive should failed right away, the following SparkTask should not be submitted any more.
    Print failed info in Hive console while query failed.


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java 8c075b8 
  ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/SparkJobMonitor.java c075c35 
  ql/src/test/results/clientpositive/spark/bucket_map_join_spark4.q.out f32b422 

Diff: https://reviews.apache.org/r/28934/diff/


Testing
-------


Thanks,

chengxiang li


Re: Review Request 28934: HIVE-9078 Hive should not submit second SparkTask while previous one has failed.[Spark Branch]

Posted by chengxiang li <ch...@intel.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28934/
-----------------------------------------------------------

(Updated Dec. 12, 2014, 2:32 a.m.)


Review request for hive and Xuefu Zhang.


Bugs: HIVE-9078
    https://issues.apache.org/jira/browse/HIVE-9078


Repository: hive-git


Description
-------

    For a query which would be translated into multi SparkTask, is previous SparkTask failed, Hive should failed right away, the following SparkTask should not be submitted any more.
    Print failed info in Hive console while query failed.


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java 8c075b8 
  ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/SparkJobMonitor.java c075c35 

Diff: https://reviews.apache.org/r/28934/diff/


Testing
-------


Thanks,

chengxiang li