Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Reviewed
Description
Fix 4 warnings in hadoop-tools project since moved to spotbugs.
- Return value of new org.apache.hadoop.tools.rumen.datatypes.DefaultDataType(String) ignored, but method has no side effect At MapReduceJobPropertiesParser.java
- org.apache.hadoop.mapred.gridmix.InputStriper$1.compare(Map$Entry, Map$Entry) incorrectly handles double value
- Useless object stored in variable keysToUpdateAsFolder of method org.apache.hadoop.fs.azure.NativeAzureFileSystem.mkdirs(Path, FsPermission, boolean) At NativeAzureFileSystem.java
- org.apache.hadoop.yarn.sls.SLSRunner.simulateInfoMap is a mutable collection At SLSRunner.java
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-17202 Fix findbugs warnings in hadoop-tools on branch-2.10
- Resolved
- relates to
-
HADOOP-14336 Cleanup findbugs warnings found by Spotbugs
- Resolved