[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.owen@databricks.com>
This commit is contained in:
hehuiyuan 2019-03-12 19:29:32 -05:00 committed by Sean Owen
parent e60d8fce0b
commit 7beb464564

View file

@ -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>