Hi, I am trying to make compatible HBase 0.96 with 0.98 but, I have seen that the HFile.createReader has a new parameter "Configuration". I have been looking for another way to get an Hfile.Reader from two versions with the same code but I think that it's not possible, is there another way to get an Hfile.Reader?
I would like that my code works with both versions and I could switch versions quickly.