This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 163
Some issues with incremental data , add garbage #59
Comments
I have also meet @akrishnankogentix problem Flume restarts with this setting pulls data from beginnning only. |
Hi HbnKing,
Cloudera, flume-core, and custom source flume version:###
My config file for agent flume-sql:
I have a table with 1000 rows:
My FlumeData in hdfs:
My log file from agent flume:
best, Luis |
Yes, it works , if your incremental column is type of integer. And incremental column also should be in sequence like 1,2,3,4,5. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am using## cloudera (version 5.14.2) ## (flume1.6.0+cdh5.14.2+181) , flume ng-sql-source (version 1.5.2 ) Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 ##
here is my setting in flume-conf
But when I insert new data to the table the output in hdfs has one more column .
MY table has only two columns , ID is primary key !
out put example as follow
"211","53"
"212","8"
"213","3"
"214","32"
"215","23"
"196","44"
"197","88"
"218","74","21"
"219","66","22"
"220","50","23"
"196","44","24"
"197","88","25"
"223","49","26"
"224","48","27"
"225","18","28"
"196","44","29"
"197","88","30"
what is more it also has some data repeat
here is some messages gives to you ... it may caused in ## HibernateHelper executeQuery( ) ..
the data has changed when query .
The text was updated successfully, but these errors were encountered: