YARN-10144. Federation: Add missing FederationClientInterceptor APIs. (#5587)
This commit is contained in:
parent
c1d10f3872
commit
476f60a806
@ -194,15 +194,6 @@
|
||||
public class FederationClientInterceptor
|
||||
extends AbstractClientRequestInterceptor {
|
||||
|
||||
/*
|
||||
* TODO YARN-6740 Federation Router (hiding multiple RMs for
|
||||
* ApplicationClientProtocol) phase 2.
|
||||
*
|
||||
* The current implementation finalized the main 4 calls (getNewApplication,
|
||||
* submitApplication, forceKillApplication and getApplicationReport). Those
|
||||
* allow us to execute applications E2E.
|
||||
*/
|
||||
|
||||
private static final Logger LOG =
|
||||
LoggerFactory.getLogger(FederationClientInterceptor.class);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user