-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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-11580. YARN Router Web supports displaying information for Non-Federation. #6127
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! The following is a screenshot in Local mode.
We don't need to make changes to Router's configuration. By configuring a specific YARN cluster in Router's yarn-site.xml, Router can automatically route client requests to the YARN cluster.
|
🎊 +1 overall
This message was automatically generated. |
@goiri Thank you very much for your help in reviewing the code! I will continue to follow up on YARN-11583. |
…ederation. (apache#6127) Contributed by Shilun Fan. Reviewed-by: Inigo Goiri <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
Description of PR
JIRA: YARN-11580. YARN Router Web supports displaying information for Non-Federation.
Typically, YARN Router serves multiple YARN sub-clusters in what we refer to as YARN Federation. In this scenario, there are two or more YARN sub-clusters, and Router, based on queue configuration weights, forwards client requests to a specific sub-cluster.
However, YARN Router also offers the capability to directly forward client requests to a particular local cluster. This functionality has already been implemented, and you can refer to components such as DefaultRequestInterceptorREST, DefaultClientRequestInterceptor, and DefaultRMAdminRequestInterceptor.
In this JIRA ticket, we aim to enhance the functionality of YARN Router Web to display information about a specific local cluster.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?