keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases
Apache License 2.0
264 stars 164 forks source link

If status local file doesn't exists an exception is thrown #5

Closed mvalleavila closed 9 years ago

mvalleavila commented 9 years ago

java.io.FileNotFoundException: /var/lib/flume/sql-source.status (No such file or directory)

The source should be create this file

lazaromedina commented 9 years ago

Solved by creating file if no exists.