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

[Federtion]YARN-11604 Fix code annotation errors such as class DefaultClientRequ… #6242

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
import org.slf4j.LoggerFactory;

/**
* Extends the {@code AbstractRequestInterceptorClient} class and provides an
* Extends the {@code AbstractClientRequestInterceptor} class and provides an
* implementation that simply forwards the client requests to the cluster
* resource manager.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
import static org.apache.hadoop.yarn.server.router.RouterAuditLogger.AuditConstants.GET_NODESTOATTRIBUTES;

/**
* Extends the {@code AbstractRequestInterceptorClient} class and provides an
* Extends the {@code AbstractClientRequestInterceptor} class and provides an
* implementation for federation of YARN RM and scaling an application across
* multiple YARN SubClusters. All the federation specific implementation is
* encapsulated in this class. This is always the last interceptor in the chain.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
import org.apache.hadoop.yarn.webapp.util.WebAppUtils;

/**
* Extends the AbstractRequestInterceptorClient class and provides an
* Extends the AbstractClientRequestInterceptor class and provides an
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AbstractClientRequestInterceptor -> AbstractRESTRequestInterceptor

* implementation that simply forwards the client requests to the resource
* manager.
*/
Expand Down