|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaException | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.metastore.parser | This package implements the parser for parsing the string filter for the listPartitionsByFilter API. |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.serde2 | |
org.apache.hadoop.hive.service |
Uses of MetaException in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that throw MetaException | |
---|---|
Index |
HiveMetaStore.HMSHandler.add_index(Index newIndex,
Table indexTable)
|
Partition |
HiveMetaStore.HMSHandler.add_partition(Partition part)
|
Partition |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table. |
Partition |
HiveMetaStoreClient.add_partition(Partition new_part)
|
int |
HiveMetaStore.HMSHandler.add_partitions(List<Partition> parts)
|
int |
IMetaStoreClient.add_partitions(List<Partition> partitions)
Add partitions to the table. |
int |
HiveMetaStoreClient.add_partitions(List<Partition> new_parts)
|
boolean |
RawStore.addIndex(Index index)
|
boolean |
ObjectStore.addIndex(Index index)
|
boolean |
RawStore.addPartition(Partition part)
|
boolean |
ObjectStore.addPartition(Partition part)
|
boolean |
RawStore.addRole(String rowName,
String ownerName)
|
boolean |
ObjectStore.addRole(String roleName,
String ownerName)
|
void |
HiveMetaStore.HMSHandler.alter_database(String dbName,
Database db)
|
void |
HiveMetaStore.HMSHandler.alter_index(String dbname,
String base_table_name,
String index_name,
Index newIndex)
|
void |
IMetaStoreClient.alter_index(String dbName,
String tblName,
String indexName,
Index index)
|
void |
HiveMetaStoreClient.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx)
|
void |
HiveMetaStore.HMSHandler.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
IMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
updates a partition to new partition |
void |
HiveMetaStoreClient.alter_partition(String dbName,
String tblName,
Partition newPart)
|
void |
HiveMetaStore.HMSHandler.alter_table(String dbname,
String name,
Table newTable)
|
void |
IMetaStoreClient.alter_table(String defaultDatabaseName,
String tblName,
Table table)
|
void |
HiveMetaStoreClient.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
boolean |
RawStore.alterDatabase(String dbname,
Database db)
|
void |
IMetaStoreClient.alterDatabase(String name,
Database db)
|
void |
HiveMetaStoreClient.alterDatabase(String dbName,
Database db)
|
boolean |
ObjectStore.alterDatabase(String dbName,
Database db)
Alter the database object in metastore. |
void |
RawStore.alterIndex(String dbname,
String baseTblName,
String name,
Index newIndex)
|
void |
ObjectStore.alterIndex(String dbname,
String baseTblName,
String name,
Index newIndex)
|
void |
RawStore.alterPartition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part)
|
void |
ObjectStore.alterPartition(String dbname,
String name,
List<String> part_vals,
Partition newPart)
|
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 |
RawStore.alterTable(String dbname,
String name,
Table newTable)
|
void |
ObjectStore.alterTable(String dbname,
String name,
Table newTable)
|
Partition |
HiveMetaStore.HMSHandler.append_partition_by_name(String db_name,
String tbl_name,
String part_name)
|
Partition |
HiveMetaStore.HMSHandler.append_partition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
IMetaStoreClient.appendPartition(String tableName,
String dbName,
List<String> partVals)
|
Partition |
HiveMetaStoreClient.appendPartition(String db_name,
String table_name,
List<String> part_vals)
|
Partition |
IMetaStoreClient.appendPartition(String tableName,
String dbName,
String name)
|
Partition |
HiveMetaStoreClient.appendPartition(String dbName,
String tableName,
String partName)
|
Partition |
HiveMetaStoreClient.appendPartitionByName(String dbName,
String tableName,
String partName)
|
void |
HiveMetaStore.HMSHandler.cancel_delegation_token(String token_str_form)
|
void |
IMetaStoreClient.cancelDelegationToken(String tokenStrForm)
|
void |
HiveMetaStoreClient.cancelDelegationToken(String tokenStrForm)
|
static void |
Warehouse.closeFs(org.apache.hadoop.fs.FileSystem fs)
|
void |
HiveMetaHook.commitCreateTable(Table table)
Called after successfully adding a new table definition to the metastore during CREATE TABLE. |
void |
HiveMetaHook.commitDropTable(Table table,
boolean deleteData)
Called after successfully removing a table definition from the metastore during DROP TABLE. |
void |
HiveMetaStore.HMSHandler.create_database(Database db)
|
boolean |
HiveMetaStore.HMSHandler.create_index(Index index_def)
|
boolean |
HiveMetaStore.HMSHandler.create_role(Role role)
|
boolean |
IMetaStoreClient.create_role(Role role)
|
boolean |
HiveMetaStoreClient.create_role(Role role)
|
void |
HiveMetaStore.HMSHandler.create_table(Table tbl)
|
boolean |
HiveMetaStore.HMSHandler.create_type(Type type)
|
static Table |
MetaStoreUtils.createColumnsetSchema(String name,
List<String> columns,
List<String> partCols,
org.apache.hadoop.conf.Configuration conf)
|
void |
RawStore.createDatabase(Database db)
|
void |
IMetaStoreClient.createDatabase(Database db)
|
void |
HiveMetaStoreClient.createDatabase(Database db)
Create a new Database |
void |
ObjectStore.createDatabase(Database db)
|
void |
IMetaStoreClient.createIndex(Index index,
Table indexTable)
create an index |
void |
HiveMetaStoreClient.createIndex(Index index,
Table indexTable)
create an index |
void |
RawStore.createTable(Table tbl)
|
void |
IMetaStoreClient.createTable(Table tbl)
|
void |
HiveMetaStoreClient.createTable(Table tbl)
|
void |
ObjectStore.createTable(Table tbl)
|
boolean |
HiveMetaStoreClient.createType(Type type)
|
boolean |
HiveMetaStoreFsImpl.deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
org.apache.hadoop.conf.Configuration conf)
|
boolean |
MetaStoreFS.deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
org.apache.hadoop.conf.Configuration conf)
delete a directory |
boolean |
Warehouse.deleteDir(org.apache.hadoop.fs.Path f,
boolean recursive)
|
static void |
MetaStoreUtils.deleteWHDirectory(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf,
boolean use_trash)
|
void |
HiveMetaStore.HMSHandler.drop_database(String dbName,
boolean deleteData,
boolean cascade)
|
boolean |
HiveMetaStore.HMSHandler.drop_index_by_name(String dbName,
String tblName,
String indexName,
boolean deleteData)
|
boolean |
HiveMetaStore.HMSHandler.drop_partition_by_name(String db_name,
String tbl_name,
String part_name,
boolean deleteData)
|
boolean |
HiveMetaStore.HMSHandler.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
HiveMetaStore.HMSHandler.drop_role(String roleName)
|
boolean |
IMetaStoreClient.drop_role(String role_name)
|
boolean |
HiveMetaStoreClient.drop_role(String roleName)
|
void |
HiveMetaStore.HMSHandler.drop_table(String dbname,
String name,
boolean deleteData)
|
boolean |
HiveMetaStore.HMSHandler.drop_type(String name)
|
boolean |
RawStore.dropDatabase(String dbname)
|
void |
IMetaStoreClient.dropDatabase(String name)
|
void |
HiveMetaStoreClient.dropDatabase(String name)
|
boolean |
ObjectStore.dropDatabase(String dbname)
|
void |
IMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb)
|
void |
HiveMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb)
|
void |
IMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb,
boolean cascade)
|
void |
HiveMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb,
boolean cascade)
|
boolean |
RawStore.dropIndex(String dbName,
String origTableName,
String indexName)
|
boolean |
ObjectStore.dropIndex(String dbName,
String origTableName,
String indexName)
|
boolean |
IMetaStoreClient.dropIndex(String db_name,
String tbl_name,
String name,
boolean deleteData)
|
boolean |
HiveMetaStoreClient.dropIndex(String dbName,
String tblName,
String name,
boolean deleteData)
|
boolean |
RawStore.dropPartition(String dbName,
String tableName,
List<String> part_vals)
|
boolean |
HiveMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals)
|
boolean |
ObjectStore.dropPartition(String dbName,
String tableName,
List<String> part_vals)
|
boolean |
IMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
HiveMetaStoreClient.dropPartition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
IMetaStoreClient.dropPartition(String db_name,
String tbl_name,
String name,
boolean deleteData)
|
boolean |
HiveMetaStoreClient.dropPartition(String dbName,
String tableName,
String partName,
boolean deleteData)
|
boolean |
HiveMetaStoreClient.dropPartitionByName(String dbName,
String tableName,
String partName,
boolean deleteData)
|
void |
IMetaStoreClient.dropTable(String tableName,
boolean deleteData)
Deprecated. As of release 0.6.0 replaced by IMetaStoreClient.dropTable(String, String, boolean, boolean) .
This method will be removed in release 0.7.0. |
void |
HiveMetaStoreClient.dropTable(String tableName,
boolean deleteData)
Deprecated. |
boolean |
RawStore.dropTable(String dbName,
String tableName)
|
void |
IMetaStoreClient.dropTable(String dbname,
String tableName)
|
void |
HiveMetaStoreClient.dropTable(String dbname,
String name)
|
boolean |
ObjectStore.dropTable(String dbName,
String tableName)
|
void |
IMetaStoreClient.dropTable(String dbname,
String tableName,
boolean deleteData,
boolean ignoreUknownTab)
Drop the table. |
void |
HiveMetaStoreClient.dropTable(String dbname,
String name,
boolean deleteData,
boolean ignoreUknownTab)
|
boolean |
HiveMetaStoreClient.dropType(String type)
|
List<String> |
HiveMetaStore.HMSHandler.get_all_databases()
|
List<String> |
HiveMetaStore.HMSHandler.get_all_tables(String dbname)
|
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.get_column_privilege_set(String dbName,
String tableName,
String partName,
String columnName,
String userName,
List<String> groupNames)
|
Database |
HiveMetaStore.HMSHandler.get_database(String name)
|
List<String> |
HiveMetaStore.HMSHandler.get_databases(String pattern)
|
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.get_db_privilege_set(String dbName,
String userName,
List<String> groupNames)
|
String |
HiveMetaStore.HMSHandler.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name)
|
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_fields(String db,
String tableName)
|
Index |
HiveMetaStore.HMSHandler.get_index_by_name(String dbName,
String tblName,
String indexName)
|
List<String> |
HiveMetaStore.HMSHandler.get_index_names(String dbName,
String tblName,
short maxIndexes)
|
List<Index> |
HiveMetaStore.HMSHandler.get_indexes(String dbName,
String tblName,
short maxIndexes)
|
Partition |
HiveMetaStore.HMSHandler.get_partition_by_name(String db_name,
String tbl_name,
String part_name)
|
List<String> |
HiveMetaStore.HMSHandler.get_partition_names_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<String> |
HiveMetaStore.HMSHandler.get_partition_names(String db_name,
String tbl_name,
short max_parts)
|
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.get_partition_privilege_set(String dbName,
String tableName,
String partName,
String userName,
List<String> groupNames)
|
Partition |
HiveMetaStore.HMSHandler.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names)
|
Partition |
HiveMetaStore.HMSHandler.get_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions_by_filter(String dbName,
String tblName,
String filter,
short maxParts)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions_by_names(String dbName,
String tblName,
List<String> partNames)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String userName,
List<String> groupNames)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions_with_auth(String dbName,
String tblName,
short maxParts,
String userName,
List<String> groupNames)
|
List<Partition> |
HiveMetaStore.HMSHandler.get_partitions(String db_name,
String tbl_name,
short max_parts)
|
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.get_privilege_set(HiveObjectRef hiveObject,
String userName,
List<String> groupNames)
|
PrincipalPrivilegeSet |
IMetaStoreClient.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
PrincipalPrivilegeSet |
HiveMetaStoreClient.get_privilege_set(HiveObjectRef hiveObject,
String userName,
List<String> groupNames)
|
List<String> |
HiveMetaStore.HMSHandler.get_role_names()
|
List<FieldSchema> |
HiveMetaStore.HMSHandler.get_schema(String db,
String tableName)
Return the schema of the table. |
List<String> |
HiveMetaStore.HMSHandler.get_table_names_by_filter(String dbName,
String filter,
short maxTables)
|
List<Table> |
HiveMetaStore.HMSHandler.get_table_objects_by_name(String dbname,
List<String> names)
Gets multiple tables from the hive metastore. |
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.get_table_privilege_set(String dbName,
String tableName,
String userName,
List<String> groupNames)
|
Table |
HiveMetaStore.HMSHandler.get_table(String dbname,
String name)
|
List<String> |
HiveMetaStore.HMSHandler.get_tables(String dbname,
String pattern)
|
Map<String,Type> |
HiveMetaStore.HMSHandler.get_type_all(String name)
|
Type |
HiveMetaStore.HMSHandler.get_type(String name)
|
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.get_user_privilege_set(String userName,
List<String> groupNames)
|
List<String> |
RawStore.getAllDatabases()
|
List<String> |
IMetaStoreClient.getAllDatabases()
Get the names of all databases in the MetaStore. |
List<String> |
HiveMetaStoreClient.getAllDatabases()
Get the names of all databases in the MetaStore. |
List<String> |
ObjectStore.getAllDatabases()
|
List<String> |
RawStore.getAllTables(String dbName)
|
List<String> |
IMetaStoreClient.getAllTables(String dbName)
Get the names of all tables in the specified database. |
List<String> |
HiveMetaStoreClient.getAllTables(String dbname)
Get the names of all tables in the specified database. |
List<String> |
ObjectStore.getAllTables(String dbName)
|
PrincipalPrivilegeSet |
RawStore.getColumnPrivilegeSet(String dbName,
String tableName,
String partitionName,
String columnName,
String userName,
List<String> groupNames)
|
PrincipalPrivilegeSet |
ObjectStore.getColumnPrivilegeSet(String dbName,
String tableName,
String partitionName,
String columnName,
String userName,
List<String> groupNames)
|
Database |
IMetaStoreClient.getDatabase(String databaseName)
Get a Database Object |
Database |
HiveMetaStoreClient.getDatabase(String name)
|
org.apache.hadoop.fs.Path |
Warehouse.getDatabasePath(Database db)
|
List<String> |
RawStore.getDatabases(String pattern)
|
List<String> |
IMetaStoreClient.getDatabases(String databasePattern)
Get the names of all databases in the MetaStore that match the given pattern. |
List<String> |
HiveMetaStoreClient.getDatabases(String databasePattern)
Get the names of all databases in the MetaStore that match the given pattern. |
List<String> |
ObjectStore.getDatabases(String pattern)
|
List<PrivilegeGrantInfo> |
ObjectStore.getDBPrivilege(String dbName,
String principalName,
PrincipalType principalType)
|
PrincipalPrivilegeSet |
RawStore.getDBPrivilegeSet(String dbName,
String userName,
List<String> groupNames)
|
PrincipalPrivilegeSet |
ObjectStore.getDBPrivilegeSet(String dbName,
String userName,
List<String> groupNames)
|
String |
HiveMetaStoreClient.getDelegationToken(String renewerKerberosPrincipalName)
|
String |
IMetaStoreClient.getDelegationToken(String owner,
String renewerKerberosPrincipalName)
|
String |
HiveMetaStoreClient.getDelegationToken(String owner,
String renewerKerberosPrincipalName)
|
static Deserializer |
MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf,
Partition part,
Table table)
getDeserializer Get the Deserializer for a partition. |
static Deserializer |
MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf,
Properties schema)
getDeserializer Get the Deserializer for a table given its name and properties. |
static Deserializer |
MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf,
Table table)
getDeserializer Get the Deserializer for a table. |
org.apache.hadoop.fs.Path |
Warehouse.getDnsPath(org.apache.hadoop.fs.Path path)
Hadoop File System reverse lookups paths with raw ip addresses The File System URI always contains the canonical DNS name of the Namenode. |
List<FieldSchema> |
IMetaStoreClient.getFields(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStoreClient.getFields(String db,
String tableName)
|
static List<FieldSchema> |
MetaStoreUtils.getFieldsFromDeserializer(String tableName,
Deserializer deserializer)
|
org.apache.hadoop.fs.FileSystem |
Warehouse.getFs(org.apache.hadoop.fs.Path f)
Helper functions to convert IOException to MetaException |
HiveMetaHook |
HiveMetaHookLoader.getHook(Table tbl)
Loads a hook for the specified table. |
Index |
RawStore.getIndex(String dbName,
String origTableName,
String indexName)
|
Index |
IMetaStoreClient.getIndex(String dbName,
String tblName,
String indexName)
|
Index |
HiveMetaStoreClient.getIndex(String dbName,
String tblName,
String indexName)
|
Index |
ObjectStore.getIndex(String dbName,
String origTableName,
String indexName)
|
List<Index> |
RawStore.getIndexes(String dbName,
String origTableName,
int max)
|
List<Index> |
ObjectStore.getIndexes(String dbName,
String origTableName,
int max)
|
RawStore |
HiveMetaStore.HMSHandler.getMS(boolean reloadConf)
Get a cached RawStore. |
Partition |
RawStore.getPartition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
IMetaStoreClient.getPartition(String tblName,
String dbName,
List<String> partVals)
|
Partition |
HiveMetaStoreClient.getPartition(String db_name,
String tbl_name,
List<String> part_vals)
|
Partition |
ObjectStore.getPartition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
IMetaStoreClient.getPartition(String dbName,
String tblName,
String name)
|
Partition |
HiveMetaStoreClient.getPartition(String db,
String tableName,
String partName)
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(Database db,
String tableName,
LinkedHashMap<String,String> pm)
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(org.apache.hadoop.fs.Path tblPath,
LinkedHashMap<String,String> pm)
|
PrincipalPrivilegeSet |
RawStore.getPartitionPrivilegeSet(String dbName,
String tableName,
String partition,
String userName,
List<String> groupNames)
|
PrincipalPrivilegeSet |
ObjectStore.getPartitionPrivilegeSet(String dbName,
String tableName,
String partition,
String userName,
List<String> groupNames)
|
List<Partition> |
RawStore.getPartitions(String dbName,
String tableName,
int max)
|
List<Partition> |
ObjectStore.getPartitions(String dbName,
String tableName,
int max)
|
List<Partition> |
RawStore.getPartitionsByFilter(String dbName,
String tblName,
String filter,
short maxParts)
|
List<Partition> |
ObjectStore.getPartitionsByFilter(String dbName,
String tblName,
String filter,
short maxParts)
|
List<Partition> |
RawStore.getPartitionsByNames(String dbName,
String tblName,
List<String> partNames)
|
List<Partition> |
IMetaStoreClient.getPartitionsByNames(String db_name,
String tbl_name,
List<String> part_names)
Get partitions by a list of partition names. |
List<Partition> |
HiveMetaStoreClient.getPartitionsByNames(String db_name,
String tbl_name,
List<String> part_names)
|
List<Partition> |
ObjectStore.getPartitionsByNames(String dbName,
String tblName,
List<String> partNames)
|
List<Partition> |
RawStore.getPartitionsWithAuth(String dbName,
String tblName,
short maxParts,
String userName,
List<String> groupNames)
|
List<Partition> |
ObjectStore.getPartitionsWithAuth(String dbName,
String tblName,
short maxParts,
String userName,
List<String> groupNames)
|
Partition |
RawStore.getPartitionWithAuth(String dbName,
String tblName,
List<String> partVals,
String user_name,
List<String> group_names)
|
Partition |
ObjectStore.getPartitionWithAuth(String dbName,
String tblName,
List<String> partVals,
String user_name,
List<String> group_names)
|
Partition |
IMetaStoreClient.getPartitionWithAuthInfo(String dbName,
String tableName,
List<String> pvals,
String userName,
List<String> groupNames)
|
Partition |
HiveMetaStoreClient.getPartitionWithAuthInfo(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names)
|
static List<String> |
Warehouse.getPartValuesFromPartName(String partName)
|
List<FieldSchema> |
IMetaStoreClient.getSchema(String db,
String tableName)
|
List<FieldSchema> |
HiveMetaStoreClient.getSchema(String db,
String tableName)
|
Table |
IMetaStoreClient.getTable(String tableName)
Deprecated. As of release 0.6.0 replaced by IMetaStoreClient.getTable(String, String) .
This method will be removed in release 0.7.0. |
Table |
HiveMetaStoreClient.getTable(String tableName)
Deprecated. |
Table |
RawStore.getTable(String dbName,
String tableName)
|
Table |
IMetaStoreClient.getTable(String dbName,
String tableName)
Get a table object. |
Table |
HiveMetaStoreClient.getTable(String dbname,
String name)
|
Table |
ObjectStore.getTable(String dbName,
String tableName)
|
List<Table> |
RawStore.getTableObjectsByName(String dbname,
List<String> tableNames)
|
List<Table> |
IMetaStoreClient.getTableObjectsByName(String dbName,
List<String> tableNames)
|
List<Table> |
HiveMetaStoreClient.getTableObjectsByName(String dbName,
List<String> tableNames)
|
List<Table> |
ObjectStore.getTableObjectsByName(String db,
List<String> tbl_names)
|
org.apache.hadoop.fs.Path |
Warehouse.getTablePath(Database db,
String tableName)
|
org.apache.hadoop.fs.Path |
Warehouse.getTablePath(String whRootString,
String tableName)
|
PrincipalPrivilegeSet |
RawStore.getTablePrivilegeSet(String dbName,
String tableName,
String userName,
List<String> groupNames)
|
PrincipalPrivilegeSet |
ObjectStore.getTablePrivilegeSet(String dbName,
String tableName,
String userName,
List<String> groupNames)
|
List<String> |
RawStore.getTables(String dbName,
String pattern)
|
List<String> |
IMetaStoreClient.getTables(String dbName,
String tablePattern)
Get the names of all tables in the specified database that satisfy the supplied table name pattern. |
List<String> |
HiveMetaStoreClient.getTables(String dbname,
String tablePattern)
Get the names of all tables in the specified database that satisfy the supplied table name pattern. |
List<String> |
ObjectStore.getTables(String dbName,
String pattern)
|
Type |
HiveMetaStoreClient.getType(String name)
|
Map<String,Type> |
HiveMetaStoreClient.getTypeAll(String name)
|
PrincipalPrivilegeSet |
RawStore.getUserPrivilegeSet(String userName,
List<String> groupNames)
|
PrincipalPrivilegeSet |
ObjectStore.getUserPrivilegeSet(String userName,
List<String> groupNames)
|
org.apache.hadoop.fs.Path |
Warehouse.getWhRoot()
Resolve the configured warehouse root dir with respect to the configuration This involves opening the FileSystem corresponding to the warehouse root dir (but that should be ok given that this is only called during DDL statements for non-external tables). |
boolean |
HiveMetaStore.HMSHandler.grant_privileges(PrivilegeBag privileges)
|
boolean |
IMetaStoreClient.grant_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStoreClient.grant_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStore.HMSHandler.grant_role(String roleName,
String userName,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption)
|
boolean |
IMetaStoreClient.grant_role(String role_name,
String user_name,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption)
|
boolean |
HiveMetaStoreClient.grant_role(String roleName,
String userName,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption)
|
boolean |
RawStore.grantPrivileges(PrivilegeBag privileges)
|
boolean |
ObjectStore.grantPrivileges(PrivilegeBag privileges)
|
boolean |
RawStore.grantRole(Role role,
String userName,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption)
|
boolean |
ObjectStore.grantRole(Role role,
String userName,
PrincipalType principalType,
String grantor,
PrincipalType grantorType,
boolean grantOption)
|
boolean |
Warehouse.isDir(org.apache.hadoop.fs.Path f)
|
boolean |
RawStore.isPartitionMarkedForEvent(String dbName,
String tblName,
Map<String,String> partName,
PartitionEventType evtType)
|
boolean |
HiveMetaStore.HMSHandler.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partName,
PartitionEventType evtType)
|
boolean |
IMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
|
boolean |
HiveMetaStoreClient.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
|
boolean |
ObjectStore.isPartitionMarkedForEvent(String dbName,
String tblName,
Map<String,String> partName,
PartitionEventType evtType)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_column_privileges(String principalName,
PrincipalType principalType,
String dbName,
String tableName,
List<String> partValues,
String columnName)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_db_privileges(String principalName,
PrincipalType principalType,
String dbName)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_global_privileges(String principalName,
PrincipalType principalType)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_partition_privileges(String principalName,
PrincipalType principalType,
String dbName,
String tableName,
List<String> partValues)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_privileges(String principalName,
PrincipalType principalType,
HiveObjectRef hiveObject)
|
List<HiveObjectPrivilege> |
IMetaStoreClient.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
List<HiveObjectPrivilege> |
HiveMetaStoreClient.list_privileges(String principalName,
PrincipalType principalType,
HiveObjectRef hiveObject)
|
List<Role> |
HiveMetaStore.HMSHandler.list_roles(String principalName,
PrincipalType principalType)
|
List<Role> |
IMetaStoreClient.list_roles(String principalName,
PrincipalType principalType)
|
List<Role> |
HiveMetaStoreClient.list_roles(String principalName,
PrincipalType principalType)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_table_privileges(String principalName,
PrincipalType principalType,
String dbName,
String tableName)
|
List<Index> |
IMetaStoreClient.listIndexes(String db_name,
String tbl_name,
short max)
list indexes of the give base table |
List<Index> |
HiveMetaStoreClient.listIndexes(String dbName,
String tblName,
short max)
list all the index names of the give base table. |
List<String> |
RawStore.listIndexNames(String dbName,
String origTableName,
short max)
|
List<String> |
IMetaStoreClient.listIndexNames(String db_name,
String tbl_name,
short max)
list all the index names of the give base table. |
List<String> |
HiveMetaStoreClient.listIndexNames(String dbName,
String tblName,
short max)
list indexes of the give base table |
List<String> |
ObjectStore.listIndexNames(String dbName,
String origTableName,
short max)
|
List<String> |
IMetaStoreClient.listPartitionNames(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<String> |
HiveMetaStoreClient.listPartitionNames(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<String> |
RawStore.listPartitionNames(String db_name,
String tbl_name,
short max_parts)
|
List<String> |
IMetaStoreClient.listPartitionNames(String db_name,
String tbl_name,
short max_parts)
|
List<String> |
HiveMetaStoreClient.listPartitionNames(String dbName,
String tblName,
short max)
|
List<String> |
ObjectStore.listPartitionNames(String dbName,
String tableName,
short max)
|
List<String> |
RawStore.listPartitionNamesByFilter(String db_name,
String tbl_name,
String filter,
short max_parts)
|
List<String> |
ObjectStore.listPartitionNamesByFilter(String dbName,
String tableName,
String filter,
short maxParts)
|
List<String> |
RawStore.listPartitionNamesPs(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
Lists partition names that match a given partial specification |
List<String> |
ObjectStore.listPartitionNamesPs(String dbName,
String tableName,
List<String> part_vals,
short max_parts)
|
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<Partition> |
IMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts)
|
List<Partition> |
HiveMetaStoreClient.listPartitions(String db_name,
String tbl_name,
short max_parts)
|
List<Partition> |
IMetaStoreClient.listPartitionsByFilter(String db_name,
String tbl_name,
String filter,
short max_parts)
Get list of partitions matching specified filter |
List<Partition> |
HiveMetaStoreClient.listPartitionsByFilter(String db_name,
String tbl_name,
String filter,
short max_parts)
Get list of partitions matching specified filter |
List<Partition> |
RawStore.listPartitionsPsWithAuth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String userName,
List<String> groupNames)
Lists partitions that match a given partial specification and sets their auth privileges. |
List<Partition> |
ObjectStore.listPartitionsPsWithAuth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String userName,
List<String> groupNames)
|
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String dbName,
String tableName,
List<String> partialPvals,
short s,
String userName,
List<String> groupNames)
|
List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfo(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names)
|
List<Partition> |
IMetaStoreClient.listPartitionsWithAuthInfo(String dbName,
String tableName,
short s,
String userName,
List<String> groupNames)
|
List<Partition> |
HiveMetaStoreClient.listPartitionsWithAuthInfo(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names)
|
List<String> |
IMetaStoreClient.listRoleNames()
list all role names |
List<String> |
HiveMetaStoreClient.listRoleNames()
|
List<String> |
RawStore.listTableNamesByFilter(String dbName,
String filter,
short max_tables)
Gets a list of tables based on a filter string and filter type. |
List<String> |
IMetaStoreClient.listTableNamesByFilter(String dbName,
String filter,
short maxTables)
Get a list of table names that match a filter. |
List<String> |
HiveMetaStoreClient.listTableNamesByFilter(String dbName,
String filter,
short maxTables)
Get a list of table names that match a filter. |
List<String> |
ObjectStore.listTableNamesByFilter(String dbName,
String filter,
short maxTables)
|
static void |
MetaStoreUtils.makeDir(org.apache.hadoop.fs.Path path,
HiveConf hiveConf)
|
static String |
Warehouse.makePartName(List<FieldSchema> partCols,
List<String> vals)
|
static String |
Warehouse.makePartName(List<FieldSchema> partCols,
List<String> vals,
String defaultStr)
Makes a valid partition name. |
static String |
Warehouse.makePartName(Map<String,String> spec,
boolean addTrailingSeperator)
Makes a partition name from a specification |
static String |
Warehouse.makePartPath(Map<String,String> spec)
Given a partition specification, return the path corresponding to the partition spec. |
static LinkedHashMap<String,String> |
Warehouse.makeSpecFromName(String name)
|
Table |
RawStore.markPartitionForEvent(String dbName,
String tblName,
Map<String,String> partVals,
PartitionEventType evtType)
|
void |
HiveMetaStore.HMSHandler.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partName,
PartitionEventType evtType)
|
void |
IMetaStoreClient.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
|
void |
HiveMetaStoreClient.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> partKVs,
PartitionEventType eventType)
|
Table |
ObjectStore.markPartitionForEvent(String dbName,
String tblName,
Map<String,String> partName,
PartitionEventType evtType)
|
boolean |
Warehouse.mkdirs(org.apache.hadoop.fs.Path f)
|
void |
DummyListener.onAddPartition(AddPartitionEvent partition)
|
abstract void |
MetaStoreEventListener.onAddPartition(AddPartitionEvent partitionEvent)
|
void |
DummyListener.onAlterPartition(AlterPartitionEvent event)
|
abstract void |
MetaStoreEventListener.onAlterPartition(AlterPartitionEvent partitionEvent)
|
void |
DummyListener.onAlterTable(AlterTableEvent event)
|
abstract void |
MetaStoreEventListener.onAlterTable(AlterTableEvent tableEvent)
|
void |
DummyListener.onCreateDatabase(CreateDatabaseEvent db)
|
abstract void |
MetaStoreEventListener.onCreateDatabase(CreateDatabaseEvent dbEvent)
|
void |
DummyListener.onCreateTable(CreateTableEvent table)
|
abstract void |
MetaStoreEventListener.onCreateTable(CreateTableEvent tableEvent)
|
void |
DummyListener.onDropDatabase(DropDatabaseEvent db)
|
abstract void |
MetaStoreEventListener.onDropDatabase(DropDatabaseEvent dbEvent)
|
void |
DummyListener.onDropPartition(DropPartitionEvent partition)
|
abstract void |
MetaStoreEventListener.onDropPartition(DropPartitionEvent partitionEvent)
|
void |
DummyListener.onDropTable(DropTableEvent table)
|
abstract void |
MetaStoreEventListener.onDropTable(DropTableEvent tableEvent)
|
void |
DummyListener.onLoadPartitionDone(LoadPartitionDoneEvent partEvent)
|
abstract void |
MetaStoreEventListener.onLoadPartitionDone(LoadPartitionDoneEvent partSetDoneEvent)
|
Map<String,String> |
HiveMetaStore.HMSHandler.partition_name_to_spec(String part_name)
|
List<String> |
HiveMetaStore.HMSHandler.partition_name_to_vals(String part_name)
|
Map<String,String> |
IMetaStoreClient.partitionNameToSpec(String name)
|
Map<String,String> |
HiveMetaStoreClient.partitionNameToSpec(String name)
|
List<String> |
IMetaStoreClient.partitionNameToVals(String name)
|
List<String> |
HiveMetaStoreClient.partitionNameToVals(String name)
|
void |
HiveMetaHook.preCreateTable(Table table)
Called before a new table definition is added to the metastore during CREATE TABLE. |
void |
HiveMetaHook.preDropTable(Table table)
Called before a table definition is removed from the metastore during DROP TABLE. |
boolean |
RawStore.removeRole(String roleName)
|
boolean |
ObjectStore.removeRole(String roleName)
|
void |
HiveMetaStore.HMSHandler.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part)
|
void |
IMetaStoreClient.renamePartition(String dbname,
String name,
List<String> part_vals,
Partition newPart)
rename a partition to a new partition |
void |
HiveMetaStoreClient.renamePartition(String dbname,
String name,
List<String> part_vals,
Partition newPart)
|
long |
HiveMetaStore.HMSHandler.renew_delegation_token(String token_str_form)
|
long |
IMetaStoreClient.renewDelegationToken(String tokenStrForm)
|
long |
HiveMetaStoreClient.renewDelegationToken(String tokenStrForm)
|
boolean |
HiveMetaStore.HMSHandler.revoke_privileges(PrivilegeBag privileges)
|
boolean |
IMetaStoreClient.revoke_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStoreClient.revoke_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStore.HMSHandler.revoke_role(String roleName,
String userName,
PrincipalType principalType)
|
boolean |
IMetaStoreClient.revoke_role(String role_name,
String user_name,
PrincipalType principalType)
|
boolean |
HiveMetaStoreClient.revoke_role(String roleName,
String userName,
PrincipalType principalType)
|
boolean |
RawStore.revokePrivileges(PrivilegeBag privileges)
|
boolean |
ObjectStore.revokePrivileges(PrivilegeBag privileges)
|
boolean |
RawStore.revokeRole(Role role,
String userName,
PrincipalType principalType)
|
boolean |
ObjectStore.revokeRole(Role role,
String userName,
PrincipalType principalType)
|
void |
HiveMetaHook.rollbackCreateTable(Table table)
Called after failure adding a new table definition to the metastore during CREATE TABLE. |
void |
HiveMetaHook.rollbackDropTable(Table table)
Called after failure removing a table definition from the metastore during DROP TABLE. |
boolean |
HiveMetaStore.HMSHandler.set_table_parameters(String dbname,
String name,
Map<String,String> params)
|
boolean |
IMetaStoreClient.tableExists(String tableName)
Deprecated. As of release 0.6.0 replaced by IMetaStoreClient.tableExists(String, String) .
This method will be removed in release 0.7.0. |
boolean |
HiveMetaStoreClient.tableExists(String tableName)
Deprecated. |
boolean |
IMetaStoreClient.tableExists(String databaseName,
String tableName)
|
boolean |
HiveMetaStoreClient.tableExists(String databaseName,
String tableName)
|
void |
TestMarkPartition.testMarkingPartitionSet()
|
Constructors in org.apache.hadoop.hive.metastore that throw MetaException | |
---|---|
HiveMetaStore.HMSHandler(String name)
|
|
HiveMetaStore.HMSHandler(String name,
HiveConf conf)
|
|
HiveMetaStoreClient(HiveConf conf)
|
|
HiveMetaStoreClient(HiveConf conf,
HiveMetaHookLoader hookLoader)
|
|
Warehouse(org.apache.hadoop.conf.Configuration conf)
|
Uses of MetaException in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return MetaException | |
---|---|
MetaException |
MetaException.deepCopy()
|
MetaException |
ThriftHiveMetastore.get_databases_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_all_databases_result.getO1()
|
MetaException |
ThriftHiveMetastore.alter_database_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_type_result.getO1()
|
MetaException |
ThriftHiveMetastore.drop_type_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_fields_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_schema_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_tables_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_all_tables_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_table_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_table_objects_by_name_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_table_names_by_filter_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partition_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partition_with_auth_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partition_by_name_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partitions_ps_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partition_names_ps_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partitions_by_filter_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_partitions_by_names_result.getO1()
|
MetaException |
ThriftHiveMetastore.partition_name_to_vals_result.getO1()
|
MetaException |
ThriftHiveMetastore.partition_name_to_spec_result.getO1()
|
MetaException |
ThriftHiveMetastore.markPartitionForEvent_result.getO1()
|
MetaException |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_index_by_name_result.getO1()
|
MetaException |
ThriftHiveMetastore.create_role_result.getO1()
|
MetaException |
ThriftHiveMetastore.drop_role_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_role_names_result.getO1()
|
MetaException |
ThriftHiveMetastore.grant_role_result.getO1()
|
MetaException |
ThriftHiveMetastore.revoke_role_result.getO1()
|
MetaException |
ThriftHiveMetastore.list_roles_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_privilege_set_result.getO1()
|
MetaException |
ThriftHiveMetastore.list_privileges_result.getO1()
|
MetaException |
ThriftHiveMetastore.grant_privileges_result.getO1()
|
MetaException |
ThriftHiveMetastore.revoke_privileges_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_delegation_token_result.getO1()
|
MetaException |
ThriftHiveMetastore.renew_delegation_token_result.getO1()
|
MetaException |
ThriftHiveMetastore.cancel_delegation_token_result.getO1()
|
MetaException |
ThriftHiveMetastore.get_database_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_type_all_result.getO2()
|
MetaException |
ThriftHiveMetastore.alter_table_result.getO2()
|
MetaException |
ThriftHiveMetastore.drop_partition_result.getO2()
|
MetaException |
ThriftHiveMetastore.drop_partition_by_name_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_partitions_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_partitions_with_auth_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_partition_names_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.getO2()
|
MetaException |
ThriftHiveMetastore.alter_partition_result.getO2()
|
MetaException |
ThriftHiveMetastore.rename_partition_result.getO2()
|
MetaException |
ThriftHiveMetastore.alter_index_result.getO2()
|
MetaException |
ThriftHiveMetastore.drop_index_by_name_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_indexes_result.getO2()
|
MetaException |
ThriftHiveMetastore.get_index_names_result.getO2()
|
MetaException |
ThriftHiveMetastore.create_database_result.getO3()
|
MetaException |
ThriftHiveMetastore.drop_database_result.getO3()
|
MetaException |
ThriftHiveMetastore.create_type_result.getO3()
|
MetaException |
ThriftHiveMetastore.create_table_result.getO3()
|
MetaException |
ThriftHiveMetastore.drop_table_result.getO3()
|
MetaException |
ThriftHiveMetastore.add_partition_result.getO3()
|
MetaException |
ThriftHiveMetastore.add_partitions_result.getO3()
|
MetaException |
ThriftHiveMetastore.append_partition_result.getO3()
|
MetaException |
ThriftHiveMetastore.append_partition_by_name_result.getO3()
|
MetaException |
ThriftHiveMetastore.add_index_result.getO3()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type MetaException | |
---|---|
int |
MetaException.compareTo(MetaException other)
|
boolean |
MetaException.equals(MetaException that)
|
void |
ThriftHiveMetastore.get_databases_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_all_databases_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.alter_database_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_type_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.drop_type_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_fields_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_schema_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_tables_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_all_tables_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_table_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_table_objects_by_name_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_table_names_by_filter_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partition_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partition_with_auth_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partition_by_name_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partitions_ps_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partition_names_ps_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partitions_by_filter_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_partitions_by_names_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.partition_name_to_vals_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.partition_name_to_spec_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.markPartitionForEvent_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.isPartitionMarkedForEvent_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_index_by_name_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.create_role_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.drop_role_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_role_names_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.grant_role_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.revoke_role_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.list_roles_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_privilege_set_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.list_privileges_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.grant_privileges_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.revoke_privileges_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_delegation_token_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.renew_delegation_token_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.cancel_delegation_token_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.get_database_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_type_all_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.alter_table_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.drop_partition_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.drop_partition_by_name_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_partitions_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_partitions_with_auth_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_partition_names_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_partitions_ps_with_auth_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.alter_partition_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.rename_partition_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.alter_index_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.drop_index_by_name_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_indexes_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.get_index_names_result.setO2(MetaException o2)
|
void |
ThriftHiveMetastore.create_database_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.drop_database_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.create_type_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.create_table_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.drop_table_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.add_partition_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.add_partitions_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.append_partition_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.append_partition_by_name_result.setO3(MetaException o3)
|
void |
ThriftHiveMetastore.add_index_result.setO3(MetaException o3)
|
Methods in org.apache.hadoop.hive.metastore.api that throw MetaException | |
---|---|
Index |
ThriftHiveMetastore.Iface.add_index(Index new_index,
Table index_table)
|
Index |
ThriftHiveMetastore.Client.add_index(Index new_index,
Table index_table)
|
Partition |
ThriftHiveMetastore.Iface.add_partition(Partition new_part)
|
Partition |
ThriftHiveMetastore.Client.add_partition(Partition new_part)
|
int |
ThriftHiveMetastore.Iface.add_partitions(List<Partition> new_parts)
|
int |
ThriftHiveMetastore.Client.add_partitions(List<Partition> new_parts)
|
void |
ThriftHiveMetastore.Iface.alter_database(String dbname,
Database db)
|
void |
ThriftHiveMetastore.Client.alter_database(String dbname,
Database db)
|
void |
ThriftHiveMetastore.Iface.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx)
|
void |
ThriftHiveMetastore.Client.alter_index(String dbname,
String base_tbl_name,
String idx_name,
Index new_idx)
|
void |
ThriftHiveMetastore.Iface.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
ThriftHiveMetastore.Client.alter_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
ThriftHiveMetastore.Iface.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
void |
ThriftHiveMetastore.Client.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
Partition |
ThriftHiveMetastore.Iface.append_partition_by_name(String db_name,
String tbl_name,
String part_name)
|
Partition |
ThriftHiveMetastore.Client.append_partition_by_name(String db_name,
String tbl_name,
String part_name)
|
Partition |
ThriftHiveMetastore.Iface.append_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
Partition |
ThriftHiveMetastore.Client.append_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
void |
ThriftHiveMetastore.Iface.cancel_delegation_token(String token_str_form)
|
void |
ThriftHiveMetastore.Client.cancel_delegation_token(String token_str_form)
|
void |
ThriftHiveMetastore.Iface.create_database(Database database)
|
void |
ThriftHiveMetastore.Client.create_database(Database database)
|
boolean |
ThriftHiveMetastore.Iface.create_role(Role role)
|
boolean |
ThriftHiveMetastore.Client.create_role(Role role)
|
void |
ThriftHiveMetastore.Iface.create_table(Table tbl)
|
void |
ThriftHiveMetastore.Client.create_table(Table tbl)
|
boolean |
ThriftHiveMetastore.Iface.create_type(Type type)
|
boolean |
ThriftHiveMetastore.Client.create_type(Type type)
|
void |
ThriftHiveMetastore.Iface.drop_database(String name,
boolean deleteData,
boolean cascade)
|
void |
ThriftHiveMetastore.Client.drop_database(String name,
boolean deleteData,
boolean cascade)
|
boolean |
ThriftHiveMetastore.Iface.drop_index_by_name(String db_name,
String tbl_name,
String index_name,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Client.drop_index_by_name(String db_name,
String tbl_name,
String index_name,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Iface.drop_partition_by_name(String db_name,
String tbl_name,
String part_name,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Client.drop_partition_by_name(String db_name,
String tbl_name,
String part_name,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Iface.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Client.drop_partition(String db_name,
String tbl_name,
List<String> part_vals,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Iface.drop_role(String role_name)
|
boolean |
ThriftHiveMetastore.Client.drop_role(String role_name)
|
void |
ThriftHiveMetastore.Iface.drop_table(String dbname,
String name,
boolean deleteData)
|
void |
ThriftHiveMetastore.Client.drop_table(String dbname,
String name,
boolean deleteData)
|
boolean |
ThriftHiveMetastore.Iface.drop_type(String type)
|
boolean |
ThriftHiveMetastore.Client.drop_type(String type)
|
List<String> |
ThriftHiveMetastore.Iface.get_all_databases()
|
List<String> |
ThriftHiveMetastore.Client.get_all_databases()
|
List<String> |
ThriftHiveMetastore.Iface.get_all_tables(String db_name)
|
List<String> |
ThriftHiveMetastore.Client.get_all_tables(String db_name)
|
Database |
ThriftHiveMetastore.Iface.get_database(String name)
|
Database |
ThriftHiveMetastore.Client.get_database(String name)
|
List<String> |
ThriftHiveMetastore.Iface.get_databases(String pattern)
|
List<String> |
ThriftHiveMetastore.Client.get_databases(String pattern)
|
String |
ThriftHiveMetastore.Iface.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name)
|
String |
ThriftHiveMetastore.Client.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_fields(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.get_fields(String db_name,
String table_name)
|
Index |
ThriftHiveMetastore.Iface.get_index_by_name(String db_name,
String tbl_name,
String index_name)
|
Index |
ThriftHiveMetastore.Client.get_index_by_name(String db_name,
String tbl_name,
String index_name)
|
List<String> |
ThriftHiveMetastore.Iface.get_index_names(String db_name,
String tbl_name,
short max_indexes)
|
List<String> |
ThriftHiveMetastore.Client.get_index_names(String db_name,
String tbl_name,
short max_indexes)
|
List<Index> |
ThriftHiveMetastore.Iface.get_indexes(String db_name,
String tbl_name,
short max_indexes)
|
List<Index> |
ThriftHiveMetastore.Client.get_indexes(String db_name,
String tbl_name,
short max_indexes)
|
Partition |
ThriftHiveMetastore.Iface.get_partition_by_name(String db_name,
String tbl_name,
String part_name)
|
Partition |
ThriftHiveMetastore.Client.get_partition_by_name(String db_name,
String tbl_name,
String part_name)
|
List<String> |
ThriftHiveMetastore.Iface.get_partition_names_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<String> |
ThriftHiveMetastore.Client.get_partition_names_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<String> |
ThriftHiveMetastore.Iface.get_partition_names(String db_name,
String tbl_name,
short max_parts)
|
List<String> |
ThriftHiveMetastore.Client.get_partition_names(String db_name,
String tbl_name,
short max_parts)
|
Partition |
ThriftHiveMetastore.Iface.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names)
|
Partition |
ThriftHiveMetastore.Client.get_partition_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
String user_name,
List<String> group_names)
|
Partition |
ThriftHiveMetastore.Iface.get_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
Partition |
ThriftHiveMetastore.Client.get_partition(String db_name,
String tbl_name,
List<String> part_vals)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_filter(String db_name,
String tbl_name,
String filter,
short max_parts)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_by_names(String db_name,
String tbl_name,
List<String> names)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_ps_with_auth(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts,
String user_name,
List<String> group_names)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_ps(String db_name,
String tbl_name,
List<String> part_vals,
short max_parts)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions_with_auth(String db_name,
String tbl_name,
short max_parts,
String user_name,
List<String> group_names)
|
List<Partition> |
ThriftHiveMetastore.Iface.get_partitions(String db_name,
String tbl_name,
short max_parts)
|
List<Partition> |
ThriftHiveMetastore.Client.get_partitions(String db_name,
String tbl_name,
short max_parts)
|
PrincipalPrivilegeSet |
ThriftHiveMetastore.Iface.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
PrincipalPrivilegeSet |
ThriftHiveMetastore.Client.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
List<String> |
ThriftHiveMetastore.Iface.get_role_names()
|
List<String> |
ThriftHiveMetastore.Client.get_role_names()
|
List<FieldSchema> |
ThriftHiveMetastore.Iface.get_schema(String db_name,
String table_name)
|
List<FieldSchema> |
ThriftHiveMetastore.Client.get_schema(String db_name,
String table_name)
|
List<String> |
ThriftHiveMetastore.Iface.get_table_names_by_filter(String dbname,
String filter,
short max_tables)
|
List<String> |
ThriftHiveMetastore.Client.get_table_names_by_filter(String dbname,
String filter,
short max_tables)
|
List<Table> |
ThriftHiveMetastore.Iface.get_table_objects_by_name(String dbname,
List<String> tbl_names)
|
List<Table> |
ThriftHiveMetastore.Client.get_table_objects_by_name(String dbname,
List<String> tbl_names)
|
Table |
ThriftHiveMetastore.Iface.get_table(String dbname,
String tbl_name)
|
Table |
ThriftHiveMetastore.Client.get_table(String dbname,
String tbl_name)
|
List<String> |
ThriftHiveMetastore.Iface.get_tables(String db_name,
String pattern)
|
List<String> |
ThriftHiveMetastore.Client.get_tables(String db_name,
String pattern)
|
Map<String,Type> |
ThriftHiveMetastore.Iface.get_type_all(String name)
|
Map<String,Type> |
ThriftHiveMetastore.Client.get_type_all(String name)
|
Type |
ThriftHiveMetastore.Iface.get_type(String name)
|
Type |
ThriftHiveMetastore.Client.get_type(String name)
|
void |
ThriftHiveMetastore.AsyncClient.create_database_call.getResult()
|
Database |
ThriftHiveMetastore.AsyncClient.get_database_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.drop_database_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_databases_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_all_databases_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.alter_database_call.getResult()
|
Type |
ThriftHiveMetastore.AsyncClient.get_type_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.create_type_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.drop_type_call.getResult()
|
Map<String,Type> |
ThriftHiveMetastore.AsyncClient.get_type_all_call.getResult()
|
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_fields_call.getResult()
|
List<FieldSchema> |
ThriftHiveMetastore.AsyncClient.get_schema_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.create_table_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.drop_table_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_tables_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_all_tables_call.getResult()
|
Table |
ThriftHiveMetastore.AsyncClient.get_table_call.getResult()
|
List<Table> |
ThriftHiveMetastore.AsyncClient.get_table_objects_by_name_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_table_names_by_filter_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.alter_table_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_call.getResult()
|
int |
ThriftHiveMetastore.AsyncClient.add_partitions_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.append_partition_by_name_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.drop_partition_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.drop_partition_by_name_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_with_auth_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.get_partition_by_name_call.getResult()
|
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_call.getResult()
|
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_with_auth_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_partition_names_call.getResult()
|
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_call.getResult()
|
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_ps_with_auth_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_partition_names_ps_call.getResult()
|
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_filter_call.getResult()
|
List<Partition> |
ThriftHiveMetastore.AsyncClient.get_partitions_by_names_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.alter_partition_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.rename_partition_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.partition_name_to_vals_call.getResult()
|
Map<String,String> |
ThriftHiveMetastore.AsyncClient.partition_name_to_spec_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.markPartitionForEvent_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.isPartitionMarkedForEvent_call.getResult()
|
Index |
ThriftHiveMetastore.AsyncClient.add_index_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.alter_index_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.drop_index_by_name_call.getResult()
|
Index |
ThriftHiveMetastore.AsyncClient.get_index_by_name_call.getResult()
|
List<Index> |
ThriftHiveMetastore.AsyncClient.get_indexes_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_index_names_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.create_role_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.drop_role_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.get_role_names_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.grant_role_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.revoke_role_call.getResult()
|
List<Role> |
ThriftHiveMetastore.AsyncClient.list_roles_call.getResult()
|
PrincipalPrivilegeSet |
ThriftHiveMetastore.AsyncClient.get_privilege_set_call.getResult()
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.AsyncClient.list_privileges_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.grant_privileges_call.getResult()
|
boolean |
ThriftHiveMetastore.AsyncClient.revoke_privileges_call.getResult()
|
String |
ThriftHiveMetastore.AsyncClient.get_delegation_token_call.getResult()
|
long |
ThriftHiveMetastore.AsyncClient.renew_delegation_token_call.getResult()
|
void |
ThriftHiveMetastore.AsyncClient.cancel_delegation_token_call.getResult()
|
boolean |
ThriftHiveMetastore.Iface.grant_privileges(PrivilegeBag privileges)
|
boolean |
ThriftHiveMetastore.Client.grant_privileges(PrivilegeBag privileges)
|
boolean |
ThriftHiveMetastore.Iface.grant_role(String role_name,
String principal_name,
PrincipalType principal_type,
String grantor,
PrincipalType grantorType,
boolean grant_option)
|
boolean |
ThriftHiveMetastore.Client.grant_role(String role_name,
String principal_name,
PrincipalType principal_type,
String grantor,
PrincipalType grantorType,
boolean grant_option)
|
boolean |
ThriftHiveMetastore.Iface.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType)
|
boolean |
ThriftHiveMetastore.Client.isPartitionMarkedForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType)
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Iface.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Client.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
List<Role> |
ThriftHiveMetastore.Iface.list_roles(String principal_name,
PrincipalType principal_type)
|
List<Role> |
ThriftHiveMetastore.Client.list_roles(String principal_name,
PrincipalType principal_type)
|
void |
ThriftHiveMetastore.Iface.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType)
|
void |
ThriftHiveMetastore.Client.markPartitionForEvent(String db_name,
String tbl_name,
Map<String,String> part_vals,
PartitionEventType eventType)
|
Map<String,String> |
ThriftHiveMetastore.Iface.partition_name_to_spec(String part_name)
|
Map<String,String> |
ThriftHiveMetastore.Client.partition_name_to_spec(String part_name)
|
List<String> |
ThriftHiveMetastore.Iface.partition_name_to_vals(String part_name)
|
List<String> |
ThriftHiveMetastore.Client.partition_name_to_vals(String part_name)
|
Index |
ThriftHiveMetastore.Client.recv_add_index()
|
Partition |
ThriftHiveMetastore.Client.recv_add_partition()
|
int |
ThriftHiveMetastore.Client.recv_add_partitions()
|
void |
ThriftHiveMetastore.Client.recv_alter_database()
|
void |
ThriftHiveMetastore.Client.recv_alter_index()
|
void |
ThriftHiveMetastore.Client.recv_alter_partition()
|
void |
ThriftHiveMetastore.Client.recv_alter_table()
|
Partition |
ThriftHiveMetastore.Client.recv_append_partition_by_name()
|
Partition |
ThriftHiveMetastore.Client.recv_append_partition()
|
void |
ThriftHiveMetastore.Client.recv_cancel_delegation_token()
|
void |
ThriftHiveMetastore.Client.recv_create_database()
|
boolean |
ThriftHiveMetastore.Client.recv_create_role()
|
void |
ThriftHiveMetastore.Client.recv_create_table()
|
boolean |
ThriftHiveMetastore.Client.recv_create_type()
|
void |
ThriftHiveMetastore.Client.recv_drop_database()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_index_by_name()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_partition_by_name()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_partition()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_role()
|
void |
ThriftHiveMetastore.Client.recv_drop_table()
|
boolean |
ThriftHiveMetastore.Client.recv_drop_type()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_all_databases()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_all_tables()
|
Database |
ThriftHiveMetastore.Client.recv_get_database()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_databases()
|
String |
ThriftHiveMetastore.Client.recv_get_delegation_token()
|
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_fields()
|
Index |
ThriftHiveMetastore.Client.recv_get_index_by_name()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_index_names()
|
List<Index> |
ThriftHiveMetastore.Client.recv_get_indexes()
|
Partition |
ThriftHiveMetastore.Client.recv_get_partition_by_name()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_partition_names_ps()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_partition_names()
|
Partition |
ThriftHiveMetastore.Client.recv_get_partition_with_auth()
|
Partition |
ThriftHiveMetastore.Client.recv_get_partition()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_filter()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_by_names()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_ps_with_auth()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_ps()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions_with_auth()
|
List<Partition> |
ThriftHiveMetastore.Client.recv_get_partitions()
|
PrincipalPrivilegeSet |
ThriftHiveMetastore.Client.recv_get_privilege_set()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_role_names()
|
List<FieldSchema> |
ThriftHiveMetastore.Client.recv_get_schema()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_table_names_by_filter()
|
List<Table> |
ThriftHiveMetastore.Client.recv_get_table_objects_by_name()
|
Table |
ThriftHiveMetastore.Client.recv_get_table()
|
List<String> |
ThriftHiveMetastore.Client.recv_get_tables()
|
Map<String,Type> |
ThriftHiveMetastore.Client.recv_get_type_all()
|
Type |
ThriftHiveMetastore.Client.recv_get_type()
|
boolean |
ThriftHiveMetastore.Client.recv_grant_privileges()
|
boolean |
ThriftHiveMetastore.Client.recv_grant_role()
|
boolean |
ThriftHiveMetastore.Client.recv_isPartitionMarkedForEvent()
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Client.recv_list_privileges()
|
List<Role> |
ThriftHiveMetastore.Client.recv_list_roles()
|
void |
ThriftHiveMetastore.Client.recv_markPartitionForEvent()
|
Map<String,String> |
ThriftHiveMetastore.Client.recv_partition_name_to_spec()
|
List<String> |
ThriftHiveMetastore.Client.recv_partition_name_to_vals()
|
void |
ThriftHiveMetastore.Client.recv_rename_partition()
|
long |
ThriftHiveMetastore.Client.recv_renew_delegation_token()
|
boolean |
ThriftHiveMetastore.Client.recv_revoke_privileges()
|
boolean |
ThriftHiveMetastore.Client.recv_revoke_role()
|
void |
ThriftHiveMetastore.Iface.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part)
|
void |
ThriftHiveMetastore.Client.rename_partition(String db_name,
String tbl_name,
List<String> part_vals,
Partition new_part)
|
long |
ThriftHiveMetastore.Iface.renew_delegation_token(String token_str_form)
|
long |
ThriftHiveMetastore.Client.renew_delegation_token(String token_str_form)
|
boolean |
ThriftHiveMetastore.Iface.revoke_privileges(PrivilegeBag privileges)
|
boolean |
ThriftHiveMetastore.Client.revoke_privileges(PrivilegeBag privileges)
|
boolean |
ThriftHiveMetastore.Iface.revoke_role(String role_name,
String principal_name,
PrincipalType principal_type)
|
boolean |
ThriftHiveMetastore.Client.revoke_role(String role_name,
String principal_name,
PrincipalType principal_type)
|
Uses of MetaException in org.apache.hadoop.hive.metastore.parser |
---|
Methods in org.apache.hadoop.hive.metastore.parser that throw MetaException | |
---|---|
String |
ExpressionTree.generateJDOFilter(Table table,
Map<String,Object> params)
Generate the JDOQL filter for the given expression tree |
String |
ExpressionTree.TreeNode.generateJDOFilter(Table table,
Map<String,Object> params)
Generates a JDO filter statement |
String |
ExpressionTree.LeafNode.generateJDOFilter(Table table,
Map<String,Object> params)
|
Uses of MetaException in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that throw MetaException | |
---|---|
List<Partition> |
Hive.getPartitionsByFilter(Table tbl,
String filter)
Get a list of Partitions by filter. |
void |
TestHiveMetaStoreChecker.testPartitionsCheck()
|
void |
TestHiveMetaStoreChecker.testTableCheck()
|
Uses of MetaException in org.apache.hadoop.hive.serde2 |
---|
Methods in org.apache.hadoop.hive.serde2 that throw MetaException | |
---|---|
void |
TestSerdeWithFieldComments.testFieldComments()
|
Uses of MetaException in org.apache.hadoop.hive.service |
---|
Constructors in org.apache.hadoop.hive.service that throw MetaException | |
---|---|
HiveServer.HiveServerHandler()
Construct a new handler. |
|
HiveServer.HiveServerHandler(HiveConf conf)
Construct a new handler with the specified hive configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |