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 <[email protected]>
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?

Closes #24064 from hehuiyuan/hehuiyuan-patch-4.
Authored-by: hehuiyuan <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]