[
https://issues.apache.org/jira/browse/IMPALA-11703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-11703.
------------------------------------
Fix Version/s: Impala 4.2.0
Resolution: Fixed
> Make sure the /var/tmp directory has the sticky bit set for Docker builds
> -------------------------------------------------------------------------
>
> Key: IMPALA-11703
> URL: https://issues.apache.org/jira/browse/IMPALA-11703
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 4.2.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Blocker
> Fix For: Impala 4.2.0
>
>
> Recent versions of Redhat UBI7 have shipped without setting the sticky bit on
> /var/tmp and /tmp. i.e.
> {noformat}
> 7.9-861:
> $ ls -l /var
> drwxrwxrwx 2 root root 4096 Oct 27 13:15 tmp
> 7.9-8291666711770:
> $ ls -l /var
> drwxrwxrwx 2 root root 4096 Oct 25 18:28 tmp
> 7.9-8291665060345:
> $ ls -l /var
> drwxrwxrwt 2 root root 4096 Oct 6 13:02 tmp{noformat}
> Impala checks that the sticky bit is set on /var/tmp and will fail startup if
> it is not set. We should set the sticky bit in Docker build as a workaround.
> As a separate item, we can investigate whether the sticky bit is still
> necessary.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)