org.apache.hadoop.hive.ql.io.udf
Class Rot13OutputFormat
java.lang.Object
org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat<LongWritable,Text>
org.apache.hadoop.hive.ql.io.udf.Rot13OutputFormat
- All Implemented Interfaces:
- HiveOutputFormat<LongWritable,Text>
public class Rot13OutputFormat
- extends HiveIgnoreKeyTextOutputFormat<LongWritable,Text>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rot13OutputFormat
public Rot13OutputFormat()
getHiveRecordWriter
public FileSinkOperator.RecordWriter getHiveRecordWriter(JobConf jc,
Path outPath,
Class<? extends Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
Progressable progress)
throws IOException
- Description copied from class:
HiveIgnoreKeyTextOutputFormat
- create the final out file, and output row by row. After one row is
appended, a configured row separator is appended
- Overrides:
getHiveRecordWriter
in class HiveIgnoreKeyTextOutputFormat<LongWritable,Text>
- Parameters:
jc
- the job configuration fileoutPath
- the final output file to be createdvalueClass
- the value class used for createisCompressed
- whether the content is compressed or nottableProperties
- the tableProperties of this file's corresponding tableprogress
- progress used for status report
- Returns:
- the RecordWriter
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation