public class SparkExitCode
extends Object
| Constructor and Description | 
|---|
SparkExitCode()  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
ERROR_COMMAND_NOT_FOUND()
Exception indicate command not found. 
 | 
static int | 
ERROR_MISUSE_SHELL_BUILTIN()
Exception indicate invalid usage of some shell built-in command. 
 | 
static int | 
ERROR_PATH_NOT_FOUND()
Exception appears when the computer cannot find the specified path. 
 | 
static int | 
EXCEED_MAX_EXECUTOR_FAILURES()
Exit due to executor failures exceeds the threshold. 
 | 
static int | 
EXIT_FAILURE()
Failed termination. 
 | 
static int | 
EXIT_SUCCESS()
Successful termination. 
 | 
static int | 
OOM()
The default uncaught exception handler was reached, and the uncaught exception was an 
 | 
static int | 
UNCAUGHT_EXCEPTION_TWICE()
The default uncaught exception handler was called and an exception was encountered while 
 | 
static int | 
UNCAUGHT_EXCEPTION()
The default uncaught exception handler was reached. 
 | 
public static int EXIT_SUCCESS()
public static int EXIT_FAILURE()
public static int ERROR_MISUSE_SHELL_BUILTIN()
public static int ERROR_PATH_NOT_FOUND()
public static int EXCEED_MAX_EXECUTOR_FAILURES()
public static int UNCAUGHT_EXCEPTION()
public static int UNCAUGHT_EXCEPTION_TWICE()
public static int OOM()
public static int ERROR_COMMAND_NOT_FOUND()