To set up Hadoop and Zookeeper using Helm, follow these steps:
- Add the Hadoop Helm repository and install Hadoop:
helm repo add pfisterer-hadoop https://pfisterer.github.io/apache-hadoop-helm/ helm install hadoop pfisterer-hadoop/hadoop
- Install Zookeeper:
helm install my-release oci://registry-1.docker.io/bitnamicharts/zookeeper
hadoop 1.2.0 · pfisterer/apache-hadoop-helm
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models.
https://artifacthub.io/packages/helm/apache-hadoop-helm/hadoop

zookeeper 13.1.1 · bitnami/bitnami
Apache ZooKeeper provides a reliable, centralized register of configuration data and services for distributed applications.
https://artifacthub.io/packages/helm/bitnami/zookeeper


Seonglae Cho