程序包 | 说明 |
---|---|
org.apache.hadoop.mapred |
A software framework for easily writing applications which process vast
amounts of data (multi-terabyte data-sets) parallelly on large clusters
(thousands of nodes) built of commodity hardware in a reliable, fault-tolerant
manner.
|
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.lib.db | |
org.apache.hadoop.mapreduce.lib.output |
限定符和类型 | 方法和说明 |
---|---|
protected static <INKEY,INVALUE,OUTKEY,OUTVALUE> |
Task.createReduceContext(Reducer<INKEY,INVALUE,OUTKEY,OUTVALUE> reducer,
Configuration job,
TaskAttemptID taskId,
RawKeyValueIterator rIter,
Counter inputKeyCounter,
Counter inputValueCounter,
RecordWriter<OUTKEY,OUTVALUE> output,
OutputCommitter committer,
StatusReporter reporter,
RawComparator<INKEY> comparator,
Class<INKEY> keyClass,
Class<INVALUE> valueClass) |
限定符和类型 | 方法和说明 |
---|---|
abstract RecordWriter<K,V> |
OutputFormat.getRecordWriter(TaskAttemptContext context)
Get the
RecordWriter for the given task. |
限定符和类型 | 类和说明 |
---|---|
class |
DBOutputFormat.DBRecordWriter
A RecordWriter that writes the reduce output to a SQL table
|
限定符和类型 | 方法和说明 |
---|---|
RecordWriter<K,V> |
DBOutputFormat.getRecordWriter(TaskAttemptContext context)
Get the
RecordWriter for the given task. |
限定符和类型 | 类和说明 |
---|---|
static class |
FilterOutputFormat.FilterRecordWriter<K,V>
FilterRecordWriter is a convenience wrapper
class that extends the RecordWriter . |
protected static class |
TextOutputFormat.LineRecordWriter<K,V> |
限定符和类型 | 字段和说明 |
---|---|
protected RecordWriter<K,V> |
FilterOutputFormat.FilterRecordWriter.rawWriter |
限定符和类型 | 方法和说明 |
---|---|
RecordWriter<K,V> |
TextOutputFormat.getRecordWriter(TaskAttemptContext job) |
RecordWriter<K,V> |
SequenceFileOutputFormat.getRecordWriter(TaskAttemptContext context) |
RecordWriter<BytesWritable,BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context) |
RecordWriter<K,V> |
NullOutputFormat.getRecordWriter(TaskAttemptContext context) |
RecordWriter<K,V> |
LazyOutputFormat.getRecordWriter(TaskAttemptContext context) |
RecordWriter<K,V> |
FilterOutputFormat.getRecordWriter(TaskAttemptContext context) |
abstract RecordWriter<K,V> |
FileOutputFormat.getRecordWriter(TaskAttemptContext job) |
构造器和说明 |
---|
FilterOutputFormat.FilterRecordWriter(RecordWriter<K,V> rwriter) |
Copyright © 2009 The Apache Software Foundation