-
Field Summary
Fields
static final int
starting point for exit codes; not an exception itself
static final int
The service is live -and the requested operation
does not work if the cluster is running
static final int
Exit code when the configurations in valid/incomplete: 77
static final int
the service instance is in the wrong state for that operation: 70
static final int
The instance failed -too many containers were
failing or some other threshold was reached
static final int
There already is an service instance of that name
when an attempt is made to create a new instance
static final int
A spawned master process failed
static final int
timeout on monitoring client: 67
static final int
the service instance is unknown: 69
static final int
service entered the failed state: 65
static final int
service finished with an error: 68
static final int
Fields inherited from interface org.apache.hadoop.yarn.service.exceptions.LauncherExitCodes
EXIT_CLIENT_INITIATED_SHUTDOWN, EXIT_COMMAND_ARGUMENT_ERROR, EXIT_CONFLICT, EXIT_CONNECTIVITY_PROBLEM, EXIT_EXCEPTION_THROWN, EXIT_FALSE, EXIT_FORBIDDEN, EXIT_FOUND, EXIT_INTERNAL_ERROR, EXIT_INTERRUPTED, EXIT_MOVED, EXIT_NOT_ACCEPTABLE, EXIT_NOT_FOUND, EXIT_NOT_MODIFIED, EXIT_OPERATION_NOT_ALLOWED, EXIT_OTHER_FAILURE, EXIT_SERVICE_UNAVAILABLE, EXIT_SUCCESS, EXIT_TASK_LAUNCH_FAILURE, EXIT_UNAUTHORIZED, EXIT_UNIMPLEMENTED, EXIT_UNSUPPORTED_VERSION, EXIT_USAGE
-
Field Details
-
_EXIT_CODE_BASE
static final int _EXIT_CODE_BASE
starting point for exit codes; not an exception itself
- See Also:
-
-
EXIT_YARN_SERVICE_FAILED
static final int EXIT_YARN_SERVICE_FAILED
service entered the failed state: 65
- See Also:
-
-
EXIT_YARN_SERVICE_KILLED
static final int EXIT_YARN_SERVICE_KILLED
service was killed: 66
- See Also:
-
-
EXIT_TIMED_OUT
static final int EXIT_TIMED_OUT
timeout on monitoring client: 67
- See Also:
-
-
EXIT_YARN_SERVICE_FINISHED_WITH_ERROR
static final int EXIT_YARN_SERVICE_FINISHED_WITH_ERROR
service finished with an error: 68
- See Also:
-
-
EXIT_UNKNOWN_INSTANCE
static final int EXIT_UNKNOWN_INSTANCE
the service instance is unknown: 69
- See Also:
-
-
EXIT_BAD_STATE
static final int EXIT_BAD_STATE
the service instance is in the wrong state for that operation: 70
- See Also:
-
-
EXIT_PROCESS_FAILED
static final int EXIT_PROCESS_FAILED
A spawned master process failed
- See Also:
-
-
EXIT_DEPLOYMENT_FAILED
static final int EXIT_DEPLOYMENT_FAILED
The instance failed -too many containers were
failing or some other threshold was reached
- See Also:
-
-
EXIT_APPLICATION_IN_USE
static final int EXIT_APPLICATION_IN_USE
The service is live -and the requested operation
does not work if the cluster is running
- See Also:
-
-
EXIT_INSTANCE_EXISTS
static final int EXIT_INSTANCE_EXISTS
There already is an service instance of that name
when an attempt is made to create a new instance
- See Also:
-
-
EXIT_BAD_CONFIGURATION
static final int EXIT_BAD_CONFIGURATION
Exit code when the configurations in valid/incomplete: 77
- See Also:
-