anybody know how to use flume to move avro source data to parquet
destination?
And is there a low-latency solution to change avro file to parquet?
thanks.
I use TAILDIR sink in flume 1.7 to catch file changed in some folders
and sink to HDFS, but after start flume,
some source runs well, some source causes Channel-closed error.
ERROR [PollableSourceRunner-TaildirSource-source-error]
(org.apache.flume.source.taildir.TaildirSource.process:236) -Una
Dear all,
We set a folder as taildir source, and there are many files will be
added every day in this folder.
After flume TailDir source read these files, position info was recorded
in internal. How we can knows that has one file been read totally or not?