Description
There are a few instances inside of the HBase classes that make use of deprecated APIs or do not support patterns that are currently suggested in HBase APIs.
Specifically the main difference is to use items like TableName and Table in lieu of strings or HTable. There were a few other deprecations in HFileInputFormat related to the HFileScanner.