Search code examples
hadoophdfsflume

Store data in linux local directory using flume


is it possible to get the data from oracle using flume and store it in Linux local folders, not in hdfs?


Solution

  • Using "File Roll Sink" you can store streaming data to local system. But Flume can't use to ingest data from any RDMS tool.