Hadoop Helm

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Apr 11 5:20
Editor
Edited
Edited
2025 Nov 14 1:50
Refs
Refs
To set up Hadoop and Zookeeper using Helm, follow these steps:
  1. Add the Hadoop Helm repository and install Hadoop:
    1. helm repo add pfisterer-hadoop https://pfisterer.github.io/apache-hadoop-helm/ helm install hadoop pfisterer-hadoop/hadoop
  1. Install Zookeeper:
    1. 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.
hadoop 1.2.0 · pfisterer/apache-hadoop-helm
zookeeper 13.1.1 · bitnami/bitnami
Apache ZooKeeper provides a reliable, centralized register of configuration data and services for distributed applications.
zookeeper 13.1.1 · bitnami/bitnami
 
 
 

Recommendations