Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19222 )
Change subject: IMPALA-11703: Set appropriate permissions on /var/tmp in Docker build ...................................................................... IMPALA-11703: Set appropriate permissions on /var/tmp in Docker build Impala will fail to start if the permissions on /var/tmp do not have the sticky bit set (i.e. +t). Some Redhat UBI images do not set the sticky bit (+t) on /tmp and /var/tmp. This sets the sticky bit on those directories during Docker build. Testing: - Verified that the sticky bit is set on one of the affected base images and that Impala can start up Change-Id: I7ff32a035f40cb41d3a8dc80a07fd9924f41b942 Reviewed-on: http://gerrit.cloudera.org:8080/19222 Reviewed-by: Abhishek Rawat <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M docker/install_os_packages.sh 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Abhishek Rawat: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19222 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7ff32a035f40cb41d3a8dc80a07fd9924f41b942 Gerrit-Change-Number: 19222 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
