[
https://issues.apache.org/jira/browse/YARN-11362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812018#comment-17812018
]
ASF GitHub Bot commented on YARN-11362:
---------------------------------------
EremenkoValentin commented on code in PR #6474:
URL: https://github.com/apache/hadoop/pull/6474#discussion_r1470038367
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/exceptions/SchedulerInvalidResourceRequestException.java:
##########
@@ -29,19 +29,19 @@
*/
@InterfaceAudience.Private
@InterfaceStability.Unstable
-public class SchedulerInvalidResoureRequestException extends
YarnRuntimeException {
+public class SchedulerInvalidResourceRequestException extends
YarnRuntimeException {
private static final long serialVersionUID = 10081123982L;
- public SchedulerInvalidResoureRequestException(String message) {
+ public SchedulerInvalidResourceRequestException(String message) {
super(message);
}
- public SchedulerInvalidResoureRequestException(Throwable cause) {
+ public SchedulerInvalidResourceRequestException(Throwable cause) {
super(cause);
}
- public SchedulerInvalidResoureRequestException(String message,
- Throwable cause) {
+ public SchedulerInvalidResourceRequestException(String message,
+ Throwable cause) {
Review Comment:
Thanks for your review. Corrected
> Fix several typos in YARN codebase of misspelled resource
> ---------------------------------------------------------
>
> Key: YARN-11362
> URL: https://issues.apache.org/jira/browse/YARN-11362
> Project: Hadoop YARN
> Issue Type: Improvement
> Reporter: Szilard Nemeth
> Assignee: Szilard Nemeth
> Priority: Major
> Labels: newbie, newbie++, pull-request-available
>
> I noticed that in YARN's codebase, there are several occassions of misspelled
> resource as "Resoure".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]