Modifier and Type | Method and Description |
---|---|
RecordWriter |
OutputFormat.createWriter(Configuration conf)
Create a record writer
|
Modifier and Type | Method and Description |
---|---|
RecordWriter |
CSVOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LibSvmOutputFormat.createWriter(Configuration conf) |
RecordWriter |
LineOutputFormat.createWriter(Configuration conf) |
RecordWriter |
SVMLightOutputFormat.createWriter(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static void |
RecordReaderConverter.convert(RecordReader reader,
RecordWriter writer)
Write all values from the specified record reader to the specified record writer.
|
static void |
RecordReaderConverter.convert(RecordReader reader,
RecordWriter writer,
boolean closeOnCompletion)
Write all values from the specified record reader to the specified record writer.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordListener.recordWrite(RecordWriter writer,
Object record)
Event listener for each record to be written.
|
Modifier and Type | Method and Description |
---|---|
void |
LogRecordListener.recordWrite(RecordWriter writer,
Object record) |
Modifier and Type | Method and Description |
---|---|
RecordWriter |
RecordWriterFactory.create(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
FileRecordWriter
Write to files.
|
class |
LineRecordWriter
Line record writer
|
Modifier and Type | Class and Description |
---|---|
class |
CSVRecordWriter
Csv record writer
|
Modifier and Type | Class and Description |
---|---|
class |
LibSvmRecordWriter
Record writer for libsvm format, which is closely
related to SVMLight format.
|
class |
MatlabRecordWriter
Write matlab records
|
class |
SVMLightRecordWriter
Record writer for SVMLight format, which can generally
be described as
LABEL INDEX:VALUE INDEX:VALUE ...
|
Modifier and Type | Class and Description |
---|---|
class |
ArrowRecordWriter
Output arrow records to an output stream.
|
Modifier and Type | Method and Description |
---|---|
RecordWriter |
WaveOutputFormat.createWriter(Configuration conf) |
Modifier and Type | Class and Description |
---|---|
class |
MapFileRecordWriter
MapFileRecordWriter is used to write values to a Hadoop MapFile, that can then be read by:
MapFileRecordReader |
Modifier and Type | Class and Description |
---|---|
class |
ExcelRecordWriter |
Copyright © 2020. All rights reserved.