AMBARI-22460. NFSGateway start failed (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f087874e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f087874e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f087874e Branch: refs/heads/branch-feature-AMBARI-22008 Commit: f087874e7b0bc1e5b5a2398c7571264aaec15fa5 Parents: 4042f9f Author: Andrew Onishuk <[email protected]> Authored: Thu Nov 16 12:26:56 2017 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Thu Nov 16 12:26:56 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.0.6/role_command_order.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f087874e/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 78a31f1..3f576bf 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 @@ -14,6 +14,7 @@ "HIVE_SERVER-RESTART": ["NODEMANAGER-RESTART", "MYSQL_SERVER-RESTART", "ZOOKEEPER_SERVER-RESTART"], "HUE_SERVER-START": ["HIVE_SERVER-START", "HCAT-START", "OOZIE_SERVER-START"], "FLUME_HANDLER-START": ["OOZIE_SERVER-START"], + "NFS_GATEWAY-START": ["NAMENODE-START"], "MAPREDUCE_SERVICE_CHECK-SERVICE_CHECK": ["NODEMANAGER-START", "RESOURCEMANAGER-START"], "OOZIE_SERVICE_CHECK-SERVICE_CHECK": ["OOZIE_SERVER-START", "MAPREDUCE2_SERVICE_CHECK-SERVICE_CHECK"], "HBASE_SERVICE_CHECK-SERVICE_CHECK": ["HBASE_MASTER-START", "HBASE_REGIONSERVER-START"],
