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-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/FederationClientInterceptor.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1487,7 +1487,6 @@ public GetDelegationTokenResponse getDelegationToken(
1487
1487
}
1488
1488
1489
1489
try {
1490
-
1491
1490
// Verify that the connection is kerberos authenticated
1492
1491
if (!RouterServerUtil.isAllowedDelegationTokenOp()) {
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/clientrm/TestFederationClientInterceptor.java
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ public class TestFederationClientInterceptor extends BaseRouterClientRMTest {
0 commit comments