diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md index 61d6154ccb..53b883b6bb 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