umamaheswararao commented on code in PR #316: URL: https://github.com/apache/ozone-site/pull/316#discussion_r2750381341
########## docs/04-user-guide/03-integrations/09-hbase.md: ########## @@ -0,0 +1,56 @@ +--- +sidebar_label: HBase +--- + +# HBase + +Apache Ozone supports integration with Apache HBase, allowing you to use Ozone as the underlying storage layer for HBase tables. This integration leverages the `ofs://` scheme to provide a scalable and robust filesystem for HBase Region Servers. + +## Prerequisites + +* An active Apache Ozone cluster. +* Ozone must be configured to use **Ratis replication**. HBase does not currently support Erasure Coded (EC) buckets. Review Comment: For HFiles, it should work, but I am not sure anybody tried that yet. For WAL files, it is not easy as it needs hsync. @jojochuang / @smengcl do you know if we tried EC for HFiles alone? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
