-
Couldn't load subscription status.
- Fork 3.4k
HBASE-28939 Change the default Hadoop 3 version to 3.4.1 #6400
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
|
We are already running backwards compatibility tests for 3.3.5, 3.3.6 and 3.4.0, and we run the full test suite for the default 3.4.1 version, so IMO no new tests are needed. |
This comment has been minimized.
This comment has been minimized.
dev-support/Jenkinsfile
Outdated
| ASF_NIGHTLIES_BASE_ORI = "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}" | ||
| ASF_NIGHTLIES_BASE = "${ASF_NIGHTLIES_BASE_ORI.replaceAll(' ', '%20')}" | ||
| // These are dependent on the branch | ||
| HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0" |
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.
should add 3.4.1 to this line too?
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.
Yes we do, otherwise the caching won't work.
The problem is that backward compatibility test will run for 16 hours now.
We should probably exclude the default version from the backwards compatibility tests.
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.
Added
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Thank you. |
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 5f7952a)
Signed-off-by: Duo Zhang <[email protected]>
No description provided.