fix:typo tables to table (#4366)

* version: 1.0.1

version: 1.0.1

* Update README.md

tables

* Adding new line at end of values.yaml to pass tests

* Removing trailing spaces
This commit is contained in:
yulng
2018-03-20 07:47:02 -07:00
committed by k8s-ci-robot
parent c81ac84077
commit de104d24f8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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.
> 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.
+1 -1
View File
@@ -13,4 +13,4 @@ hadoop:
spark:
driverMemory: 1g
executorMemory: 1g
numExecutors: 2
numExecutors: 2