|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordWriter | |
---|---|
org.apache.hadoop.hbase.mapred | |
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.mapred.lib | Library of generally useful mappers, reducers, and partitioners. |
Uses of RecordWriter in org.apache.hadoop.hbase.mapred |
---|
Classes in org.apache.hadoop.hbase.mapred that implement RecordWriter | |
---|---|
protected class |
TableOutputFormat.TableRecordWriter
Convert Reduce output (key, value) to (HStoreKey, KeyedDataArrayWritable) and write to an HBase table |
Methods in org.apache.hadoop.hbase.mapred that return RecordWriter | |
---|---|
RecordWriter |
TableOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
Get the RecordWriter for the given job. |
RecordWriter<Text,org.apache.hadoop.hbase.mapred.LuceneDocumentWrapper> |
IndexOutputFormat.getRecordWriter(FileSystem fs,
JobConf job,
String name,
Progressable progress)
|
Uses of RecordWriter in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement RecordWriter | |
---|---|
protected static class |
TextOutputFormat.LineRecordWriter<K extends WritableComparable,V extends Writable>
|
Methods in org.apache.hadoop.mapred that return RecordWriter | |
---|---|
RecordWriter<K,V> |
TextOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
|
RecordWriter |
SequenceFileOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
|
abstract RecordWriter<K,V> |
OutputFormatBase.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
|
RecordWriter |
MapFileOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
|
RecordWriter<K,V> |
OutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
Get the RecordWriter for the given job. |
Uses of RecordWriter in org.apache.hadoop.mapred.lib |
---|
Methods in org.apache.hadoop.mapred.lib that return RecordWriter | |
---|---|
RecordWriter<K,V> |
NullOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |