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

srowen 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 7beb464  [MINOR][DOC] Fix the description of Pod Metadata's annotations
7beb464 is described below

commit 7beb464564a04004c638d6b0e1d8aafd9f038a0a
Author: hehuiyuan <hehuiyuan@ZBMAC-C02WD3K5H.local>
AuthorDate: Tue Mar 12 19:29:32 2019 -0500

    [MINOR][DOC] Fix the description of Pod Metadata's annotations
    
    ## What changes were proposed in this pull request?
    
    
![annotation](https://user-images.githubusercontent.com/18002496/54189638-2d551780-44ed-11e9-9efc-3691bec42130.jpg)
    
    Closes #24064 from hehuiyuan/hehuiyuan-patch-4.
    
    Authored-by: hehuiyuan <hehuiyuan@ZBMAC-C02WD3K5H.local>
    Signed-off-by: Sean Owen <sean.o...@databricks.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 78b7c51..40ff62c 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -1055,7 +1055,7 @@ See the below table for the full list of pod 
specifications that will be overwri
   <td>annotations</td>
   <td>Adds the annotations from 
<code>spark.kubernetes.{driver,executor}.annotation.*</code></td>
   <td>
-    Spark will add additional labels specified by the spark configuration.
+    Spark will add additional annotations specified by the spark configuration.
   </td>
 </tr>
 </table>


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

Reply via email to