public static class HiveTableWrapper.StorageDescriptorWrapper extends Object
StorageDescriptor
class.
Used in HiveTableWrapper.HivePartitionWrapper
and HiveTableWrapper
for serialization and deserialization of StorageDescriptor
.Modifier and Type | Field and Description |
---|---|
List<HiveTableWrapper.FieldSchemaWrapper> |
columns |
boolean |
compressed |
String |
inputFormat |
String |
location |
int |
numBuckets |
String |
outputFormat |
Map<String,String> |
parameters |
HiveTableWrapper.SerDeInfoWrapper |
serDeInfo |
List<HiveTableWrapper.OrderWrapper> |
sortCols |
Constructor and Description |
---|
StorageDescriptorWrapper(List<HiveTableWrapper.FieldSchemaWrapper> columns,
String location,
String inputFormat,
String outputFormat,
boolean compressed,
int numBuckets,
HiveTableWrapper.SerDeInfoWrapper serDeInfo,
List<HiveTableWrapper.OrderWrapper> sortCols,
Map<String,String> parameters) |
StorageDescriptorWrapper(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.metastore.api.StorageDescriptor |
getSd() |
public List<HiveTableWrapper.FieldSchemaWrapper> columns
public String location
public String inputFormat
public String outputFormat
public boolean compressed
public int numBuckets
public HiveTableWrapper.SerDeInfoWrapper serDeInfo
public List<HiveTableWrapper.OrderWrapper> sortCols
public StorageDescriptorWrapper(List<HiveTableWrapper.FieldSchemaWrapper> columns, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, HiveTableWrapper.SerDeInfoWrapper serDeInfo, List<HiveTableWrapper.OrderWrapper> sortCols, Map<String,String> parameters)
public StorageDescriptorWrapper(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor)
Copyright © 1970 The Apache Software Foundation. All rights reserved.