Java org.apache.hadoop.mapreduce TaskAttemptContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce TaskAttemptContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce TaskAttemptContext.

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.TaskAttemptContext has subclasses.
Click this link to see all its subclasses.

Implementation

org.apache.hadoop.mapreduce.TaskAttemptContext has the following implementations.
Click this link to see all its implementation.

Method

ConfigurationgetConfiguration()
Return the configuration for the job.
CountergetCounter(String groupName, String counterName)
Get the Counter for the given groupName and counterName.
CountergetCounter(Enum counterName)
Get the Counter for the given counterName.
CredentialsgetCredentials()
Get credentials for the job.
JobIDgetJobID()
Get the unique ID for the job.
StringgetJobName()
Get the user-specified job name.
Class>getMapperClass()
Get the Mapper class for the job.
intgetNumReduceTasks()
Get configured the number of reduce tasks for this job.
Class>getOutputFormatClass()
Get the OutputFormat class for the job.
ClassgetOutputKeyClass()
Get the key class for the job output data.
ClassgetOutputValueClass()
Get the value class for job outputs.
Class>getReducerClass()
Get the Reducer class for the job.
StringgetStatus()
Get the last set status message.
TaskAttemptIDgetTaskAttemptID()
Get the unique name for this task attempt.
PathgetWorkingDirectory()
Get the current working directory for the default file system.
voidprogress()
Report progress to the Hadoop framework.
voidsetStatus(String msg)
Set the current status of the task to the given string.