Uses of Interface
org.apache.hadoop.util.ExitCodeProvider
Packages that use ExitCodeProvider
Package
Description
Classes for hadoop security.
Support for services.
This package contains classes, interfaces and exceptions to launch
YARN services from the command line.
Common utilities.
-
Uses of ExitCodeProvider in org.apache.hadoop.security
Classes in org.apache.hadoop.security that implement ExitCodeProviderModifier and TypeClassDescriptionstatic classDiagnostics failures return the exit code 41, "unauthorized". -
Uses of ExitCodeProvider in org.apache.hadoop.service
Classes in org.apache.hadoop.service that implement ExitCodeProviderModifier and TypeClassDescriptionclassException that can be raised on state change operations, whose exit code can be explicitly set, determined from that of any nested cause, or a default value ofLauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION. -
Uses of ExitCodeProvider in org.apache.hadoop.service.launcher
Classes in org.apache.hadoop.service.launcher that implement ExitCodeProviderModifier and TypeClassDescriptionclassA service launch exception that includes an exit code. -
Uses of ExitCodeProvider in org.apache.hadoop.util
Classes in org.apache.hadoop.util that implement ExitCodeProviderModifier and TypeClassDescriptionstatic classAn exception raised when a call toExitUtil.terminate(int)was called and system exits were blocked.static classAn exception raised when a call toExitUtil.terminate(int)was called and system halts were blocked.