[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:
Ranler Cao
2018-02-08 11:44:43 -08:00
committed by k8s-ci-robot
parent 4bd53cb395
commit 32a2619f90
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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` |