public class HiveCompactReaderFactory extends Object implements CompactReader.Factory<RowData>
CompactReader.Factory
to delegate hive bulk format.Constructor and Description |
---|
HiveCompactReaderFactory(org.apache.hadoop.hive.metastore.api.StorageDescriptor sd,
Properties properties,
org.apache.hadoop.mapred.JobConf jobConf,
CatalogTable catalogTable,
String hiveVersion,
RowType producedRowType,
boolean useMapRedReader) |
Modifier and Type | Method and Description |
---|---|
CompactReader<RowData> |
create(CompactContext context) |
public HiveCompactReaderFactory(org.apache.hadoop.hive.metastore.api.StorageDescriptor sd, Properties properties, org.apache.hadoop.mapred.JobConf jobConf, CatalogTable catalogTable, String hiveVersion, RowType producedRowType, boolean useMapRedReader)
public CompactReader<RowData> create(CompactContext context) throws IOException
create
in interface CompactReader.Factory<RowData>
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.