|
|
+
kashif khan 2012-12-29, 16:52
-
Re: Pushing data from outbox to cluster using Flume1.3.Alexander Alten-Lorenz 2013-01-02, 08:09
You could build Flume on Windows:
https://cwiki.apache.org/confluence/display/FLUME/Build+Flume+1.3.x+up+on+Windows And use the tail or spooldir exec. You have to setup the path in Windows URI style. Other way could be to setup a syslog agent or avro source on windows which will tail the file to a flume agent. - Alex On Dec 29, 2012, at 5:52 PM, kashif khan <[EMAIL PROTECTED]> wrote: > HI dear all > > My scenario as: > > I am collecting the data from sensor devices on window base machine and > store on local disk. I have hadoop cluster on ubuntu OS. Is it possible to > use the flume (spool directory option) on window system to push data > directly to cluster? My window machine is not part of the cluster. > If it is possible then how I can make the setup. > > Many thanks |