Repository: tez Updated Branches: refs/heads/TEZ-2980 d36f9066b -> 8d80272ca
TEZ-3006. Remove unused import in TestHistoryParser (rbalamohan) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/eee485a6 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/eee485a6 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/eee485a6 Branch: refs/heads/TEZ-2980 Commit: eee485a69c1899824bd9ed14b6d77719ff07d375 Parents: 2c7abeb Author: Rajesh Balamohan <[email protected]> Authored: Wed Dec 16 20:07:25 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Wed Dec 16 20:07:25 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ .../src/test/java/org/apache/tez/history/TestHistoryParser.java | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/eee485a6/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8588923..2a2addc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,7 @@ INCOMPATIBLE CHANGES TEZ-604. Revert temporary changes made in TEZ-603 to kill the provided tez session, if running a MapReduce job. ALL CHANGES: + TEZ-3006. Remove unused import in TestHistoryParser. TEZ-2910. Set caller context for tracing ( integrate with HDFS-9184 ). TEZ-2976. Recovery fails when InputDescriptor is changed during input initialization. TEZ-2997. Tez UI: Support searches by CallerContext ID for DAGs @@ -295,6 +296,7 @@ INCOMPATIBLE CHANGES TEZ-2949. Allow duplicate dag names within session for Tez. ALL CHANGES + TEZ-3006. Remove unused import in TestHistoryParser. TEZ-2979. FlakyTest: org.apache.tez.history.TestHistoryParser. TEZ-2684. ShuffleVertexManager.parsePartitionStats throws IllegalStateException: Stats should be initialized. TEZ-2496. Consider scheduling tasks in ShuffleVertexManager based on the partition sizes from the source. http://git-wip-us.apache.org/repos/asf/tez/blob/eee485a6/tez-plugins/tez-history-parser/src/test/java/org/apache/tez/history/TestHistoryParser.java ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-history-parser/src/test/java/org/apache/tez/history/TestHistoryParser.java b/tez-plugins/tez-history-parser/src/test/java/org/apache/tez/history/TestHistoryParser.java index 2b23294..b373f6e 100644 --- a/tez-plugins/tez-history-parser/src/test/java/org/apache/tez/history/TestHistoryParser.java +++ b/tez-plugins/tez-history-parser/src/test/java/org/apache/tez/history/TestHistoryParser.java @@ -19,7 +19,6 @@ package org.apache.tez.history; import com.google.common.collect.Sets; -import com.sun.tools.internal.ws.processor.ProcessorException; import org.apache.commons.cli.ParseException; import org.apache.commons.io.FileUtils; import org.apache.commons.lang.RandomStringUtils;
