From 24147388309715a8bade288829500cde2bd533be Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 14 Feb 2020 21:38:07 +0800 Subject: [PATCH] [MINOR][DOC] Fix 2 style issue in running-on-kubernetes doc --- docs/running-on-kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md index 61d6154ccb08..53b883b6bbf3 100644 --- a/docs/running-on-kubernetes.md +++ b/docs/running-on-kubernetes.md @@ -1120,7 +1120,7 @@ See the [configuration page](configuration.html) for information on Spark config (none) Path to store files at the spark submit side in cluster mode. For example: - spark.kubernetes.file.upload.path=s3a:///path + spark.kubernetes.file.upload.path=s3a://<s3-bucket>/path File should specified as file://path/to/file or absolute path. @@ -1247,7 +1247,7 @@ The following affect the driver and executor containers. All other containers in name - See description. + See description The container name will be assigned by spark ("spark-kubernetes-driver" for the driver container, and "executor" for each executor container) if not defined by the pod template. If the container is defined by the