Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.utils | |
org.apache.hadoop.hive.ql.exec.repl.bootstrap.load.util |
Modifier and Type | Method and Description |
---|---|
Warehouse |
IHMSHandler.getWh()
Get a reference to Hive's warehouse object (the class that does all the physical operations).
|
Warehouse |
HiveMetaStore.HMSHandler.getWh() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.metastore.api.Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext)
Deprecated.
As of release 2.2.0. Replaced by
#alterPartition(RawStore, Warehouse, String,
String, List, Partition, EnvironmentContext, IHMSHandler)
handles alter partition |
org.apache.hadoop.hive.metastore.api.Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
org.apache.hadoop.hive.metastore.api.Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler)
handles alter partition
|
org.apache.hadoop.hive.metastore.api.Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<String> part_vals,
org.apache.hadoop.hive.metastore.api.Partition new_part,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
List<org.apache.hadoop.hive.metastore.api.Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext)
Deprecated.
As of release 3.0.0. Replaced by
AlterHandler.alterPartitions(RawStore, Warehouse, String,
String, String, List, EnvironmentContext, IHMSHandler)
handles alter partitions |
List<org.apache.hadoop.hive.metastore.api.Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
List<org.apache.hadoop.hive.metastore.api.Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler)
handles alter partitions
|
List<org.apache.hadoop.hive.metastore.api.Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
List<org.apache.hadoop.hive.metastore.api.Partition> new_parts,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
default void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newTable,
org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext)
Deprecated.
As of release 2.2.0. Replaced by
AlterHandler.alterTable(RawStore, Warehouse, String,
String, String, Table, EnvironmentContext, IHMSHandler)
handles alter table, the changes could be cascaded to partitions if applicable |
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newTable,
org.apache.hadoop.hive.metastore.api.EnvironmentContext envContext,
IHMSHandler handler)
handles alter table, the changes could be cascaded to partitions if applicable
|
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String catName,
String dbname,
String name,
org.apache.hadoop.hive.metastore.api.Table newt,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
IHMSHandler handler) |
static void |
HiveMetaStore.HMSHandler.createDefaultCatalog(RawStore ms,
Warehouse wh) |
Modifier and Type | Method and Description |
---|---|
static boolean |
MetaStoreUtils.updatePartitionStatsFast(PartitionSpecProxy.PartitionIterator part,
org.apache.hadoop.hive.metastore.api.Table table,
Warehouse wh,
boolean madeDir,
boolean forceRecompute,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
boolean isCreate)
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(org.apache.hadoop.hive.metastore.api.Partition part,
org.apache.hadoop.hive.metastore.api.Table tbl,
Warehouse wh,
boolean madeDir,
boolean forceRecompute,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext,
boolean isCreate)
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 void |
MetaStoreUtils.updateTableStatsSlow(org.apache.hadoop.hive.metastore.api.Database db,
org.apache.hadoop.hive.metastore.api.Table tbl,
Warehouse wh,
boolean newDir,
boolean forceRecompute,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext)
Updates the numFiles and totalSize parameters for the passed Table by querying
the warehouse if the passed Table does not already have values for these parameters.
|
Modifier and Type | Field and Description |
---|---|
Warehouse |
Context.warehouse |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.