Метод | Описание | |
---|---|---|
NewEnableDebuggingStep ( ) : |
When run as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.
|
|
NewInstallHiveStep ( ) : |
Step that installs Hive on your job flow.
|
|
NewInstallPigStep ( ) : |
Step that installs Pig on your job flow.
|
|
NewRunHiveScriptStep ( string script ) : |
Step that runs a Hive script on your job flow.
|
|
NewRunHiveScriptStepVersioned ( string script, string version ) : |
Step that runs a Hive script on your job flow with a specific verson of Hive.
|
|
NewRunPigScriptStep ( string script ) : |
Step that runs a Pig script on your job flow.
|
|
NewScriptRunnerStep ( string script ) : |
Runs a specified script on the master node of your cluster.
|
|
StepFactory ( ) : System | ||
StepFactory ( String bucket ) : System |
Метод | Описание | |
---|---|---|
newHivePigStep ( string type ) : |
public NewEnableDebuggingStep ( ) : |
||
Результат |
public NewInstallHiveStep ( ) : |
||
Результат |
public NewInstallPigStep ( ) : |
||
Результат |
public NewRunHiveScriptStep ( string script ) : |
||
script | string | The script to run. |
Результат |
public NewRunHiveScriptStepVersioned ( string script, string version ) : |
||
script | string | The script to run. |
version | string | The version of Hive to run. |
Результат |
public NewRunPigScriptStep ( string script ) : |
||
script | string | The script to run. |
Результат |
public NewScriptRunnerStep ( string script ) : |
||
script | string | The script to run |
Результат |
public StepFactory ( String bucket ) : System | ||
bucket | String | |
Результат | System |