public class HiveDynamoDBOutputFormat extends Object implements org.apache.hadoop.hive.ql.io.HiveOutputFormat<org.apache.hadoop.io.Text,DynamoDBItemWritable>
| Constructor and Description |
|---|
HiveDynamoDBOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(org.apache.hadoop.fs.FileSystem arg0,
org.apache.hadoop.mapred.JobConf arg1) |
org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter |
getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc,
org.apache.hadoop.fs.Path finalOutPath,
Class<? extends org.apache.hadoop.io.Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
org.apache.hadoop.util.Progressable progressable) |
org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,DynamoDBItemWritable> |
getRecordWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.mapred.JobConf conf,
String str,
org.apache.hadoop.util.Progressable progressable) |
public org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter getHiveRecordWriter(org.apache.hadoop.mapred.JobConf jc,
org.apache.hadoop.fs.Path finalOutPath,
Class<? extends org.apache.hadoop.io.Writable> valueClass,
boolean isCompressed,
Properties tableProperties,
org.apache.hadoop.util.Progressable progressable)
throws IOException
getHiveRecordWriter in interface org.apache.hadoop.hive.ql.io.HiveOutputFormat<org.apache.hadoop.io.Text,DynamoDBItemWritable>IOExceptionpublic void checkOutputSpecs(org.apache.hadoop.fs.FileSystem arg0,
org.apache.hadoop.mapred.JobConf arg1)
throws IOException
checkOutputSpecs in interface org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,DynamoDBItemWritable>IOExceptionpublic org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,DynamoDBItemWritable> getRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.mapred.JobConf conf, String str, org.apache.hadoop.util.Progressable progressable) throws IOException
getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,DynamoDBItemWritable>IOExceptionCopyright © 2021. All rights reserved.