Skip to content

Conversation

@slfan1989
Copy link
Contributor

NOTICE

Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

JIRA: HADOOP-19062. Improve create-release RUN script.

This change is similar to HADOOP-19038 of hadoop-trunk.

@slfan1989 slfan1989 changed the title HADOOP-19062. Improve create-release RUN script. HADOOP-19062. [thirdparty] Improve create-release RUN script. Feb 2, 2024
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;"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another same PR about this changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Hexiaoqiao Thank you for reviewing the code!
We have improved the hadoop script at apache/hadoop#6448. I think hadoop-thirdparty should also be improved.

Copy link

@Hexiaoqiao Hexiaoqiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. +1. Another one same PR (HADOOP-19038) is for hadoop repo.

@slfan1989 slfan1989 merged commit deb60e6 into apache:trunk Feb 4, 2024
@slfan1989
Copy link
Contributor Author

slfan1989 commented Feb 4, 2024

@Hexiaoqiao Thanks for reviewing the code! merged into trunk.

slfan1989 added a commit that referenced this pull request Feb 4, 2024
… Shilun Fan

Reviewed-by: He Xiaoqiao <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
slfan1989 added a commit that referenced this pull request Feb 4, 2024
… Shilun Fan

Reviewed-by: He Xiaoqiao <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants