Repository: tez Updated Branches: refs/heads/branch-0.7 a0d63ed05 -> d2c3e5d21
TEZ-3006. Remove unused import in TestHistoryParser (rbalamohan) (cherry picked from commit eee485a69c1899824bd9ed14b6d77719ff07d375) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/d2c3e5d2 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/d2c3e5d2 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/d2c3e5d2 Branch: refs/heads/branch-0.7 Commit: d2c3e5d217bae4316d63460b231b90752247d175 Parents: a0d63ed Author: Rajesh Balamohan <[email protected]> Authored: Wed Dec 16 20:07:25 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Wed Dec 16 20:13:43 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + .../src/test/java/org/apache/tez/history/TestHistoryParser.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/d2c3e5d2/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 398dc6b..71ab3ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES TEZ-2949. Allow duplicate dag names within session for Tez. ALL CHANGES + TEZ-3006. Remove unused import in TestHistoryParser. TEZ-2918. Make progress notifications in IOs TEZ-2979. FlakyTest: org.apache.tez.history.TestHistoryParser. TEZ-2952. NPE in TestOnFileUnorderedKVOutput http://git-wip-us.apache.org/repos/asf/tez/blob/d2c3e5d2/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;
