Hi, I have been trying to transfer data from a relational database(mysql) to hbase using nifi and the processors I am using are the ExecuteSQL which is connected to convertAVROtoJSON which is connected to PutHbaseJson processor. The problem I am facing is that only one record/row is being transferred to Hbase whereas I am pulling around 100 rows from mysql. Any thoughts on this behavior?
Thanks, Nawaz
