[
https://issues.apache.org/jira/browse/IMPALA-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fang-Yu Rao resolved IMPALA-9160.
---------------------------------
Fix Version/s: Impala 4.0
Resolution: Fixed
> Remove references to RangerAuthorizationConfig due to changes in Ranger
> -----------------------------------------------------------------------
>
> Key: IMPALA-9160
> URL: https://issues.apache.org/jira/browse/IMPALA-9160
> Project: IMPALA
> Issue Type: Improvement
> Reporter: Fang-Yu Rao
> Assignee: Fang-Yu Rao
> Priority: Major
> Fix For: Impala 4.0
>
>
> Due to recent changes in https://issues.apache.org/jira/browse/RANGER-2646,
> the way Impala instantiates a Ranger authorization configuration in
> {{RangerAuthorizationConfig.java}} should change accordingly.
> Two steps are thus required.
> # Remove the references to the class of {{RangerConfiguration}} in
> {{RangerAuthorizationConfig.java}}.
> # Instantiate {{rangerConfig_}} using the class of {{RangerPluginConfig}}
> provided in the newer version of Ranger instead of {{RangerConfiguration}} as
> is done today (
> [https://github.com/apache/impala/blob/master/fe/src/main/java/org/apache/impala/authorization/ranger/RangerAuthorizationConfig.java#L38]).
> The second step requires us to bump up {{CDP_BUILD_NUMBER}} to 1626038 or a
> later number. Due to compatibility issues of Impala with other components in
> the toolchain, for now we just perform the first step. The second step will
> be implemented in a follow-up JIRA after we can be sure there will not be any
> compatibility issues after bumping up {{CDP_BUILD_NUMBER}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)