diff --git a/stable/hadoop/Chart.yaml b/stable/hadoop/Chart.yaml index 1fc89654b3..541c91e04a 100644 --- a/stable/hadoop/Chart.yaml +++ b/stable/hadoop/Chart.yaml @@ -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: diff --git a/stable/hadoop/README.md b/stable/hadoop/README.md index 4e74273c12..81cdd5f04d 100644 --- a/stable/hadoop/README.md +++ b/stable/hadoop/README.md @@ -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` |