nsivabalan commented on issue #5765:
URL: https://github.com/apache/hudi/issues/5765#issuecomment-1216145403

   @yihua : do you think we can document the solution proposed by @dohongdayi 
above in some FAQ. 
   ```
   I resolved this by my own, by packaging a new version of hbase 2.4.9 with 
our Hadoop 3 version with the following command:
   
   mvn clean install -Denforcer.skip -DskipTests -Dhadoop.profile=3.0 
-Psite-install-step
   
   then, changed hbase.defaults.for.version in 
hudi-common/src/main/resources/hbase-site.xml
   
   after that, changed hbase.version in pom.xml of Hudi, used 
versions-maven-plugin to create a new Hudi version, and package Hudi again.
   ```
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to