Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to start multiple flume agents in ambari?

avatar
Expert Contributor

I am trying to start multiple flume agents from abmari, but have not found how to do that. I understand that it is possible to do from command line, but I want to have ambari monitoring.

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Just put everything to single config.

Like

Agent1.sources..
Agent1.sinks..
Agent1.channels..

Agent2.sources..
Agent2.sinks..
Agent2.channels..

Note, is possible to manage those agent separately (ambari will split them) and each one will run in a separate process

View solution in original post

3 REPLIES 3

avatar
Master Guru

AFAIK you can create multiple flume agent configurations on different nodes uses host groups. You can also merge config files in one agent together but I don't think there is any way to manage multiple flume agents on the same host in ambari.

avatar
Super Collaborator

Just put everything to single config.

Like

Agent1.sources..
Agent1.sinks..
Agent1.channels..

Agent2.sources..
Agent2.sinks..
Agent2.channels..

Note, is possible to manage those agent separately (ambari will split them) and each one will run in a separate process

avatar
Expert Contributor

Great! Thanks!