|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordWriter | |
---|---|
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 |
Uses of RecordWriter in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred with parameters of type RecordWriter | ||
---|---|---|
protected static
|
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)
|
Uses of RecordWriter in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return RecordWriter | |
---|---|
abstract RecordWriter<K,V> |
OutputFormat.getRecordWriter(TaskAttemptContext context)
Get the RecordWriter for the given task. |
Uses of RecordWriter in org.apache.hadoop.mapreduce.lib.db |
---|
Subclasses of RecordWriter in org.apache.hadoop.mapreduce.lib.db | |
---|---|
class |
DBOutputFormat.DBRecordWriter
A RecordWriter that writes the reduce output to a SQL table |
Methods in org.apache.hadoop.mapreduce.lib.db that return RecordWriter | |
---|---|
RecordWriter<K,V> |
DBOutputFormat.getRecordWriter(TaskAttemptContext context)
Get the RecordWriter for the given task. |
Uses of RecordWriter in org.apache.hadoop.mapreduce.lib.output |
---|
Subclasses of RecordWriter in org.apache.hadoop.mapreduce.lib.output | |
---|---|
static class |
FilterOutputFormat.FilterRecordWriter<K,V>
FilterRecordWriter is a convenience wrapper
class that extends the RecordWriter . |
protected static class |
TextOutputFormat.LineRecordWriter<K,V>
|
Fields in org.apache.hadoop.mapreduce.lib.output declared as RecordWriter | |
---|---|
protected RecordWriter<K,V> |
FilterOutputFormat.FilterRecordWriter.rawWriter
|
Methods in org.apache.hadoop.mapreduce.lib.output that return RecordWriter | |
---|---|
abstract RecordWriter<K,V> |
FileOutputFormat.getRecordWriter(TaskAttemptContext job)
|
RecordWriter<BytesWritable,BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
FilterOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
LazyOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
SequenceFileOutputFormat.getRecordWriter(TaskAttemptContext context)
|
RecordWriter<K,V> |
TextOutputFormat.getRecordWriter(TaskAttemptContext job)
|
RecordWriter<K,V> |
NullOutputFormat.getRecordWriter(TaskAttemptContext context)
|
Constructors in org.apache.hadoop.mapreduce.lib.output with parameters of type RecordWriter | |
---|---|
FilterOutputFormat.FilterRecordWriter(RecordWriter<K,V> rwriter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |