Java com.amazonaws.services.elasticmapreduce.util StepFactory fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.util StepFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.util StepFactory.

The text is from its open source code.

Constructor

StepFactory()
Creates a new StepFactory using the default Elastic Map Reduce bucket (us-east-1.elasticmapreduce) for the default (us-east-1) region.
StepFactory(String bucket)
Creates a new StepFactory using the specified Amazon S3 bucket to load resources.

Method

HadoopJarStepConfignewEnableDebuggingStep()
When ran as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.
HadoopJarStepConfignewInstallHiveStep(HiveVersion... hiveVersions)
Step that installs the specified versions of Hive on your job flow.
HadoopJarStepConfignewInstallHiveStep(String... hiveVersions)
Step that installs the specified versions of Hive on your job flow.
HadoopJarStepConfignewInstallPigStep(String... pigVersions)
Step that installs Pig on your job flow.