-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27720/
-----------------------------------------------------------
Review request for hive and Xuefu Zhang.
Bugs: HIVE-8777
https://issues.apache.org/jira/browse/HIVE-8777
Repository: hive-git
Description
-------
Currently we register all hive operator counters in SparkCounters, while
actually not all hive operators are used in SparkTask, we should iterate
SparkTask's operators, and only register conuters required.
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkClient.java e955da3
ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java 46b04bc
ql/src/java/org/apache/hadoop/hive/ql/exec/spark/counter/SparkCounters.java
bb3597a
ql/src/java/org/apache/hadoop/hive/ql/plan/SparkWork.java 66fd6b6
Diff: https://reviews.apache.org/r/27720/diff/
Testing
-------
Thanks,
chengxiang li