mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -13,4 +13,4 @@ hadoop:
|
||||
spark:
|
||||
driverMemory: 1g
|
||||
executorMemory: 1g
|
||||
numExecutors: 2
|
||||
numExecutors: 2
|
||||
|
||||
Reference in New Issue
Block a user