Fang-Yu Rao created IMPALA-12985:
------------------------------------
Summary: Use the new constructor when instantiating
RangerAccessRequestImpl
Key: IMPALA-12985
URL: https://issues.apache.org/jira/browse/IMPALA-12985
Project: IMPALA
Issue Type: Task
Components: Frontend
Reporter: Fang-Yu Rao
Assignee: Fang-Yu Rao
After RANGER-2763, we changed the signature of the class
RangerAccessRequestImpl in by adding an additional input argument 'userRoles'
as shown in the following.
{code:java}
public RangerAccessRequestImpl(RangerAccessResource resource, String
accessType, String user, Set<String> userGroups, Set<String> userRoles) {
...
{code}
The new signature is also provided in CDP Ranger. Thus to unblock IMPALA-12921
or to be able to build Apache Impala with Apache Ranger, it may be faster to
switch to the new signature on the Impala side.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]