Skip to content

Commit bed92f6

Browse files
committed
Revert upgrading Hbase version
1 parent 737cb37 commit bed92f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itests/util/src/main/java/org/apache/hadoop/hive/hbase/HBaseTestSetup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
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>

0 commit comments

Comments
 (0)