GitHub user rimolive opened a pull request:
https://github.com/apache/spark/pull/21572
Bypass non spark-on-k8s commands
## What changes were proposed in this pull request?
This PR changes the entrypoint.sh to provide an option to run non
spark-on-k8s commands (init, driver, executor) in order to let the user keep
with the normal workflow without hacking the image to bypass the entrypoint
## How was this patch tested?
This patch was built manually in my local machine and I ran some tests with
a combination of ```docker run``` commands.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rimolive/spark rimolive-spark-24534
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21572.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 #21572
----
commit 787b9047852c35f7bc8cc58cc8278c311468fa34
Author: rimolive <ricardo.martinelli.oliveira@...>
Date: 2018-06-14T23:55:51Z
Bypass non spark-on-k8s commands
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]