-
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 <[email protected]>
…aky-Tests to ci-hbase (apache#4053) Signed-off-by: Yulin Niu <[email protected]>
…che#4081) Signed-off-by: Xin Sun <[email protected]>
Signed-off-by: Nick Dimiduk <[email protected]>
Override eval_input in HIRB to modify exception handling logic. Signed-off-by: Josh Elser <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit d030040)
…addendum) (apache#4405) Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 80f410e)
apache#4449) Signed-off-by: Xin Sun <[email protected]> Signed-off-by: GeorryHuang <[email protected]> (cherry picked from commit 313a37f)
…etAllRegionLocations() (apache#4442) (apache#4464) Signed-off-by: Duo Zhang <[email protected]>
This reverts commit 7a02cbf.
Signed-off-by: Viraj Jasani <[email protected]>
- Update JRuby - Replace java_kind_of since it has been removed - update jcoding / joni to match jruby Signed-off-by: Peter Somogyi <[email protected]> (cherry picked from commit d1149f7)
…e#4466) Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
…y class. (apache#4481) Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 12a9e6e)
Signed-off-by: Xiaolin Ha <[email protected]> (cherry picked from commit a060e71)
Signed-off-by: Andrew Purtell <[email protected]>
…outside lock block (apache#4496) Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 176c43c)
Signed-off-by: Viraj Jasani <[email protected]>
This reverts commit 5e54c6d.
Reviewed-by: litao <[email protected]>
Signed-off-by: Sean Busbey <[email protected]> Co-authored-by: Duo Zhang <[email protected]>
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 <[email protected]>
…figuration Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Andrew Purtell <[email protected]>
) Signed-off-by: Duo Zhang <[email protected]> (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 <[email protected]> Signed-off-by: Lijin Bin <[email protected]> Signed-off-by: Viraj Jasani <[email protected]>
…and skipped most cells read (apache#3117)" (apache#4524) This reverts commit f3a48d1. Signed-off-by: Andrew Purtell <[email protected]> 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 <[email protected]> Signed-off-by: Pankaj Kumar<[email protected]>
…sing TestingHBaseCluster (apache#4534) Co-authored-by: Duo Zhang <[email protected]> Signed-off-by: Yu Li <[email protected]> (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 <[email protected]>
fd18ce4
to
47e1f1e
Compare
No description provided.