-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26530 Backport HBASE-26524 Support remove coprocessor by class … #3908
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
…name via alter table command we need one line from HBASE-24874 for setting up constant CLASSNAME original commit 19b0b2e
🎊 +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. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
As mentioned in HBASE-26524, this is an incompatible change from the client API of what do you think? |
From our guidelines,
So, this is not appropriate for branch-2 without full backwards-compatibility. |
hbase-client/src/main/java/org/apache/hadoop/hbase/client/TableDescriptorBuilder.java
Outdated
Show resolved
Hide resolved
💔 -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. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
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, Looks good to me.
…name via alter table command (#3908) Signed-off-by: Ankit Singhal <ankit@apache.org>
…name via alter table command (apache#3908) Signed-off-by: Ankit Singhal <ankit@apache.org> (cherry picked from commit bf6f946) Ref: CDPD-31683 Support remove table coprocessor by java class name Change-Id: If183fe6a5a1b59bfd6f60ad6bda5caf288ee1930
…name via alter table command
we need one line from HBASE-24874 for setting
up constant CLASSNAME
original commit 19b0b2e