-
Notifications
You must be signed in to change notification settings - Fork 178
HBASE-29287 Update HBase version used in connectors to 2.6.2 #144
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
|
The test will fail here because this needs #143 (with the correctly upated protobuf 4.x version from hbase-thirdparty 4.10.0) |
|
spark-it is also likely to fail even with #143 because of shading and version conflicts in the minicluster |
|
💔 -1 overall
This message was automatically generated. |
|
The rebase fixes the protobuf issue, but not the spark-it shading conflicts. That requires more work. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
also update * hadoop to 3.4.1 * hbase-thirdparty to 4.11.0 * mockito to 4.11.0 * surefire to 3.5.2 * commons-lang to 3.17.0 Co-authored-by: Villő Szűcs <[email protected]>
|
🎊 +1 overall
This message was automatically generated. |
NihalJain
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.
+1, LGTM
also having hadoop two was quite troublesome for IT. we used to build internally by setting hadoop two = hadoop three as a hack 🤦♂️
|
Thank you. I've started a DISCUSS thread to remove Hadoop 2 support from connectors, please comment on that . |
also update