C# Class Amazon.ElasticMapReduce.Model.StepFactory

This class provides helper methods for creating common Elastic MapReduce step types. To use StepFactory, you should construct it with the appropriate bucket for your region. The official bucket format is "<region>.elasticmapreduce", so us-east-1 would use the bucket "us-east-1.elasticmapreduce".
Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
NewEnableDebuggingStep ( ) : HadoopJarStepConfig

When run as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.

NewInstallHiveStep ( ) : HadoopJarStepConfig

Step that installs Hive on your job flow.

NewInstallPigStep ( ) : HadoopJarStepConfig

Step that installs Pig on your job flow.

NewRunHiveScriptStep ( string script ) : HadoopJarStepConfig

Step that runs a Hive script on your job flow.

NewRunHiveScriptStepVersioned ( string script, string version ) : HadoopJarStepConfig

Step that runs a Hive script on your job flow with a specific verson of Hive.

NewRunPigScriptStep ( string script ) : HadoopJarStepConfig

Step that runs a Pig script on your job flow.

NewScriptRunnerStep ( string script ) : HadoopJarStepConfig

Runs a specified script on the master node of your cluster.

StepFactory ( ) : System
StepFactory ( String bucket ) : System

Private Methods

Méthode Description
newHivePigStep ( string type ) : HadoopJarStepConfig

Method Details

NewEnableDebuggingStep() public méthode

When run as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.
public NewEnableDebuggingStep ( ) : HadoopJarStepConfig
Résultat HadoopJarStepConfig

NewInstallHiveStep() public méthode

Step that installs Hive on your job flow.
public NewInstallHiveStep ( ) : HadoopJarStepConfig
Résultat HadoopJarStepConfig

NewInstallPigStep() public méthode

Step that installs Pig on your job flow.
public NewInstallPigStep ( ) : HadoopJarStepConfig
Résultat HadoopJarStepConfig

NewRunHiveScriptStep() public méthode

Step that runs a Hive script on your job flow.
public NewRunHiveScriptStep ( string script ) : HadoopJarStepConfig
script string The script to run.
Résultat HadoopJarStepConfig

NewRunHiveScriptStepVersioned() public méthode

Step that runs a Hive script on your job flow with a specific verson of Hive.
public NewRunHiveScriptStepVersioned ( string script, string version ) : HadoopJarStepConfig
script string The script to run.
version string The version of Hive to run.
Résultat HadoopJarStepConfig

NewRunPigScriptStep() public méthode

Step that runs a Pig script on your job flow.
public NewRunPigScriptStep ( string script ) : HadoopJarStepConfig
script string The script to run.
Résultat HadoopJarStepConfig

NewScriptRunnerStep() public méthode

Runs a specified script on the master node of your cluster.
public NewScriptRunnerStep ( string script ) : HadoopJarStepConfig
script string The script to run
Résultat HadoopJarStepConfig

StepFactory() public méthode

public StepFactory ( ) : System
Résultat System

StepFactory() public méthode

public StepFactory ( String bucket ) : System
bucket String
Résultat System