Package | Description |
---|---|
org.apache.hadoop.hive.metastore |
Modifier and Type | Method and Description |
---|---|
Warehouse |
HiveMetaStore.HMSHandler.getWh() |
Modifier and Type | Method and Description |
---|---|
Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
Partition new_part) |
Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
Partition new_part)
handles alter partition
|
List<Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<Partition> new_parts) |
List<Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<Partition> new_part)
handles alter partitions
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newt) |
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newTable)
handles alter table
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newt,
boolean cascade) |
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newTable,
boolean cascade)
handles alter table, the changes could be cascaded to partitions if applicable
|
static boolean |
MetaStoreUtils.updatePartitionStatsFast(PartitionSpecProxy.PartitionIterator part,
Warehouse wh,
boolean madeDir,
boolean forceRecompute)
Updates the numFiles and totalSize parameters for the passed Partition by querying
the warehouse if the passed Partition does not already have values for these parameters.
|
static boolean |
MetaStoreUtils.updatePartitionStatsFast(Partition part,
Warehouse wh) |
static boolean |
MetaStoreUtils.updatePartitionStatsFast(Partition part,
Warehouse wh,
boolean madeDir) |
static boolean |
MetaStoreUtils.updatePartitionStatsFast(Partition part,
Warehouse wh,
boolean madeDir,
boolean forceRecompute)
Updates the numFiles and totalSize parameters for the passed Partition by querying
the warehouse if the passed Partition does not already have values for these parameters.
|
static boolean |
MetaStoreUtils.updateUnpartitionedTableStatsFast(Database db,
Table tbl,
Warehouse wh,
boolean madeDir) |
static boolean |
MetaStoreUtils.updateUnpartitionedTableStatsFast(Database db,
Table tbl,
Warehouse wh,
boolean madeDir,
boolean forceRecompute) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.