Merge [TRAFODION-2129] PR-690 Trafodion to avoid use of deprecated HBase APIs/Classes
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a29825bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a29825bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/a29825bf Branch: refs/heads/master Commit: a29825bf6ed56ea9bd772623a8720f5f00a638f8 Parents: 2980764 451eb96 Author: Suresh Subbiah <[email protected]> Authored: Fri Sep 9 01:40:23 2016 +0000 Committer: Suresh Subbiah <[email protected]> Committed: Fri Sep 9 01:40:23 2016 +0000 ---------------------------------------------------------------------- .../transactional/TransactionalTable.java | 12 +- core/sql/cli/Cli.cpp | 2 - core/sql/cli/Context.cpp | 7 -- core/sql/cli/Context.h | 2 - core/sql/executor/HBaseClient_JNI.cpp | 46 -------- core/sql/executor/HBaseClient_JNI.h | 3 - core/sql/exp/ExpHbaseInterface.cpp | 10 -- core/sql/exp/ExpHbaseInterface.h | 4 - core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp | 3 - core/sql/sqlcomp/CmpSeabaseDDLupgrade.cpp | 3 - .../java/org/trafodion/sql/HBaseClient.java | 116 +------------------ .../java/org/trafodion/sql/HTableClient.java | 1 + 12 files changed, 17 insertions(+), 192 deletions(-) ----------------------------------------------------------------------
