| Package | Description |
|---|---|
| org.apache.hive.hcatalog.mapreduce |
| Modifier and Type | Method and Description |
|---|---|
HCatTableInfo |
PartInfo.getTableInfo()
Gets the HCatalog table information.
|
HCatTableInfo |
InputJobInfo.getTableInfo()
Gets the table's meta information
|
HCatTableInfo |
OutputJobInfo.getTableInfo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SpecialCases.addSpecialCasesParametersForHCatLoader(org.apache.hadoop.conf.Configuration conf,
HCatTableInfo tableInfo)
Method to do any storage-handler specific special casing while instantiating a
HCatLoader
|
| Constructor and Description |
|---|
PartInfo(HCatSchema partitionSchema,
HiveStorageHandler storageHandler,
String location,
Properties hcatProperties,
Map<String,String> jobProperties,
HCatTableInfo tableInfo)
Instantiates a new hcat partition info.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.