A Sandbox environment to test Hadoop, Spark and Hive with Jupyter Hub
- Hadoop 3.3.4
- Hive 3.1.3
helm repo add boffin-labs https://thisadev.github.io/boffin-labs/
Once the repo is added you can check the repo using;
helm repo list
NAME | URL |
---|---|
boffin-labs | https://thisadev.github.io/boffin-labs/ |
Search for the hadoop chart in the repo using;
helm search repo hadoop
NAME | CHART VERSION | APP VERSION | DESCRIPTION |
---|---|---|---|
boffin-labs/hadoop | 1.0.1 | 3.3.4 | The Apache Hadoop software library is a framewo... |
Install hadoop chart in kubernetes using helm.
helm install release-name boffin-labs/hadoop
Search for the hive chart in the repo using;
helm search repo hive
NAME | CHART VERSION | APP VERSION | DESCRIPTION |
---|---|---|---|
boffin-labs/hive | 1.0.1 | 3.1.3 | The Apache Hive ™ data warehouse software facil... |
Install hadoop chart in kubernetes using helm.
helm install release-name boffin-labs/hive
Search for the hive chart in the repo using;
helm search repo zeppelin
NAME | CHART VERSION | APP VERSION | DESCRIPTION |
---|---|---|---|
boffin-labs/zeppelin | 0.1.0 | 0.10.1 | Web-based notebook that enables data-driven, in... |
Install hadoop chart in kubernetes using helm.
helm install release-name boffin-labs/zeppelin