-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[SPARK-22807] [Scheduler] Remove config that says docker and replace with container #19995
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
LGTM. |
I'm picking up a few stragglers from
|
Done, did another pass over them. Thanks @erikerlandson |
LGTM |
add to whitelist |
Please cleanup the PR description. |
ok to test |
LGTM pending tests. |
1 similar comment
LGTM pending tests. |
Test build #84979 has finished for PR 19995 at commit
|
retest this please |
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.
LGTM
The R tests are pretty flaky recently, any ideas @HyukjinKwon ? |
See #20005. |
Test build #84986 has finished for PR 19995 at commit
|
retest this please |
Test build #85004 has finished for PR 19995 at commit
|
FYI, AppVeyor failure is fixed separately in #20003. |
Test build #4013 has finished for PR 19995 at commit
|
retest this please |
@foxish rebasing and pushing it will make the AppVeyor test passed for sure. |
b3e1af3
to
ace4b19
Compare
@HyukjinKwon done. Thanks! |
Test build #85053 has finished for PR 19995 at commit
|
Test build #85055 has finished for PR 19995 at commit
|
LGTM |
Merging to master. |
What changes were proposed in this pull request? This PR contains documentation on the usage of Kubernetes scheduler in Spark 2.3, and a shell script to make it easier to build docker images required to use the integration. The changes detailed here are covered by #19717 and #19468 which have merged already. How was this patch tested? The script has been in use for releases on our fork. Rest is documentation. cc rxin mateiz (shepherd) k8s-big-data SIG members & contributors: foxish ash211 mccheah liyinan926 erikerlandson ssuchter varunkatta kimoonkim tnachen ifilonenko reviewers: vanzin felixcheung jiangxb1987 mridulm TODO: - [x] Add dockerfiles directory to built distribution. (#20007) - [x] Change references to docker to instead say "container" (#19995) - [x] Update configuration table. - [x] Modify spark.kubernetes.allocation.batch.delay to take time instead of int (#20032) Author: foxish <ramanathana@google.com> Closes #19946 from foxish/update-k8s-docs.
What changes were proposed in this pull request?
Changes discussed in #19946 (comment)
docker -> container, since with CRI, we are not limited to running only docker images.
How was this patch tested?
Manual testing