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/30 21:26:13 UTC

git commit: KNOX-102: Fixed job tracker port.

Updated Branches:
  refs/heads/master 942842a70 -> d03cf8c98


KNOX-102: Fixed job tracker port.


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

Branch: refs/heads/master
Commit: d03cf8c98d86fc0d274b16a19c9e0fbadf4b68b6
Parents: 942842a
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Sep 30 15:26:08 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Sep 30 15:26:08 2013 -0400

----------------------------------------------------------------------
 gateway-release/home/templates/sandbox-1-3.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/d03cf8c9/gateway-release/home/templates/sandbox-1-3.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/templates/sandbox-1-3.xml b/gateway-release/home/templates/sandbox-1-3.xml
index a96c81e..ba824e4 100644
--- a/gateway-release/home/templates/sandbox-1-3.xml
+++ b/gateway-release/home/templates/sandbox-1-3.xml
@@ -90,7 +90,7 @@
 
     <service>
         <role>JOBTRACKER</role>
-        <url>rpc://localhost:50030</url>
+        <url>rpc://localhost:50300</url>
     </service>
 
     <service>