Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The way HBase registers the coprocessor interfaces requires that implementing interfaces be explicitly declared by the implementing class. As a result XaSecureAuthorizationCoprocessor must not only extend RangerAuthorizationCoprocessor but it must explicitly declare the interfaces that are used by the RPC endpoint registerer code.