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-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemStorageStatistics.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ public class TestFileSystemStorageStatistics {
Copy file name to clipboardexpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/Task.java
+13-1
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ abstract public class Task implements Writable, Configurable {
Copy file name to clipboardexpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/FileSystemCounter.java
Copy file name to clipboardexpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/FileSystemCounter.properties
+1
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,4 @@ BYTES_WRITTEN.name= Number of bytes written
19
19
READ_OPS.name= Number of read operations
20
20
LARGE_READ_OPS.name= Number of large read operations
21
21
WRITE_OPS.name= Number of write operations
22
+
BYTES_READ_EC.name= Number of bytes read erasure-coded
0 commit comments