File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
itests/util/src/main/java/org/apache/hadoop/hive/hbase Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ private void setUpFixtures(HiveConf conf) throws Exception {
106106 "org.apache.hadoop.hbase.shaded." );
107107
108108 Configuration hbaseConf = HBaseConfiguration .create (conf );
109- // A workaround for HBASE-28908
109+ // A workaround for HBASE-28908. Should be removed once HBase 2.7.0 is released & HIVE-28740 is fixed.
110110 hbaseConf .set ("hbase.wal.provider" , "filesystem" );
111111 util = new HBaseTestingUtility (hbaseConf );
112112
Original file line number Diff line number Diff line change 143143 <hadoop .version>3.4.1</hadoop .version>
144144 <hadoop .bin.path>${basedir} /${hive.path.to.root} /testutils/hadoop</hadoop .bin.path>
145145 <hamcrest .version>1.3</hamcrest .version>
146- <hbase .version>2.5.10 -hadoop3</hbase .version>
146+ <hbase .version>2.5.6 -hadoop3</hbase .version>
147147 <hppc .version>0.7.2</hppc .version>
148148 <!-- required for logging test to avoid including hbase which pulls disruptor transitively -->
149149 <disruptor .version>3.3.7</disruptor .version>
You can’t perform that action at this time.
0 commit comments