From 45d8b2baeccd79932906f29c1993d734a682d28d Mon Sep 17 00:00:00 2001 From: Johannes Scheuermann Date: Thu, 4 May 2017 10:48:00 +0200 Subject: [PATCH] Correct readme links --- docs/running-on-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md index 5377d61d35b2f..02933c28bbc66 100644 --- a/docs/running-on-kubernetes.md +++ b/docs/running-on-kubernetes.md @@ -189,7 +189,7 @@ from the other deployment modes. See the [configuration page](configuration.html The namespace that will be used for running the driver and executor pods. When using spark-submit in cluster mode, this can also be passed to spark-submit via the - --kubernetes-namespace command line argument. + --kubernetes-namespace command line argument. The namespace must already exist.