-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24170 Remove hadoop-2.0 profile #1495
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. |
Needs the changes to nightly to remove tests on Hadoop 2. Is there another PR already? |
🎊 +1 overall
This message was automatically generated. |
Nope. I think at least we need to include the Pre-Commit change in this PR, maybe there are just using the same personality script. Let me take a look. |
(!) A patch to the testing environment has been detected. |
2 similar comments
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
2 similar comments
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
2 similar comments
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
The pre commit is good now. The failure of the original master branch is expected, as we changed the personality and pre commit job to make the patched version pass, which will break the original master. And for nightly, plan to do it in another issue and we need to create a new branch to test it. 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.
two nits, could go either way on them.
I'd like to see the changes to nightly land prior to this change getting merged in. Other than that I'm +1.
dev-support/hbase-personality.sh
Outdated
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then | ||
hbase_hadoop2_versions="2.10.0" | ||
else | ||
hbase_hadoop2_versions="2.10.0" | ||
fi | ||
else | ||
yetus_info "Setting Hadoop 2 versions to test based on master/feature branch rules." | ||
# we do not support hadoop 2 for hbase 3.x any more |
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.
put this in the info message to make clear we're skipping Hadoop 2 because hbase 3+ won't use it.
@@ -2632,393 +2595,11 @@ | |||
</build> | |||
</profile> | |||
<!-- Dependency management profiles for submodules when building against specific hadoop branches.--> | |||
<!-- Submodules that need hadoop dependencies should declare |
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.
we should keep this guideline for the hadoop-3.0 profile.
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.
Skimmed. LGTM. Looking forward to master branch nightly doing less work.
(!) A patch to the testing environment has been detected. |
2 similar comments
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: stack <stack@apache.org>
Signed-off-by: stack <stack@apache.org>
Signed-off-by: stack <stack@apache.org>
Signed-off-by: stack <stack@apache.org>
No description provided.