yandrey321 commented on code in PR #316: URL: https://github.com/apache/ozone-site/pull/316#discussion_r2750372682
########## 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: Is there a JIRA for enabling HBase to use of EC buckets? -- 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]
