Index: ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java =================================================================== --- ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java (revision 1563752) +++ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java (working copy) @@ -90,7 +90,7 @@ import org.apache.tez.runtime.library.output.OnFileUnorderedKVOutput; /** - * DagUtils. DagUtils is a collection of helper methods to convert + * DagUtils is a collection of helper methods to convert * map and reduce work to tez vertices and edges. It handles configuration * objects, file localization and vertex/edge creation. */