if I understood it correctly, you want to put your log data into hbase which is hosted remotely?
yes thats easily doable. Flume-NG does everything alone instead of older master-slave architecture. It has currently source channel and sink. you can collect logs on a machine via an agent and using same agent you can sink them into hbase on a remote host On Fri, Dec 28, 2012 at 12:06 PM, Abhijeet Pathak < [email protected]> wrote: > Hi,**** > > ** ** > > It was possible to have source and sinks on different machines using Flume > 0.9x.**** > > ** ** > > Is it possible to have source and sinks on different machines in Flume-NG > (1.3.0)?**** > > ** ** > > I want to use tail source on one machine and hbase sink on another machine. > **** > > How should I go about it?**** > > ** ** > > Thanks,**** > > Abhijeet**** > > This message contains information that may be privileged or confidential > and is the property of the KPIT Cummins Infosystems Ltd. It is intended > only for the person to whom it is addressed. If you are not the intended > recipient, you are not authorized to read, print, retain copy, disseminate, > distribute, or use this message or any part thereof. If you receive this > message in error, please notify the sender immediately and delete all > copies of this message. KPIT Cummins Infosystems Ltd. does not accept any > liability for virus infected mails. > -- Nitin Pawar
