Madhan Neethiraj created RANGER-4845:
----------------------------------------
Summary: Remove guava dependency with use of guava included in
hadoop-common
Key: RANGER-4845
URL: https://issues.apache.org/jira/browse/RANGER-4845
Project: Ranger
Issue Type: Improvement
Components: plugins, Ranger
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
RANGER-4807 updated Hadoop version to 3.3.0. In this version, hadoop-common
library includes guava classes, with the package prefix
{{org.apache.hadoop.thirdparty.}} i.e. class {{com.google.common.collect.Sets}}
is available as
{{{}org.apache.hadoop.thirdparty.com.google.common.collect.Sets{}}}.
This Jira tracks updates to Ranger modules to remove dependency on guava
library by using the classes included in hadoop-common library.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)