Mysql binary log gives empty files
Mysql binary log is my source and Hadoop Fs is destination. Pipeline works but data does not come in the output file. I use processors like Stream selector, JDBC lookup, Field remover, Field converter in between.The file only gives empty braces like
{}
{}
{}
Why it is giving empty file?
Thanks in advance