Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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 AbstractRESTRequestInterceptor class and provides an
* implementation that simply forwards the client requests to the resource
* manager.
*/
Expand Down