GitHub user rimolive opened a pull request:
https://github.com/apache/spark/pull/20822
[SPARK-23680] Fix entrypoint.sh to properly support Arbitrary UIDs
## What changes were proposed in this pull request?
As described in SPARK-23680, entrypoint.sh returns an error code because of
a command pipeline execution where it is expected in case of Openshift
environments, where arbitrary UIDs are used to run containers
## How was this patch tested?
This patch was manually tested by using docker-image-toll.sh script to
generate a Spark driver image and running an example against an OpenShift
cluster.
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rimolive/spark rmartine-spark-23680
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20822.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 #20822
----
commit a97f0743a91b482003c26d356690a8c3fb33720e
Author: Ricardo Martinelli de Oliveira <rmartine@...>
Date: 2018-03-14T15:38:26Z
[SPARK-23680] Fix entrypoint.sh to properly support Arbitrary UIDs
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]