Hello, I'm in the process of transferring data between Hbase .92 and Hbase .98 . I'd like to write some test comparing my databases to ensure I have not lost content in the transformation process. From what I understand there can be namespace collisions involving using multiple versions of the same Hbase client libraries.
Is there an accepted way of avoiding such namespace collisions using these libraries and their dependencies, or is there a more accepted way of using a client to test this? Thanks, Colin Williams