C# 클래스 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".
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
newHivePigStep ( string type ) : HadoopJarStepConfig

메소드 상세

NewEnableDebuggingStep() 공개 메소드

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

NewInstallHiveStep() 공개 메소드

Step that installs Hive on your job flow.
public NewInstallHiveStep ( ) : HadoopJarStepConfig
리턴 HadoopJarStepConfig

NewInstallPigStep() 공개 메소드

Step that installs Pig on your job flow.
public NewInstallPigStep ( ) : HadoopJarStepConfig
리턴 HadoopJarStepConfig

NewRunHiveScriptStep() 공개 메소드

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

NewRunHiveScriptStepVersioned() 공개 메소드

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.
리턴 HadoopJarStepConfig

NewRunPigScriptStep() 공개 메소드

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

NewScriptRunnerStep() 공개 메소드

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

StepFactory() 공개 메소드

public StepFactory ( ) : System
리턴 System

StepFactory() 공개 메소드

public StepFactory ( String bucket ) : System
bucket String
리턴 System