Hexiaoqiao commented on code in PR #29:
URL: https://github.com/apache/hadoop-thirdparty/pull/29#discussion_r1476265230
##########
dev-support/bin/create-release:
##########
@@ -441,9 +441,9 @@ function dockermode
echo "LABEL org.apache.hadoop.create-release=\"cr-${RANDOM}\""
# setup ownerships, etc
- echo "RUN groupadd --non-unique -g ${group_id} ${user_name}"
- echo "RUN useradd -g ${group_id} -u ${user_id} -m ${user_name}"
- echo "RUN chown -R ${user_name} /home/${user_name}"
+ echo "RUN groupadd --non-unique -g ${group_id} ${user_name}; exit 0;"
Review Comment:
Another same PR about this changes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]