云平台是否可以部署HBase组件

Is it possible to deploy HBase component in Cloud platform

可以在云平台部署HBase组件。如果可以,如何管理ACL?

您可以在 Dataproc

的帮助下进行部署

这是一个 complete guide 您需要使用以下 gcloud 命令部署它

gcloud beta dataproc clusters create cluster-name \
--optional-components=HBASE,ZOOKEEPER \
--region=region \
--image-version=1.5 \
--enable-component-gateway \
... other flags

请记住

The HBase component requires the installation of the Zookeeper component

所以你应该把它放在 optional_component 标志上