Created 03-08-2016 01:55 PM
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.
Created 03-08-2016 06:59 PM
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
Created 03-08-2016 03:05 PM
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.
Created 03-08-2016 06:59 PM
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
Created 03-09-2016 08:21 AM
Great! Thanks!