hjamali52
hjamali52

Reputation: 1135

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?

Upvotes: 0

Views: 265

Answers (2)

Ripon Nandi
Ripon Nandi

Reputation: 68

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

Upvotes: 1

Dmitry
Dmitry

Reputation: 2993

Not sure about Oracle, but writing to local filesystem is implemented by File Roll Sink.

Upvotes: 1

Related Questions