简体   繁体   中英

Apache Flume without hadoop

I am new to flume and hadoop. I have one doubt: Whether we can use flume without configuring hadoop?

Can any one share their knowledge?

Yes Flume can work totally independent of hadoop. However it does have some package dependencies on HDFS. If you are not planning to use HDFS sink, you can use it without Hadoop

Yes! As for my recent flume configuration[source=Twitter, channel=memory], I used a loggerSink to put the streamed 'data' into a log file in the file system(unix file dir), you just need to do something for the data to make sense. There are other sinks available though as part of the flume install(HDFSSink, HBaseSink, IRC, File Roll, check https://flume.apache.org/FlumeUserGuide.html for more details and usage), or you can create a new one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM