keedio / flume-ng-sql-source

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

flume-ng-sql-source property table not set #73

Closed mklzl closed 5 years ago

mklzl commented 5 years ago

this is source conf tier2.sources.source1.type = org.keedio.flume.source.source1 tier2.sources.source1.channels = channel1 tier2.sources.source1.hibernate.connection.url =jdbc:mysql://xxxxxxx/cdrome tier2.sources.source1.hibernateuser =root tier2.sources.source1.hibernatepassword =xxxxxxxxx tier2.sources.source1.hibernate.connection.autocommit = true tier2.sources.source1.hibernate.dialect = org.hibernate.dialect.MySQLDialect tier2.sources.source1.hibernate.connection.driver_class = com.mysql.jdbc.Driver tier2.sources.source1.table =ms_member tier2.sources.source1.columns.to.select =* tier2.sources.source1.incremental.column.name =id tier2.sources.source1.incremental.value =0 tier2.sources.source1.run.query.delay=60000 tier2.sources.source1.status.file.path =/var/log/flume tier2.sources.source1.status.file.name =source1.status when i start flume-ng , error display : Configuration error and property table not set please help me ! thank you!!