You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/jobhistory/JHAdminConfig.java
Copy file name to clipboardexpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
Copy file name to clipboardexpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/HistoryFileManager.java
+7-1
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,13 @@ public synchronized void scanIfNeeded(FileStatus fs) {
324
324
// so we need to have additional check.
325
325
// Note: modTime (X second Y millisecond) could be casted to X second or
326
326
// X+1 second.
327
-
if (modTime != newModTime
327
+
// MAPREDUCE-7101: Some Cloud FileSystems do not currently update the
328
+
// modification time of directories. For these, we scan every time if
0 commit comments