https://github.com/lflxp/hbase-helm
hbase helm chart , which include zookeeper hdfs yarn hbase flume spark
https://github.com/lflxp/hbase-helm
Last synced: 7 months ago
JSON representation
hbase helm chart , which include zookeeper hdfs yarn hbase flume spark
- Host: GitHub
- URL: https://github.com/lflxp/hbase-helm
- Owner: lflxp
- Created: 2020-10-16T08:48:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T04:14:55.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T10:48:29.025Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useage
准备条件:
1. kubernetes cluster
2. nfs storageClass default
命令:
> cd zookeeper
> helm install myzk .
> cd ../hbase-helm-yarn
> helm install bigdata .
# Version
* HDFS 2.7.3
* HBASE 1.3.1
* ZOOKEEPER 3.5.5
# Flume
数据采集工具
## 使用
> kubectl apply -f flume/flume.yaml
# Spark
> cd sparkoperator
> helm install spark -n spark-operator .
# TODO
* KAFKA
* FLINK
* Mysql
* Mongo
* Elasticsearch
* Redis