Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.7.2
-
None
Description
Similar to previous issue HADOOP-3029, in the file:
hadoop-rel-release-2.7.2/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/speculate/DefaultSpeculator.java
line 253, the whole method is for debugging purpose, therefore the log:
LOG.info("We got asked to run a debug speculation scan.");
should be set to debug level instead of info level to avoid redundant information.