YARN-3149. Fix typo in message for invalid application id. Contributed
by Bibin A Chundatt.
This commit is contained in:
parent
e2ee2ff7d7
commit
b77ff37686
@ -488,6 +488,9 @@ Release 2.7.0 - UNRELEASED
|
||||
YARN-3101. In Fair Scheduler, fix canceling of reservations for exceeding
|
||||
max share (Anubhav Dhoot via Sandy Ryza)
|
||||
|
||||
YARN-3149. Fix typo in message for invalid application id.
|
||||
(Bibin A Chundatt via xgong)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -204,7 +204,7 @@ public static ApplicationId toApplicationId(
|
||||
try {
|
||||
return toApplicationId(it);
|
||||
} catch (NumberFormatException n) {
|
||||
throw new IllegalArgumentException("Invalid AppAttemptId: "
|
||||
throw new IllegalArgumentException("Invalid ApplicationId: "
|
||||
+ appIdStr, n);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user