-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-19228. ShellCommandFencer#setConfAsEnvVars should also replace '-' with '_'. #6936
Conversation
🎊 +1 overall
This message was automatically generated. |
Sorry I didn't get what this PR want to do, do you meet any issues here? Thanks. |
Using the shell fencing method. |
Got it. We should update both logic (include javadocs) of replace special character at |
@Hexiaoqiao Thank you for your review. The code has been updated. Please review it again. Thanks. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1.
Committed to trunk. Thanks @fuchaohong for your works. |
… '-' with '_'. (apache#6936). Contributed by fuchaohong. Signed-off-by: He Xiaoqiao <[email protected]>
… '-' with '_'. (apache#6936). Contributed by fuchaohong. Signed-off-by: He Xiaoqiao <[email protected]>
JIRA: HADOOP-19228.
When setting configuration into environment variables, '-' should also be replaced with '_'.