-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18779. Improve hadoop-function.sh#status script. #5762
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
Conversation
💔 -1 overall
This message was automatically generated. |
I wonder if not outputting anything was done by design. |
Thanks for your explanation! I will use this command again in the test environment. |
@goiri I have carefully read the code related to the The daemon of hdfs/yarn contains 3 operations, namely start|status|stop
When starting the namenode, we can use the command ![]()
When utilizing the ![]() I have added some output information for the
![]()
![]() This modification only affects the |
💔 -1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! |
Description of PR
JIRA: HADOOP-18779. Improve hadoop-function.sh#status script.
When We use
yarn --daemon status router/nodemanager
, I found that no information can be displayed. I checked the script and modified the script ofhadoop-functions.sh#status
to increase the output information.yarn --daemon status router
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?