update dependency of HBase to 2.0.0-beta-1-SNAPSHOT
Update class to include new API from HBase beta-1
Remove unused CoprocessorHTableFactory
Use createConnection() API of environment to initiate shortCircuitConnection with custom conf
change usage ZooKeeperWatcher to ZKWatcher
Update PhoenixTransactionalTable,TephraTransactionTable,OmidTransactionTable with interfaces of Table
Workaround Tephra dependencies like copying TransactionAwareHTable and porting it for HBase-2.0 in Phoenix workspace and creating BaseRegionObserver for TransactionContext.(There could be some runtime issues which still needs to be taken care of )