Hi Everyone, I just have a question about using sqoop incremental operation with --as-avrodatafile.
Let's say initially I did a sqoop import to pull the table 'xyz' from mysql db to HDFS with option '--as-avrodatafile'. Now let us say that I have some new data added to source system(xyz table in MySQL) now I want to run a sqoop incremental job to get those changes updated in HDFS with option '--as-avrodatafile'. When I try to do that it says '--incremental lastmodified cannot be used in conjunction with --as-avrodatafile' Any pointers are appreciated. Thanks.
