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 2020/05/14 17:27:15 UTC

[spark] branch branch-3.0 updated: [SPARK-31696][DOCS][FOLLOWUP] Update version in documentation

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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new ca9cde8  [SPARK-31696][DOCS][FOLLOWUP] Update version in documentation
ca9cde8 is described below

commit ca9cde8e76abfdb73f0202fbf043e4d895d7163b
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu May 14 10:25:22 2020 -0700

    [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 <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 7ce3f76af6b72e88722a89f792e6fded9c586795)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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 2739149..3abb891 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -815,7 +815,7 @@ See the [configuration page](configuration.html) for information on Spark config
     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.
     For example, <code>spark.kubernetes.driver.service.annotation.something=true</code>.
   </td>
-  <td>3.1.0</td>
+  <td>3.0.0</td>
 </tr>
 <tr>
   <td><code>spark.kubernetes.executor.label.[LabelName]</code></td>


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