public interface LauncherArguments
GenericOptionsParser
, simply extracted to constants.Modifier and Type | Field and Description |
---|---|
static String |
ARG_CONF
Name of the configuration argument on the CLI.
|
static String |
ARG_CONF_PREFIXED
prefixed version of
ARG_CONF . |
static String |
ARG_CONF_SHORT |
static String |
ARG_CONFCLASS
Name of a configuration class which is loaded before any
attempt is made to load the class.
|
static String |
ARG_CONFCLASS_PREFIXED
Prefixed version of
ARG_CONFCLASS . |
static String |
ARG_CONFCLASS_SHORT |
static String |
E_PARSE_FAILED
Error string on a parse failure.
|
static final String ARG_CONF
static final String ARG_CONF_SHORT
static final String ARG_CONF_PREFIXED
ARG_CONF
.
Value: "--conf"static final String ARG_CONFCLASS
Value: "hadoopconf"
static final String ARG_CONFCLASS_SHORT
static final String ARG_CONFCLASS_PREFIXED
ARG_CONFCLASS
.
Value: "--hadoopconf"static final String E_PARSE_FAILED
Copyright © 2018 Apache Software Foundation. All Rights Reserved.