Repository: tez Updated Branches: refs/heads/master 596c90a77 -> 5af6fa3fd
TEZ-2300. TezClient.stop() takes a lot of time or does not work sometimes (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/5af6fa3f Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/5af6fa3f Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/5af6fa3f Branch: refs/heads/master Commit: 5af6fa3fd360cd4dfb5527dd7e5c0024d1a59475 Parents: 596c90a Author: Jonathan Eagles <[email protected]> Authored: Fri Aug 28 11:08:45 2015 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Fri Aug 28 11:08:45 2015 -0500 ---------------------------------------------------------------------- tez-api/src/test/java/org/apache/tez/client/TestTezClient.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/5af6fa3f/tez-api/src/test/java/org/apache/tez/client/TestTezClient.java ---------------------------------------------------------------------- diff --git a/tez-api/src/test/java/org/apache/tez/client/TestTezClient.java b/tez-api/src/test/java/org/apache/tez/client/TestTezClient.java index 55c4c0f..f42aaa0 100644 --- a/tez-api/src/test/java/org/apache/tez/client/TestTezClient.java +++ b/tez-api/src/test/java/org/apache/tez/client/TestTezClient.java @@ -127,7 +127,6 @@ public class TestTezClient { } conf.setBoolean(TezConfiguration.TEZ_IGNORE_LIB_URIS, true); conf.setBoolean(TezConfiguration.TEZ_AM_SESSION_MODE, isSession); - conf.setBoolean(TezConfiguration.TEZ_CLIENT_ASYNCHRONOUS_STOP, false); conf.setLong(TezConfiguration.TEZ_CLIENT_HARD_KILL_TIMEOUT_MS, HARD_KILL_TIMEOUT); TezClientForTest client = new TezClientForTest("test", conf, lrs, null);
