Closed akirillov closed 5 years ago
I see a lot of messages such as:
+ + mkdir -p /mnt/mesos/sandbox/nginx
mkdir: cannot create directory '/mnt/mesos/sandbox': Permission denied
+ exec
mkdir -p /mnt/mesos/sandbox/spark
mkdir: cannot create directory '/mnt/mesos/sandbox': Permission denied
in the Spark logs. Could it be that we haven't set up the permissions of the sandbox correctly? Is the sandbox now owned by the task user?
@elezar the reason is in nobody
's UID mismatch between a container and the host OS, working on the fix
@elezar thanks for your comments. This PR is under active development right now and more changes coming. minDcosReleaseVersion
will be 1.10
as you advised. Flag name is updated, thanks for pointing out.
What changes were proposed in this pull request?
Resolves DCOS-45167
nobody
is added to Spark Docker image/usr/share/doc
is removed fully because it contains private keys which fail twistlock checksRUN
steps are combined to minimize the amount of layers in the imageHow were these changes tested?
Integration tests from mesosphere/spark-build
Release Notes
nobody
is added to Spark Docker image