GitHub user gromtech opened a pull request:
https://github.com/apache/ignite/pull/4427 IGNITE-8546 Permission denied while copying OPTION_LIBS on Openshift
* Added permissions to copy optional libs, create work dir and execute entry point.
* Changed run.sh: `cp libs/optional/$lib/*` replaced by `cp libs/optional/$lib` to avoid overwriting files (licenses, README, etc).
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-8546
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4427.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4427
----
commit 3097f39d152d9c4522e563bab5b5e34a78b7c7ee
Author: Roman Guseinov <gromcase@...>
Date: 2018-07-25T08:36:31Z
IGNITE-8546 Permission denied while copying OPTION_LIBS on Openshift
----
---