This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/Apache HBase/2.2.3/hbase/role/vars/main.yml

16 lines
247 B
YAML
Raw Normal View History

#镜像名称
image_name: hbase
#镜像版本号
image_tag: 2.2.3-alp-2
#容器名称
container_name: hbase
#组件版本
component_version: hbase-2.2.3
hadoop_config_files:
- { filename: 'hdfs-site.xml' }
- { filename: 'core-site.xml' }