You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/05/01 03:09:24 UTC

ambari git commit: Ambari-10880. Phoenix Query Server start after HBase Master start (ndimiduk via smohanty)

Repository: ambari
Updated Branches:
  refs/heads/trunk 4bb3f33ca -> cd01675b5


Ambari-10880. Phoenix Query Server start after HBase Master start (ndimiduk via smohanty)


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

Branch: refs/heads/trunk
Commit: cd01675b56cdef0cdbff72e3331a760ec10781bb
Parents: 4bb3f33
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Apr 30 18:09:17 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Apr 30 18:09:17 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/cd01675b/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json b/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
index 93be128..a5b2428 100755
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/role_command_order.json
@@ -5,6 +5,7 @@
     "_comment" : "dependencies for all cases",
     "MAHOUT_SERVICE_CHECK-SERVICE_CHECK": ["NODEMANAGER-START", "RESOURCEMANAGER-START"],
     "RANGER_KMS_SERVER-START" : ["RANGER_ADMIN-START"],
-    "RANGER_KMS_SERVICE_CHECK-SERVICE_CHECK" : ["RANGER_KMS_SERVER-START"]
+    "RANGER_KMS_SERVICE_CHECK-SERVICE_CHECK" : ["RANGER_KMS_SERVER-START"],
+    "PHOENIX_QUERY_SERVER-START": ["HBASE_MASTER-START"]
   }
 }