Skip to content

A Sandbox environment to test Hadoop, Spark and Hive with Jupyter Hub

License

Notifications You must be signed in to change notification settings

thisadev/boffin-labs

Repository files navigation

boffin-labs

A Sandbox environment to test Hadoop, Spark and Hive with Jupyter Hub

  • Hadoop 3.3.4
  • Hive 3.1.3

Add helm repo

 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/

Install Hadoop 3.3.4 Chart

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 

Install Hive 3.1.3 Chart

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 

Install Zeppelin Notebook 0.10.1 Chart

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 

About

A Sandbox environment to test Hadoop, Spark and Hive with Jupyter Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages