-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-24090][K8S] Update running-on-kubernetes.md #22224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #95220 has finished for PR 22224 at commit
|
docs/running-on-kubernetes.md
Outdated
| ``` | ||
|
|
||
| ## 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Starting with Spark ...". Also put a blank line above this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine; could just be removed too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You meant removing the entire Future Work section or just this sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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