mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/hadoop] fix hadoop parameter description (#3492)
* fix hadoop parameter description Signed-off-by: Ranler Cao <ranlercao@gmail.com> * fixes linter issues Signed-off-by: Ranler Cao <ranlercao@gmail.com> * fixes linter issues Signed-off-by: Ranler Cao <ranlercao@gmail.com> * fixes linter issues Signed-off-by: Ranler Cao <ranlercao@gmail.com> * Update Chart.yaml
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
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.
|
||||
name: hadoop
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
appVersion: 2.7.3
|
||||
home: https://hadoop.apache.org/
|
||||
sources:
|
||||
|
||||
@@ -43,10 +43,10 @@ The following tables lists the configurable parameters of the Hadoop chart and t
|
||||
| `imagePullPolicy` | Pull policy for the images | `IfNotPresent` |
|
||||
| `hadoopVersion` | Version of hadoop libraries being used | `{VERSION}` |
|
||||
| `antiAffinity` | Pod antiaffinity, `hard` or `soft` | `hard` |
|
||||
| `hdfs.nameNode.podMinAvailable` | PDB for HDFS NameNode | `1` |
|
||||
| `hdfs.nameNode.pdbMinAvailable` | PDB for HDFS NameNode | `1` |
|
||||
| `hdfs.nameNode.resources` | resources for the HDFS NameNode | `requests:memory=256Mi,cpu=10m,limits:memory=2048Mi,cpu=1000m` |
|
||||
| `hdfs.dataNode.replicas` | Number of HDFS DataNode replicas | `1` |
|
||||
| `hdfs.dataNode.podMinAvailable` | PDB for HDFS DataNode | `1` |
|
||||
| `hdfs.dataNode.pdbMinAvailable` | PDB for HDFS DataNode | `1` |
|
||||
| `hdfs.dataNode.resources` | resources for the HDFS DataNode | `requests:memory=256Mi,cpu=10m,limits:memory=2048Mi,cpu=1000m` |
|
||||
| `yarn.resourceManager.pdbMinAvailable` | PDB for the YARN ResourceManager | `1` |
|
||||
| `yarn.resourceManager.resources` | resources for the YARN ResourceManager | `requests:memory=256Mi,cpu=10m,limits:memory=2048Mi,cpu=1000m` |
|
||||
|
||||
Reference in New Issue
Block a user