YARN-7945. Java Doc error in UnmanagedAMPoolManager for branch-2. Contributed by Botong Huang

(cherry picked from commit 7a6aa7bf99)
This commit is contained in:
Jason Lowe 2018-02-22 10:45:16 -06:00
parent b32cc32ee2
commit 76d4d5c759
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ public class UnmanagedAMPoolManager extends AbstractService {
* @param appNameSuffix application name suffix for the UAM * @param appNameSuffix application name suffix for the UAM
* @param keepContainersAcrossApplicationAttempts keep container flag for UAM * @param keepContainersAcrossApplicationAttempts keep container flag for UAM
* recovery. * recovery.
* @see ApplicationSubmissionContext * @see org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
* #setKeepContainersAcrossApplicationAttempts(boolean) * #setKeepContainersAcrossApplicationAttempts(boolean)
* @return uamId for the UAM * @return uamId for the UAM
* @throws YarnException if registerApplicationMaster fails * @throws YarnException if registerApplicationMaster fails
@ -201,7 +201,7 @@ public class UnmanagedAMPoolManager extends AbstractService {
* @param appNameSuffix application name suffix for the UAM * @param appNameSuffix application name suffix for the UAM
* @param keepContainersAcrossApplicationAttempts keep container flag for UAM * @param keepContainersAcrossApplicationAttempts keep container flag for UAM
* recovery. * recovery.
* @see ApplicationSubmissionContext * @see org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext
* #setKeepContainersAcrossApplicationAttempts(boolean) * #setKeepContainersAcrossApplicationAttempts(boolean)
* @return UAM token * @return UAM token
* @throws YarnException if fails * @throws YarnException if fails