Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
Although YARN-10352 introduces guava iterator import, it was committed to trunk without checkstyle errors.
According to IllegalImportCheck#setIllegalPkgs , the packages regex should be the prefix of the package. The code automatically append \.* to the regex.
CC: aajisaka
Attachments
Issue Links
- is part of
-
HADOOP-17315 Use shaded guava in ClientCache.java
- Resolved
- links to