You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by wl...@apache.org on 2015/11/05 09:32:56 UTC

incubator-hawq git commit: HAWQ-129. Fix HA and Kerberos config in yarn-client.xml

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 9932786b8 -> efb285978


HAWQ-129. Fix HA and Kerberos config in yarn-client.xml


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

Branch: refs/heads/master
Commit: efb285978d57f58106fc7f85d800473c4501e0b1
Parents: 9932786
Author: Wen Lin <wl...@pivotal.io>
Authored: Thu Nov 5 16:38:55 2015 +0800
Committer: Wen Lin <wl...@pivotal.io>
Committed: Thu Nov 5 16:38:55 2015 +0800

----------------------------------------------------------------------
 src/backend/utils/misc/etc/yarn-client.xml | 30 ++++---------------------
 1 file changed, 4 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/efb28597/src/backend/utils/misc/etc/yarn-client.xml
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/etc/yarn-client.xml b/src/backend/utils/misc/etc/yarn-client.xml
index b401bdf..ffa6793 100644
--- a/src/backend/utils/misc/etc/yarn-client.xml
+++ b/src/backend/utils/misc/etc/yarn-client.xml
@@ -11,35 +11,13 @@ KDC -->
 	
 <!-- HA
 	<property>
-		<name>dfs.nameservices</name>
-		<value>phdcluster</value>
+		<name>yarn.resourcemanager.ha</name>
+		<value>%RESOURCEMANAGER%:8030,%RESOURCEMANAGER2%:8030</value>
 	</property>
-	
-	<property>
-		<name>dfs.ha.namenodes.phdcluster</name>
-		<value>nn1,nn2</value>
-	</property>
-	
-	<property>
-		<name>dfs.namenode.rpc-address.phdcluster.nn1</name>
-		<value>mdw:9000</value>
-	</property>
-	
 	<property>
-		<name>dfs.namenode.rpc-address.phdcluster.nn2</name>
-		<value>smdw:9000</value>
+		<name>yarn.resourcemanager.scheduler.ha</name>
+		<value>%RESOURCEMANAGER%:8032,%RESOURCEMANAGER2%:8032</value>
 	</property>
-
-	<property>
-		<name>dfs.namenode.http-address.phdcluster.nn1</name>
-		<value>mdw:50070</value>
-	</property>
-	
-	<property>
-		<name>dfs.namenode.http-address.phdcluster.nn2</name>
-		<value>smdw:50070</value>
-	</property>
-	
 HA -->
 
 	<!-- RPC client configuration -->