|
@@ -359,7 +359,8 @@ public class ClientRMService extends AbstractService implements
|
|
|
// If the RM doesn't have the application, throw
|
|
|
// ApplicationNotFoundException and let client to handle.
|
|
|
throw new ApplicationNotFoundException("Application with id '"
|
|
|
- + applicationId + "' doesn't exist in RM.");
|
|
|
+ + applicationId + "' doesn't exist in RM. Please check "
|
|
|
+ + "that the job submission was successful.");
|
|
|
}
|
|
|
|
|
|
boolean allowAccess = checkAccess(callerUGI, application.getUser(),
|
|
@@ -393,7 +394,8 @@ public class ClientRMService extends AbstractService implements
|
|
|
// ApplicationNotFoundException and let client to handle.
|
|
|
throw new ApplicationNotFoundException("Application with id '"
|
|
|
+ request.getApplicationAttemptId().getApplicationId()
|
|
|
- + "' doesn't exist in RM.");
|
|
|
+ + "' doesn't exist in RM. Please check that the job "
|
|
|
+ + "submission was successful.");
|
|
|
}
|
|
|
|
|
|
boolean allowAccess = checkAccess(callerUGI, application.getUser(),
|
|
@@ -432,7 +434,8 @@ public class ClientRMService extends AbstractService implements
|
|
|
// If the RM doesn't have the application, throw
|
|
|
// ApplicationNotFoundException and let client to handle.
|
|
|
throw new ApplicationNotFoundException("Application with id '" + appId
|
|
|
- + "' doesn't exist in RM.");
|
|
|
+ + "' doesn't exist in RM. Please check that the job submission "
|
|
|
+ + "was successful.");
|
|
|
}
|
|
|
boolean allowAccess = checkAccess(callerUGI, application.getUser(),
|
|
|
ApplicationAccessType.VIEW_APP, application);
|
|
@@ -480,7 +483,8 @@ public class ClientRMService extends AbstractService implements
|
|
|
// If the RM doesn't have the application, throw
|
|
|
// ApplicationNotFoundException and let client to handle.
|
|
|
throw new ApplicationNotFoundException("Application with id '" + appId
|
|
|
- + "' doesn't exist in RM.");
|
|
|
+ + "' doesn't exist in RM. Please check that the job submission "
|
|
|
+ + "was successful.");
|
|
|
}
|
|
|
boolean allowAccess = checkAccess(callerUGI, application.getUser(),
|
|
|
ApplicationAccessType.VIEW_APP, application);
|
|
@@ -530,7 +534,8 @@ public class ClientRMService extends AbstractService implements
|
|
|
// If the RM doesn't have the application, throw
|
|
|
// ApplicationNotFoundException and let client to handle.
|
|
|
throw new ApplicationNotFoundException("Application with id '" + appId
|
|
|
- + "' doesn't exist in RM.");
|
|
|
+ + "' doesn't exist in RM. Please check that the job submission "
|
|
|
+ + "was successful.");
|
|
|
}
|
|
|
boolean allowAccess = checkAccess(callerUGI, application.getUser(),
|
|
|
ApplicationAccessType.VIEW_APP, application);
|