keedio / flume-ng-sql-source

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

Derby as SQL Source generates error #20

Closed Deepak-Vohra closed 8 years ago

Deepak-Vohra commented 9 years ago

Query: SELECT * FROM wlslog WHERE logid>-1 ORDER BY logid; 2015-09-16 13:20:42.091 INFO com.couchbase.client.CouchbaseConnection: Shut down Couchbase client 2015-09-16 13:20:42,140 (PollableSourceRunner-SQLSource-derbySource) [ERROR - org.apache.flume.source.SQLSource.process(SQLSource.java:157)] SQL exception, check if query for source derbySource is correctly constructed java.sql.SQLSyntaxErrorException: Syntax error: Encountered ";" at line 1, column 51.

mvalleavila commented 8 years ago

Related with #19, a hotfix will be released in the next days solving both issues