Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#6194] AuthZ shaded should include ranger-plugins-cred
# 🔍 Description ## Issue References 🔗 This pull request fixes a class not found issue. ``` Caused by: java.lang.ClassNotFoundException: org.apache.ranger.authorization.hadoop.utils.RangerCredentialProvider ... ``` ## Describe Your Solution 🔧 `org.apache.ranger:ranger-plugins-cred` was missing in include list. ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 Manual test. --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes apache#6194 from pan3793/auth-shaded. Closes apache#6194 4eae524 [Cheng Pan] Authz shaded should include ranger-plugins-cred Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information