Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16807 )
Change subject: IMPALA-10373: Run impala docker containers with uid/gid 1000 ...................................................................... IMPALA-10373: Run impala docker containers with uid/gid 1000 The convention in in linux is to that anything below 1000 is reserved for system accounts, services, and other special accounts, and regular user UIDs and GIDs stay above 1000. This will ensure that the 'impala' user created that runs the impala executable inside the docker container gets assigned 1000 uid and gid. Testing: Manually tested by running the docker container and checking the user. Change-Id: I51b846ca5fb2c55ac1707b9581cee18447467b41 Reviewed-on: http://gerrit.cloudera.org:8080/16807 Reviewed-by: Andrew Sherman <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M docker/impala_base/Dockerfile 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Andrew Sherman: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/16807 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I51b846ca5fb2c55ac1707b9581cee18447467b41 Gerrit-Change-Number: 16807 Gerrit-PatchSet: 2 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
