Repository: ambari
Updated Branches:
  refs/heads/trunk d87bfc07c -> 904cb434f


AMBARI-9737. Kerberos: after enabling Hive Metastore HA, HMS start is attempted 
prior to NN start.(vbrodetskyi)


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

Branch: refs/heads/trunk
Commit: 904cb434f1e0d1bf0c171009e893a38ac5c93a8a
Parents: d87bfc0
Author: Vitaly Brodetskyi <[email protected]>
Authored: Sat Feb 21 15:25:52 2015 +0200
Committer: Vitaly Brodetskyi <[email protected]>
Committed: Sat Feb 21 15:25:52 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.0.6/role_command_order.json    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/904cb434/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json
index 5e3f327..0a52d49 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json
@@ -7,7 +7,7 @@
     "HBASE_REGIONSERVER-START": ["HBASE_MASTER-START"],
     "OOZIE_SERVER-START": ["NODEMANAGER-START", "RESOURCEMANAGER-START"],
     "WEBHCAT_SERVER-START": ["NODEMANAGER-START", "HIVE_SERVER-START"],
-    "HIVE_METASTORE-START": ["MYSQL_SERVER-START"],
+    "HIVE_METASTORE-START": ["MYSQL_SERVER-START", "NAMENODE-START"],
     "HIVE_SERVER-START": ["NODEMANAGER-START", "MYSQL_SERVER-START"],
     "HUE_SERVER-START": ["HIVE_SERVER-START", "HCAT-START", 
"OOZIE_SERVER-START"],
     "FLUME_HANDLER-START": ["OOZIE_SERVER-START"],

Reply via email to