You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2014/08/28 23:17:38 UTC

git commit: TEZ-1510. Addendum patch. TezConfiguration should not add tez-site.xml as a default resource. (hitesh)

Repository: tez
Updated Branches:
  refs/heads/master d782e7ab6 -> c77ed4a1d


TEZ-1510. Addendum patch. TezConfiguration should not add tez-site.xml as a default resource. (hitesh)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c77ed4a1
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c77ed4a1
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c77ed4a1

Branch: refs/heads/master
Commit: c77ed4a1d76652854e1387d26e7ae4c9948cc3da
Parents: d782e7a
Author: Hitesh Shah <hi...@apache.org>
Authored: Thu Aug 28 14:17:16 2014 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Thu Aug 28 14:17:16 2014 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/tez/client/TestTezClientUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/c77ed4a1/tez-api/src/test/java/org/apache/tez/client/TestTezClientUtils.java
----------------------------------------------------------------------
diff --git a/tez-api/src/test/java/org/apache/tez/client/TestTezClientUtils.java b/tez-api/src/test/java/org/apache/tez/client/TestTezClientUtils.java
index eba7989..04c926e 100644
--- a/tez-api/src/test/java/org/apache/tez/client/TestTezClientUtils.java
+++ b/tez-api/src/test/java/org/apache/tez/client/TestTezClientUtils.java
@@ -54,7 +54,7 @@ public class TestTezClientUtils {
   @Test (timeout=5000)
   public void validateSetTezJarLocalResourcesNotDefined() throws Exception {
 
-    TezConfiguration conf = new TezConfiguration();
+    TezConfiguration conf = new TezConfiguration(false);
     Credentials credentials = new Credentials();
     try {
       TezClientUtils.setupTezJarsLocalResources(conf, credentials);