-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26272 TestTableMapReduceUtil failure in branch-2 #3676
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. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
Apache9
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.
Thank you for taking care of this.
|
Tried locally, it can fix the broken TestTableMapReduceUtil. Let me merge and cherry-pick to branch-2.3+. |
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
) Signed-off-by: Duo Zhang <[email protected]>
https://issues.apache.org/jira/browse/HBASE-26272
The principal parsing is failing with KerberosName's default rule that relies on the default realm.
It's caused by missing apache/hadoop@be38e53#diff-4fe7835f2ef9e7512e198edee5ed08b8d0685977efd3434eadfbd612fd4dc768 in branch-2's hadoop librarry
This change affects the difference in behavior.
Also fix the shutdown order, shutdown KDC before testing cluster, somehow the different order causes exception in branch-2, though it doesn't in master.