-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-16335. Fix HDFSCommands.md #3681
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. |
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.
+1.
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.
idleiterations
is one of the balancer command
paramter ,which is defined as 5 by default in DEFAULT_MAX_IDLE_ITERATIONS
, if we change from idleiterations(5)
to be idle iterations(5)
,will we miss something?
Thanks @GuoPhilipse for your review. This change may cause some misunderstanding. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
I merged it. Thanks for your contribution, @tomscut. Thanks for your careful review, @GuoPhilipse. |
(cherry picked from commit 20b78c8)
Thanks @tasanuma for the merge. |
(cherry picked from commit 20b78c8)
JIRA: HDFS-16335.
Fix HDFSCommands.md.