Details
-
Improvement
-
Status: In Progress
-
Trivial
-
Resolution: Unresolved
-
3.3.5
-
None
-
None
Description
As part of removing guava dependencies HADOOP-17115, HADOOP-17721, HADOOP-17722 and HADOOP-17720 are fixed,
Currently the code call util function to create HashSet and TreeSet in the repo . These function calls dont have much importance as it is calling internally new HashSet<> / new TreeSet<> from java.utils
This task is to clean up all the function calls to create sets which is redundant
Attachments
Issue Links
- is related to
-
HADOOP-17115 Replace Guava Sets usage by Hadoop's own Sets in hadoop-common and hadoop-tools
- Resolved
-
HADOOP-17720 Replace Guava Sets usage by Hadoop's own Sets in hadoop-hdfs-project
- Resolved
-
HADOOP-17721 Replace Guava Sets usage by Hadoop's own Sets in hadoop-yarn-project
- Resolved
-
HADOOP-17722 Replace Guava Sets usage by Hadoop's own Sets in hadoop-mapreduce-project
- Resolved