Skip to content

Commit 87277d1

Browse files
author
slfan1989
committed
YARN-11122:Fix CheckStyle
1 parent 2af73f5 commit 87277d1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/clientrm/TestFederationClientInterceptor.java

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,22 @@
3030

3131
import org.apache.hadoop.test.LambdaTestUtils;
3232
import org.apache.hadoop.yarn.MockApps;
33-
import org.apache.hadoop.yarn.api.protocolrecords.*;
33+
import org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportRequest;
34+
import org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse;
35+
import org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest;
36+
import org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse;
37+
import org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest;
38+
import org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse;
39+
import org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsRequest;
40+
import org.apache.hadoop.yarn.api.protocolrecords.GetClusterMetricsResponse;
41+
import org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationRequest;
42+
import org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse;
43+
import org.apache.hadoop.yarn.api.protocolrecords.KillApplicationRequest;
44+
import org.apache.hadoop.yarn.api.protocolrecords.KillApplicationResponse;
45+
import org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationRequest;
46+
import org.apache.hadoop.yarn.api.protocolrecords.SubmitApplicationResponse;
47+
import org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesResponse;
48+
import org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodesRequest;
3449
import org.apache.hadoop.yarn.api.records.ApplicationAttemptId;
3550
import org.apache.hadoop.yarn.api.records.ApplicationId;
3651
import org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext;

0 commit comments

Comments
 (0)