You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2019/03/11 23:27:16 UTC

[spark] branch master updated: [MINOR][DOC] Fix spark.kubernetes.executor.label.[LabelName] parameter meaning

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new fd1852b  [MINOR][DOC] Fix spark.kubernetes.executor.label.[LabelName] parameter meaning
fd1852b is described below

commit fd1852b344f4e8c7596d303d99fa6b8883e52309
Author: hehuiyuan <he...@ZBMAC-C02WD3K5H.local>
AuthorDate: Mon Mar 11 16:26:47 2019 -0700

    [MINOR][DOC] Fix spark.kubernetes.executor.label.[LabelName] parameter meaning
    
    ## What changes were proposed in this pull request?
    
    It would be better to change the explanation to this spark.kubernetes.executor.label.[LabelName].
    Before:
        Note that Spark also adds its own labels to the **driver pod** for bookkeeping purposes.
    
    After modification:
       Note that Spark also adds its own labels to the **executor pod** for bookkeeping purposes.
    
    Closes #24054 from hehuiyuan/hehuiyuan-patch-3.
    
    Authored-by: hehuiyuan <he...@ZBMAC-C02WD3K5H.local>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 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 d82dc64..78b7c51 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -702,7 +702,7 @@ See the [configuration page](configuration.html) for information on Spark config
   <td>
     Add the label specified by <code>LabelName</code> to the executor pods.
     For example, <code>spark.kubernetes.executor.label.something=true</code>.
-    Note that Spark also adds its own labels to the driver pod
+    Note that Spark also adds its own labels to the executor pod
     for bookkeeping purposes.
   </td>
 </tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org