[SPARK-24090][K8S] Update running-on-kubernetes.md#22224
Conversation
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #95220 has finished for PR 22224 at commit
|
| ``` | ||
|
|
||
| ## 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: |
There was a problem hiding this comment.
"Starting with Spark ...". Also put a blank line above this.
| 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. |
There was a problem hiding this comment.
This is fine; could just be removed too.
There was a problem hiding this comment.
You meant removing the entire Future Work section or just this sentence?
There was a problem hiding this comment.
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.
|
Kubernetes integration test starting |
|
Test build #95278 has finished for PR 22224 at commit
|
|
Kubernetes integration test status success |
|
Can this be merged? |
|
Yeah, was just seeing if there were more comments. Merged to master |
## 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 Closes apache#22224 from liyinan926/master. Authored-by: Yinan Li <[email protected]> Signed-off-by: Sean Owen <[email protected]>
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