Skip to content

Commit 7ce3f76

Browse files
committed
[SPARK-31696][DOCS][FOLLOWUP] Update version in documentation
# What changes were proposed in this pull request? This PR is a follow-up to fix a version of configuration document. ### Why are the changes needed? The original PR is backported to branch-3.0. ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? Manual. Closes #28530 from dongjoon-hyun/SPARK-31696-2. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e10516a commit 7ce3f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ See the [configuration page](configuration.html) for information on Spark config
823823
Add the Kubernetes <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">annotation</a> specified by <code>AnnotationName</code> to the driver service.
824824
For example, <code>spark.kubernetes.driver.service.annotation.something=true</code>.
825825
</td>
826-
<td>3.1.0</td>
826+
<td>3.0.0</td>
827827
</tr>
828828
<tr>
829829
<td><code>spark.kubernetes.executor.label.[LabelName]</code></td>

0 commit comments

Comments
 (0)