public class HCatMapRedUtil extends Object
| Constructor and Description |
|---|
HCatMapRedUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.mapred.JobContext |
createJobContext(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapreduce.JobID id,
org.apache.hadoop.util.Progressable progressable) |
static org.apache.hadoop.mapred.JobContext |
createJobContext(org.apache.hadoop.mapreduce.JobContext context) |
static org.apache.hadoop.mapreduce.TaskAttemptContext |
createTaskAttemptContext(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapreduce.TaskAttemptID id) |
static org.apache.hadoop.mapred.TaskAttemptContext |
createTaskAttemptContext(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapred.TaskAttemptID id,
org.apache.hadoop.util.Progressable progressable) |
static org.apache.hadoop.mapred.TaskAttemptContext |
createTaskAttemptContext(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
static org.apache.hadoop.mapreduce.TaskAttemptID |
createTaskAttemptID(org.apache.hadoop.mapreduce.JobID jobId,
boolean isMap,
int taskId,
int id) |
public static org.apache.hadoop.mapred.TaskAttemptContext createTaskAttemptContext(org.apache.hadoop.mapreduce.TaskAttemptContext context)
public static org.apache.hadoop.mapreduce.TaskAttemptContext createTaskAttemptContext(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapreduce.TaskAttemptID id)
public static org.apache.hadoop.mapred.TaskAttemptContext createTaskAttemptContext(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapred.TaskAttemptID id,
org.apache.hadoop.util.Progressable progressable)
public static org.apache.hadoop.mapreduce.TaskAttemptID createTaskAttemptID(org.apache.hadoop.mapreduce.JobID jobId,
boolean isMap,
int taskId,
int id)
public static org.apache.hadoop.mapred.JobContext createJobContext(org.apache.hadoop.mapreduce.JobContext context)
public static org.apache.hadoop.mapred.JobContext createJobContext(org.apache.hadoop.mapred.JobConf conf,
org.apache.hadoop.mapreduce.JobID id,
org.apache.hadoop.util.Progressable progressable)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.