AMBARI-20977. Journalnode should support bulk restart o start or stop in hosts' page (zhangxiaolu via alejandro)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/023c819a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/023c819a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/023c819a Branch: refs/heads/branch-feature-AMBARI-20859 Commit: 023c819a3d05c5bd8fbf1933930fbc5ddfda6e16 Parents: 1d46f23 Author: Alejandro Fernandez <[email protected]> Authored: Thu May 11 15:21:29 2017 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Thu May 11 15:21:45 2017 -0700 ---------------------------------------------------------------------- .../main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/023c819a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml index 0606883..3e1a7ae 100644 --- a/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/HDFS/3.0.0.3.0/metainfo.xml @@ -199,6 +199,10 @@ <scriptType>PYTHON</scriptType> <timeout>1200</timeout> </commandScript> + <bulkCommands> + <displayName>JournalNodes</displayName> + <masterComponent>NAMENODE</masterComponent> + </bulkCommands> <logs> <log> <logId>hdfs_journalnode</logId>
