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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -695,17 +695,17 @@ public GetClusterMetricsResponse getClusterMetrics(
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
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -585,8 +585,7 @@ public void testGetClusterMetricsRequest() throws Exception {
585
585
}
586
586
587
587
/**
588
-
* This test validates the correctness of
589
-
* GetApplicationsResponse in case the
588
+
* This test validates the correctness of GetApplicationsResponse in case the
590
589
* application exists in the cluster.
591
590
*/
592
591
@Test
@@ -609,8 +608,7 @@ public void testGetApplicationsResponse()
609
608
}
610
609
611
610
/**
612
-
* This test validates
613
-
* the correctness of GetApplicationsResponse in case of
611
+
* This test validates the correctness of GetApplicationsResponse in case of
614
612
* empty request.
615
613
*/
616
614
@Test
@@ -621,8 +619,7 @@ public void testGetApplicationsNullRequest() throws Exception {
621
619
}
622
620
623
621
/**
624
-
* This test validates
625
-
* the correctness of GetApplicationsResponse in case applications
622
+
* This test validates the correctness of GetApplicationsResponse in case applications
626
623
* with given type does not exist.
627
624
*/
628
625
@Test
@@ -647,14 +644,12 @@ public void testGetApplicationsApplicationTypeNotExists() throws Exception{
647
644
}
648
645
649
646
/**
650
-
* This test validates
651
-
* the correctness of GetApplicationsResponse in case applications
647
+
* This test validates the correctness of GetApplicationsResponse in case applications
0 commit comments