-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28389 HBase backup yarn queue parameter ignored #6130
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
|
@DieterDP-ng @Apache9 Could you take a look? Thanks. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
DieterDP-ng
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.
Looks good, thanks for solving this.
|
|
||
| boolean ignoreChecksum = cmdline.hasOption(OPTION_IGNORECHECKSUM); | ||
|
|
||
| if (cmdline.hasOption(OPTION_YARN_QUEUE_NAME)) { |
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.
I suggest moving this block to before the super.execute(); that creates the connection. That way, you can directly update the conf using getConf(). Won't have any change in outcome, but feels a bit simpler.
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.
@DieterDP-ng Thanks for your review. I have revised it. could you take a look? Thanks.
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.
Looks good, no further remarks from me.
a5cf897 to
3bbd7b0
Compare
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Duo Zhang <[email protected]> Reviewed-by: DieterDP <[email protected]> (cherry picked from commit 68045db)
https://issues.apache.org/jira/browse/HBASE-28389