Romain Rigaux 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 years ago
..
templates 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 years ago
.helmignore 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 years ago
Chart.yaml 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 years ago
README.md 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 years ago
values.yaml 2dcf14ef7c HUE-8699 [core] Adding skeleton of Hue on Kubernetes 6 years ago

README.md

Cloudera Data Warehouse Mock Storage Chart

This chart schedules a mini HDFS and Hive to run inside the K8s cluster. It enables quick demoing of the Data Warehouse app.

Long term is to also provide to use a remote storage and point to it via the values.yaml configuration.

Install

To boot a the Web UI:

helm install mock-storage

Or copy values.yaml and edit and run:

helm install mock-storage -f values.yaml

And now you will get:

kubectl get pods
NAME                                          READY   STATUS    RESTARTS   AGE
hdfs-datanode-1-0                             1/1     Running   0          13d
hdfs-namenode-1-0                             1/1     Running   0          13d
hive-697f49cdbd-ghr6w                         2/2     Running   0          13d