Yes, I saw that. But I'm not sure how to tell flume that the failover sink is running on "another" machine.
-----Original Message----- From: Alexander Lorenz [mailto:[email protected]] Sent: Wednesday, December 19, 2012 1:59 PM To: [email protected] Subject: Re: Configuring failover sync in Flume-ng Hi, Failover: http://flume.apache.org/FlumeUserGuide.html#failover-sink-processor Just define more as one JDBC channel and add them to the failover config (see the examples). Best - Alex -- Alexander Alten-Lorenz http://mapredit.blogspot.com German Hadoop LinkedIn Group: http://goo.gl/N8pCF On Dec 19, 2012, at 9:23 AM, Abhijeet Pathak <[email protected]> wrote: > Hi, > > I've working setup of flume-ng agent (1 source [tail], 1 channel[jdbc], 1 > sink [AsyncHbase]) on one server. > > However, I am not able to find documentation on how to configure failover > sinks for such scenario. > > I want to run same sink as backup/failover sink on different server. > How can that be configured? > > Thanks, > Abhijeet >
