Interface SliderExitCodes

All Superinterfaces:
LauncherExitCodes
All Known Implementing Classes:
BadClusterStateException, BadCommandArgumentsException, BadConfigException, ServiceClient, SliderException, UsageException

public interface SliderExitCodes extends LauncherExitCodes
  • 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: