commit fad9af2f1bdefc007574af0235e0ef440c93488c Author: Daniel Dai Date: Fri Jun 24 11:07:36 2016 -0700 HIVE-14097: Fix TestCliDriver for hbase metastore diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml index 041b67d..ee4882a 100644 --- a/data/conf/hive-site.xml +++ b/data/conf/hive-site.xml @@ -297,5 +297,19 @@ false + + + + hive.metastore.rawstore.impl + org.apache.hadoop.hive.metastore.hbase.HBaseStore + + + diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml index 2481b48..80c5431 100644 --- a/itests/qtest/pom.xml +++ b/itests/qtest/pom.xml @@ -453,7 +453,8 @@ logDirectory="${project.build.directory}/qfile-results/clientpositive/" hadoopVersion="${hadoop.version}" initScript="${initScript}" - cleanupScript="q_test_cleanup.sql"/> + cleanupScript="q_test_cleanup.sql" + useHBaseMetastore="true"/>