forked from mgit-at/helm-hadoop-3
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: v1 | ||
entries: | ||
hadoop: | ||
- apiVersion: v1 | ||
appVersion: 3.3.2 | ||
created: "2022-03-21T16:15:24.698221+01:00" | ||
description: 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. | ||
digest: 5e655a09f2e502dfaf6350333698e6969c796ff4fefa15cc6e1b0b4f82f9e05e | ||
home: https://hadoop.apache.org/ | ||
icon: http://hadoop.apache.org/images/hadoop-logo.jpg | ||
maintainers: | ||
- email: [email protected] | ||
name: pfisterer | ||
url: http://github.com/pfisterer | ||
name: hadoop | ||
sources: | ||
- https://github.com/pfisterer/apache-hadoop-helm | ||
- https://github.com/apache/hadoop | ||
urls: | ||
- https://pfisterer.github.io/apache-hadoop-helm/hadoop-1.2.0.tgz | ||
version: 1.2.0 | ||
generated: "2022-03-21T16:15:24.697105+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM openjdk:8-jre | ||
FROM openjdk:8-jdk | ||
|
||
ENV HADOOP_VERSION 3.3.2 | ||
ENV HADOOP_HOME=/opt/hadoop | ||
|
This file was deleted.
Oops, something went wrong.