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-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2733,7 +2733,7 @@ public static boolean isAclEnabled(Configuration conf) {
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/CGroupsMountConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@
25
25
publicclassCGroupsMountConfig {
26
26
privatefinalbooleanenableMount;
27
27
privatefinalStringmountPath;
28
-
28
+
29
29
// CGroups v2 mount path is only relevant in mixed CGroups v1/v2 mode,
30
-
// where v2 can be mounted in a different folder than v1.
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/ResourceHandlerModule.java
+32-47Lines changed: 32 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ public class ResourceHandlerModule {
63
63
* as resource metrics functionality. We need to ensure that the same
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/TestResourceHandlerModule.java
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,6 @@ public void setup() throws Exception {
0 commit comments