zhangbutao commented on code in PR #5500: URL: https://github.com/apache/hive/pull/5500#discussion_r1942331791
########## itests/util/src/main/java/org/apache/hadoop/hive/hbase/HBaseTestSetup.java: ########## @@ -106,6 +106,8 @@ private void setUpFixtures(HiveConf conf) throws Exception { "org.apache.hadoop.hbase.shaded."); Configuration hbaseConf = HBaseConfiguration.create(conf); + // A workaround for HBASE-28908 + hbaseConf.set("hbase.wal.provider", "filesystem"); Review Comment: Created the ticket HIVE-28740. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org