diff --git a/stable/zeppelin/Chart.yaml b/stable/zeppelin/Chart.yaml index 2b7a0750be..5327184913 100644 --- a/stable/zeppelin/Chart.yaml +++ b/stable/zeppelin/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more. name: zeppelin -version: 1.0.0 +version: 1.0.1 appVersion: 0.7.2 home: https://zeppelin.apache.org/ sources: diff --git a/stable/zeppelin/README.md b/stable/zeppelin/README.md index 568f10baa9..656a601531 100644 --- a/stable/zeppelin/README.md +++ b/stable/zeppelin/README.md @@ -14,7 +14,7 @@ $ helm install stable/zeppelin ## Configuration -The following tables lists the configurable parameters of the Zeppelin chart and their default values. +The following table lists the configurable parameters of the Zeppelin chart and their default values. | Parameter | Description | Default | | ------------------------------------ | ----------------------------------------------------------------- | ---------------------------------------------------------- | @@ -36,4 +36,4 @@ helm install -n hadoop stable/hadoop helm install --set hadoop.useConfigMap=true,hadoop.configMapName=hadoop-hadoop stable/zeppelin ``` -> Note that you may also want to set the `spark.numExecutors` value to match the number of yarn NodeManager replicas and the `executorMemory` value to half of the NodeManager memory limit. \ No newline at end of file +> Note that you may also want to set the `spark.numExecutors` value to match the number of yarn NodeManager replicas and the `executorMemory` value to half of the NodeManager memory limit. diff --git a/stable/zeppelin/values.yaml b/stable/zeppelin/values.yaml index 8c0f51f3d6..cddb6617bf 100644 --- a/stable/zeppelin/values.yaml +++ b/stable/zeppelin/values.yaml @@ -13,4 +13,4 @@ hadoop: spark: driverMemory: 1g executorMemory: 1g - numExecutors: 2 \ No newline at end of file + numExecutors: 2