public class JobCommands
extends com.mapr.cliframework.base.CLIBaseClass
implements com.mapr.cliframework.base.CLIInterface
| Modifier and Type | Field and Description |
|---|---|
static com.mapr.cliframework.base.CLICommand |
jobCmds |
static com.mapr.cliframework.base.CLICommand |
taskCmds |
| Constructor and Description |
|---|
JobCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand) |
| Modifier and Type | Method and Description |
|---|---|
com.mapr.cliframework.base.CommandOutput |
executeRealCommand() |
org.apache.hadoop.mapred.JobClient |
getJobClient(java.lang.String zkConnectString) |
executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserCredentials, setVersion, validateInputpublic static final com.mapr.cliframework.base.CLICommand taskCmds
public static final com.mapr.cliframework.base.CLICommand jobCmds
public JobCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand)
public com.mapr.cliframework.base.CommandOutput executeRealCommand()
throws com.mapr.cliframework.base.CLIProcessingException
executeRealCommand in class com.mapr.cliframework.base.CLIBaseClasscom.mapr.cliframework.base.CLIProcessingExceptionpublic org.apache.hadoop.mapred.JobClient getJobClient(java.lang.String zkConnectString)
throws org.apache.hadoop.ipc.RemoteException
org.apache.hadoop.ipc.RemoteException