public interface SliderExitCodes extends LauncherExitCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
_EXIT_CODE_BASE
starting point for exit codes; not an exception itself
|
static int |
EXIT_APPLICATION_IN_USE
The application is live -and the requested operation
does not work if the cluster is running
|
static int |
EXIT_BAD_CONFIGURATION
Exit code when the configurations in valid/incomplete: 77
|
static int |
EXIT_BAD_STATE
the application instance is in the wrong state for that operation: 70
|
static int |
EXIT_DEPLOYMENT_FAILED
The instance failed -too many containers were
failing or some other threshold was reached
|
static int |
EXIT_INSTANCE_EXISTS
There already is an application instance of that name
when an attempt is made to create a new instance
|
static int |
EXIT_PROCESS_FAILED
A spawned master process failed
|
static int |
EXIT_TIMED_OUT
timeout on monitoring client: 67
|
static int |
EXIT_UNKNOWN_INSTANCE
the application instance is unknown: 69
|
static int |
EXIT_YARN_SERVICE_FAILED
service entered the failed state: 65
|
static int |
EXIT_YARN_SERVICE_FINISHED_WITH_ERROR
service finished with an error: 68
|
static int |
EXIT_YARN_SERVICE_KILLED
service was killed: 66
|
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_UNAUTHORIZE, EXIT_UNIMPLEMENTED, EXIT_UNSUPPORTED_VERSION, EXIT_USAGEstatic final int _EXIT_CODE_BASE
static final int EXIT_YARN_SERVICE_FAILED
static final int EXIT_YARN_SERVICE_KILLED
static final int EXIT_TIMED_OUT
static final int EXIT_YARN_SERVICE_FINISHED_WITH_ERROR
static final int EXIT_UNKNOWN_INSTANCE
static final int EXIT_BAD_STATE
static final int EXIT_PROCESS_FAILED
static final int EXIT_DEPLOYMENT_FAILED
static final int EXIT_APPLICATION_IN_USE
static final int EXIT_INSTANCE_EXISTS
static final int EXIT_BAD_CONFIGURATION
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.