Most of our users migrated their data form MySQL to HBase. Before they totally trust HBase, they use MySQL and HBase at the same time. Sometimes the data is inconsistent because they use it incorrectly or maybe there're bugs of HBase. Anyway, we have to make sure the data from MySQL and HBase is consistent.
So how can we do that? Write a simple script or is there any general method?
