keedio / flume-ng-sql-source

Flume Source to import data from SQL Databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flume-ng-sql-source property table not set

mklzl opened this issue · comments

commented

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!!