Skip to content

Commit 2680f17

Browse files
authored
YARN-11180. Refactor some code of getNewApplication, submitApplication etc. (#4618)
1 parent e994635 commit 2680f17

File tree

3 files changed

+278
-370
lines changed

3 files changed

+278
-370
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/RouterAuditLogger.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public static class AuditConstants {
4949
public static final String SUBMIT_NEW_APP = "Submit New App";
5050
public static final String FORCE_KILL_APP = "Force Kill App";
5151
public static final String GET_APP_REPORT = "Get Application Report";
52+
public static final String TARGET_CLIENT_RM_SERVICE = "RouterClientRMService";
53+
public static final String UNKNOWN = "UNKNOWN";
5254
}
5355

5456
/**

0 commit comments

Comments
 (0)