[ https://issues.apache.org/jira/browse/HIVE-28740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Butao Zhang updated HIVE-28740: ------------------------------- Description: HIVE-28191 found that the integration testing of Hbase 2.5.6 can not work with Hadoop 3.4.1. This is a known issue from Hbase community. Check HBASE-28908 & HBASE-28846 . The workaround in HIVE-28191 is adding a property in *_org.apache.hadoop.hive.hbase.HBaseTestSetup.java_* : {code:java} hbaseConf.set("hbase.wal.provider", "filesystem"); {code} The unreleased version of Hbase 2.7.0 has fixed this issue at its root. we can upgrade Hbase version once 2.7.0 is released. And remove _hbase.wal.provider_ from HBaseTestSetup.java. was: HIVE-28191 found that the integration testing of Hbase 2.5.6 can not work with Hadoop 3.4.1. This is a known issue from Hbase community. Check HBASE-28908 & HBASE-28846 . The workaroud in HIVE-28191 is adding a propertity in org.apache.hadoop.hive.hbase.HBaseTestSetup.java : {code:java} hbaseConf.set("hbase.wal.provider", "filesystem"); {code} The unreleased version of Hbase 2.7.0 has fixed this issue at its root. we can upgrade Hbase version once 2.7.0 is released. And remove the _hbase.wal.provider_ from HBaseTestSetup.java. > Upgrade Hbase version to 2.7.0 or higher version > ------------------------------------------------ > > Key: HIVE-28740 > URL: https://issues.apache.org/jira/browse/HIVE-28740 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Reporter: Butao Zhang > Priority: Major > > HIVE-28191 found that the integration testing of Hbase 2.5.6 can not work > with Hadoop 3.4.1. This is a known issue from Hbase community. Check > HBASE-28908 & HBASE-28846 . > > The workaround in HIVE-28191 is adding a property in > *_org.apache.hadoop.hive.hbase.HBaseTestSetup.java_* : > {code:java} > hbaseConf.set("hbase.wal.provider", "filesystem"); {code} > > The unreleased version of Hbase 2.7.0 has fixed this issue at its root. we > can upgrade Hbase version once 2.7.0 is released. And remove > _hbase.wal.provider_ from HBaseTestSetup.java. -- This message was sent by Atlassian Jira (v8.20.10#820010)