From de104d24f87d857bf8a5149cf5f24cddc55409e4 Mon Sep 17 00:00:00 2001 From: yulng Date: Tue, 20 Mar 2018 22:47:02 +0800 Subject: [PATCH] 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 --- stable/zeppelin/Chart.yaml | 2 +- stable/zeppelin/README.md | 4 ++-- stable/zeppelin/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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