AMBARI-20412. Flume should support batch restart in hosts' page likeing datanode or region (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/eadbd1d4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eadbd1d4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eadbd1d4 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: eadbd1d4eaca52948748f559dd7f3d8a29430fef Parents: 592c1a9 Author: Alejandro Fernandez <[email protected]> Authored: Mon Mar 13 10:55:31 2017 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Mon Mar 13 10:55:44 2017 -0700 ---------------------------------------------------------------------- .../main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/eadbd1d4/ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml index 7fec1e2..e45e784 100644 --- a/ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml @@ -35,6 +35,10 @@ <scriptType>PYTHON</scriptType> <timeout>1200</timeout> </commandScript> + <bulkCommands> + <displayName>Flume Agents</displayName> + <masterComponent>FLUME_HANDLER</masterComponent> + </bulkCommands> <logs> <log> <logId>flume_handler</logId>
