Skip to content

Commit fdf5b40

Browse files
author
slfan1989
committed
YARN-11230. [Federation] Add getContainer, signalToContainer REST APIs for Router.
1 parent 9ea37d8 commit fdf5b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/webapp/TestFederationInterceptorREST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ public void testGetContainer()
714714
ApplicationAttemptId.newInstance(appId, 1);
715715

716716
ContainerInfo containerInfo = interceptor.getContainer(null, null,
717-
appId.toString(), appAttemptId.toString(), 0);
717+
appId.toString(), appAttemptId.toString(), "0");
718718
Assert.assertNotNull(containerInfo);
719719
}
720720
}

0 commit comments

Comments
 (0)