You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/09/17 19:40:36 UTC

git commit: KNOX-132: Cleanup noisy test GatewayBasicFuncTest.testOozieJobSubmission

Updated Branches:
  refs/heads/master e60093da1 -> 2df1fd94c


KNOX-132: Cleanup noisy test GatewayBasicFuncTest.testOozieJobSubmission


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/2df1fd94
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/2df1fd94
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/2df1fd94

Branch: refs/heads/master
Commit: 2df1fd94c3dc739426845965a15ce4e85491de5e
Parents: e60093d
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Tue Sep 17 13:40:26 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Tue Sep 17 13:40:32 2013 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/2df1fd94/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
----------------------------------------------------------------------
diff --git a/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java b/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
index 135a0b4..6c5eb03 100644
--- a/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
+++ b/gateway-test/src/test/java/org/apache/hadoop/gateway/GatewayBasicFuncTest.java
@@ -808,7 +808,8 @@ public class GatewayBasicFuncTest {
     context.put( "userName", user );
     context.put( "nameNode", "hdfs://sandbox:8020" );
     context.put( "jobTracker", "sandbox:50300" );
-    context.put( "appPath", "hdfs://sandbox:8020" + root );
+    //context.put( "appPath", "hdfs://sandbox:8020" + root );
+    context.put( "appPath", root );
     context.put( "inputDir", root + "/input" );
     context.put( "outputDir", root + "/output" );