-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-26208 Supports revoke @ns single permission #3626
Conversation
a5cb506
to
fd18ce4
Compare
🎊 +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. |
OK, so the problem here is, in shell the revoke command will revoke all the permissions, and you want to support revoking some of the permissions but not all? Better changing the title of the issue as in your implementations, you can also revoke two permissions right? And I do not see why we can only support revoking specific permissions for namespace, is it possible to add support for all other types, such as table and family? And also, please add some UTs to verify the newly added shell command support. Thanks. |
🎊 +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. |
🎊 +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. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…he#4102) Signed-off-by: Xin Sun <ddupgs@gmail.com>
…aky-Tests to ci-hbase (apache#4053) Signed-off-by: Yulin Niu <niuyulin@apache.org>
…che#4081) Signed-off-by: Xin Sun <ddupgs@gmail.com>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Override eval_input in HIRB to modify exception handling logic. Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit d030040)
…addendum) (apache#4405) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 80f410e)
apache#4449) Signed-off-by: Xin Sun <ddupgs@gmail.com> Signed-off-by: GeorryHuang <huangzhuoyue@apache.org> (cherry picked from commit 313a37f)
…etAllRegionLocations() (apache#4442) (apache#4464) Signed-off-by: Duo Zhang <zhangduo@apache.org>
This reverts commit 7a02cbf.
Signed-off-by: Viraj Jasani <vjasani@apache.org>
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <psomogyi@apache.org> (cherry picked from commit d1149f7)
…e#4466) Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
…y class. (apache#4481) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 12a9e6e)
Signed-off-by: Xiaolin Ha <haxiaolin@apache.org> (cherry picked from commit a060e71)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
…outside lock block (apache#4496) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 176c43c)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This reverts commit 5e54c6d.
Reviewed-by: litao <tomleescut@gmail.com>
Signed-off-by: Sean Busbey <busbey@apache.org> Co-authored-by: Duo Zhang <zhangduo@apache.org>
In apache#4470 for HBASE-26192, it was noted that the HbckChore is kind of a pain to use and test because it maintains a bunch of local state. By contract, the CatalogJanitorChore makes a nice self-contained report. Let's update HbckChore to do the same. Signed-off-by: Andrew Purtell <apurtell@apache.org>
…figuration Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
) Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit b7065c1) Conflicts: hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
…)" This reverts commit eca7c60.
Apply https://issues.apache.org/jira/secure/attachment/13044874/MultiByteBuff.patch from Lijin Bin on JIRA. Co-authored-by: Lijin Bin <binlijin@apache.org> Signed-off-by: Lijin Bin <binlijin@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
…and skipped most cells read (apache#3117)" (apache#4524) This reverts commit f3a48d1. Signed-off-by: Andrew Purtell <apurtell@apache.org> Conflicts: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java
…corrupted Created OnheapDecodedCell and OffheapDecodedExtendedCell objects with duplicate copy of ByteBuffer's underlying array instead of original ByteBuffer Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Pankaj Kumar<pankajkumar@apache.org>
…sing TestingHBaseCluster (apache#4534) Co-authored-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Yu Li <liyu@apache.org> (cherry picked from commit 7fc1674) Conflicts: hbase-testing-util/src/main/java/org/apache/hadoop/hbase/testing/TestingHBaseClusterImpl.java
…an upper bound (apache#4541) Signed-off-by: Duo Zhang <zhangduo@apache.org>
fd18ce4
to
47e1f1e
Compare
No description provided.