You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by liyinan926 <gi...@git.apache.org> on 2018/08/24 18:00:06 UTC

[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

GitHub user liyinan926 opened a pull request:

    https://github.com/apache/spark/pull/22224

    [SPARK-24090][K8S] Update running-on-kubernetes.md

    ## What changes were proposed in this pull request?
    
    Updated documentation for Spark on Kubernetes for the upcoming 2.4.0.
    
    Please review http://spark.apache.org/contributing.html before opening a pull request.
    
    @mccheah @erikerlandson 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liyinan926/spark-k8s master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22224.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22224
    
----
commit 48ecb1eac55d625361c0e1f52cde15079055ede5
Author: Yinan Li <yn...@...>
Date:   2018-08-24T17:52:46Z

    [SPARK-24090][K8S] Update running-on-kubernetes.md

----


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by liyinan926 <gi...@git.apache.org>.
Github user liyinan926 commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Can this be merged?


---

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


[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22224#discussion_r212963256
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -299,21 +328,15 @@ RBAC authorization and how to configure Kubernetes service accounts for pods, pl
     
     ## Future Work
     
    -There are several Spark on Kubernetes features that are currently being incubated in a fork -
    -[apache-spark-on-k8s/spark](https://github.com/apache-spark-on-k8s/spark), which are expected to eventually make it into
    -future versions of the spark-kubernetes integration.
    +There are several Spark on Kubernetes features that are currently being worked on or planned to be worked on. Those features are expected to eventually make it into future versions of the spark-kubernetes integration.
    --- End diff --
    
    Just these two sentences, not the whole section. I figured it goes without saying there are features that may be worked on the the future that may go into Spark. But I don't feel strongly about it; this is fine.


---

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


[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/22224


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Kubernetes integration test starting
    URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/2536/



---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/95220/
    Test PASSed.


---

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


[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

Posted by liyinan926 <gi...@git.apache.org>.
Github user liyinan926 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22224#discussion_r212867062
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -185,6 +185,35 @@ To use a secret through an environment variable use the following options to the
     --conf spark.kubernetes.executor.secretKeyRef.ENV_NAME=name:key
     ```
     
    +## Using Kubernetes Volumes
    +Starting Spark 2.4.0, users can mount the following types of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the driver and executor pods:
    --- End diff --
    
    Done.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    **[Test build #95220 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95220/testReport)** for PR 22224 at commit [`48ecb1e`](https://github.com/apache/spark/commit/48ecb1eac55d625361c0e1f52cde15079055ede5).


---

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


[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

Posted by liyinan926 <gi...@git.apache.org>.
Github user liyinan926 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22224#discussion_r212867059
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -299,21 +328,15 @@ RBAC authorization and how to configure Kubernetes service accounts for pods, pl
     
     ## Future Work
     
    -There are several Spark on Kubernetes features that are currently being incubated in a fork -
    -[apache-spark-on-k8s/spark](https://github.com/apache-spark-on-k8s/spark), which are expected to eventually make it into
    -future versions of the spark-kubernetes integration.
    +There are several Spark on Kubernetes features that are currently being worked on or planned to be worked on. Those features are expected to eventually make it into future versions of the spark-kubernetes integration.
    --- End diff --
    
    You meant removing the entire `Future Work` section?


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    **[Test build #95278 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95278/testReport)** for PR 22224 at commit [`7e8144b`](https://github.com/apache/spark/commit/7e8144ba8111cfeac12051b28c06b7ef87aa4720).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Kubernetes integration test status success
    URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/2564/



---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/2536/
    Test PASSed.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/2564/
    Test PASSed.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/95278/
    Test PASSed.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Yeah, was just seeing if there were more comments. Merged to master


---

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


[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22224#discussion_r212799672
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -299,21 +328,15 @@ RBAC authorization and how to configure Kubernetes service accounts for pods, pl
     
     ## Future Work
     
    -There are several Spark on Kubernetes features that are currently being incubated in a fork -
    -[apache-spark-on-k8s/spark](https://github.com/apache-spark-on-k8s/spark), which are expected to eventually make it into
    -future versions of the spark-kubernetes integration.
    +There are several Spark on Kubernetes features that are currently being worked on or planned to be worked on. Those features are expected to eventually make it into future versions of the spark-kubernetes integration.
    --- End diff --
    
    This is fine; could just be removed too.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    **[Test build #95278 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95278/testReport)** for PR 22224 at commit [`7e8144b`](https://github.com/apache/spark/commit/7e8144ba8111cfeac12051b28c06b7ef87aa4720).


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Kubernetes integration test starting
    URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/2564/



---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark pull request #22224: [SPARK-24090][K8S] Update running-on-kubernetes.m...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22224#discussion_r212799656
  
    --- Diff: docs/running-on-kubernetes.md ---
    @@ -185,6 +185,35 @@ To use a secret through an environment variable use the following options to the
     --conf spark.kubernetes.executor.secretKeyRef.ENV_NAME=name:key
     ```
     
    +## Using Kubernetes Volumes
    +Starting Spark 2.4.0, users can mount the following types of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the driver and executor pods:
    --- End diff --
    
    "Starting with Spark ...". Also put a blank line above this.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Kubernetes integration test status success
    URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/2536/



---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    **[Test build #95220 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/95220/testReport)** for PR 22224 at commit [`48ecb1e`](https://github.com/apache/spark/commit/48ecb1eac55d625361c0e1f52cde15079055ede5).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #22224: [SPARK-24090][K8S] Update running-on-kubernetes.md

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22224
  
    Merged build finished. Test PASSed.


---

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