public static class MultiStorage.MultiStorageOutputFormat extends org.apache.hadoop.mapreduce.lib.output.TextOutputFormat<List<String>,Tuple>
Modifier and Type | Class and Description |
---|---|
protected static class |
MultiStorage.MultiStorageOutputFormat.MyLineRecordWriter |
Constructor and Description |
---|
MultiStorageOutputFormat() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordWriter<List<String>,Tuple> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
setKeyValueSeparator(String sep) |
void |
setSkipIndices(List<Integer> skipIndices) |
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
public org.apache.hadoop.mapreduce.RecordWriter<List<String>,Tuple> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
getRecordWriter
in class org.apache.hadoop.mapreduce.lib.output.TextOutputFormat<List<String>,Tuple>
IOException
InterruptedException
public void setKeyValueSeparator(String sep)
Copyright © 2007-2017 The Apache Software Foundation