Methods in org.apache.hadoop.mapred that return RecordWriter |
RecordWriter<K,V> |
TextOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable> |
MapFileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
abstract RecordWriter<K,V> |
FileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<K,V> |
SequenceFileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<K,V> |
OutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
Get the RecordWriter for the given job. |
Methods in org.apache.hadoop.mapred.lib that return RecordWriter |
protected RecordWriter<K,V> |
MultipleTextOutputFormat.getBaseRecordWriter(org.apache.hadoop.fs.FileSystem fs,
JobConf job,
String name,
org.apache.hadoop.util.Progressable arg3)
|
protected RecordWriter<K,V> |
MultipleSequenceFileOutputFormat.getBaseRecordWriter(org.apache.hadoop.fs.FileSystem fs,
JobConf job,
String name,
org.apache.hadoop.util.Progressable arg3)
|
protected abstract RecordWriter<K,V> |
MultipleOutputFormat.getBaseRecordWriter(org.apache.hadoop.fs.FileSystem fs,
JobConf job,
String name,
org.apache.hadoop.util.Progressable arg3)
|
RecordWriter<K,V> |
LazyOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<K,V> |
FilterOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<K,V> |
NullOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored,
JobConf job,
String name,
org.apache.hadoop.util.Progressable progress)
|
RecordWriter<K,V> |
MultipleOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem fs,
JobConf job,
String name,
org.apache.hadoop.util.Progressable arg3)
Create a composite record writer that can write key/value data to different
output files |