Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YARN-11180. Refactor some code of getNewApplication, submitApplication etc. #4618

Merged
merged 13 commits into from
Jul 29, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public static class AuditConstants {
public static final String SUBMIT_NEW_APP = "Submit New App";
public static final String FORCE_KILL_APP = "Force Kill App";
public static final String GET_APP_REPORT = "Get Application Report";
public static final String TARGET_CLIENT_RM_SERVICE = "RouterClientRMService";
public static final String UNKNOWN = "UNKNOWN";
}

/**
Expand Down
Loading