You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Luis Lázaro edited this page Apr 25, 2018
·
5 revisions
Flume Source
Process event's batch instead of single event.
Custom events' headers.
Actually we keep a map of processed files. If agent stops while processing file, file is not saved into map, so restarting flume will process file from line 1. Not a bad behaviour, but and interesting improvement.
Make configurable recursively process files under maing working directory. Actually is true by default(more info).(DONE).
Set a criteria for validating events.Actually we are validating StateEvent under VFS2. Try to set a custom criteria configurable via properties, for example: csv file?, minimun number of columns...