Skip to content

Commit a76f664

Browse files
committed
fix
1 parent f566d1c commit a76f664

File tree

1 file changed

+2
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/amrmproxy

1 file changed

+2
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/amrmproxy/TestableFederationInterceptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,11 @@ public TestableAMRequestHandlerThread(Configuration conf,
288288
}
289289

290290
@Override
291-
public void run() {
291+
public void work() {
292292
try {
293293
getUGIWithToken(getAttemptId())
294294
.doAs((PrivilegedExceptionAction<Object>) () -> {
295-
TestableAMRequestHandlerThread.super.run();
295+
TestableAMRequestHandlerThread.super.work();
296296
return null;
297297
});
298298
} catch (Exception e) {

0 commit comments

Comments
 (0)