----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24297/ -----------------------------------------------------------
(Updated Aug. 5, 2014, 5:43 p.m.) Review request for hive and Brock Noland. Bugs: HIVE-7607 https://issues.apache.org/jira/browse/HIVE-7607 Repository: hive-git Description ------- Currently, when using "Explain" under Spark mode, it displays dependency information like this: STAGE PLANS: Stage: Stage-1 Spark Edges: Reducer 2 [org.apache.hadoop.hive.ql.plan.SparkWork$Dependency@29a09c49, org.apache.hadoop.hive.ql.plan.SparkWork$Dependency@6f7491f8] DagName: chao_20140804145151_acc57d5a-27fa-44c0-aabc-052b318ed832:2 .... I think it should be improved by giving more information on the dependencies, such as work information and edge type. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java e238ff1 Diff: https://reviews.apache.org/r/24297/diff/ Testing ------- Thanks, Chao Sun