-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[HDInsight] Add two commands to support hdinsight node reboot feature #14005
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
|
HDInsight |
mmyyrroonn
left a comment
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.
Could you add tests for these two commands?
ba48d1d to
2957b4e
Compare
Hi @myronfanqiu I have added the related tests. Could you please review again? |
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.
The name of this argument is a little bit confusing for me. Should we add options_list for it?
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.
The name of this argument is a little bit confusing for me. Should we add
options_listfor it?
Updated
|
@haroldrandom @Juliehzl Please review this PR as the code onwer. |
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.
If support no wait, could we add wait command to wait till condition matched?
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.
If support no wait, could we add wait command to wait till condition matched?
Hi @Juliehzl Thanks for reminder. I have added the wait command.
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.
Add two commands: az hdinsight host list and az hdinsight host restart
b5315c1 to
6327623
Compare
6327623 to
3dbfb7e
Compare
Description
Add two commands:
az hdinsight host listto support list the hosts of the HDInsight clusteraz hdinsight host restartto support restart specific hosts of the HDInsight clusterTesting Guide
History Notes
az hdinsight host listto support list the hosts of the HDInsight clusteraz hdinsight host restartto support restart specific hosts of the HDInsight clusterThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.