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/api/protocolrecords/GetApplicationsResponse.java
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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3991,6 +3991,15 @@ public static boolean isAclEnabled(Configuration conf) {
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfigurationFields.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,8 @@ public void initializeMemberVariables() {
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/FederationClientInterceptor.java
+47-1Lines changed: 47 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
importjava.io.IOException;
23
23
importjava.lang.reflect.Method;
24
24
importjava.util.ArrayList;
25
+
importjava.util.Collection;
25
26
importjava.util.List;
26
27
importjava.util.Map;
27
28
importjava.util.Random;
@@ -161,6 +162,7 @@ public class FederationClientInterceptor
161
162
privateRouterMetricsrouterMetrics;
162
163
privateThreadPoolExecutorexecutorService;
163
164
privatefinalClockclock = newMonotonicClock();
165
+
privatebooleanreturnPartialReport;
164
166
165
167
@Override
166
168
publicvoidinit(StringuserName) {
@@ -196,6 +198,10 @@ public void init(String userName) {
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/RouterYarnClientUtils.java
0 commit comments