|
||||||||||
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.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 |
IMetaStoreClient.add_partition(Partition partition)
Add a partition to the table. |
Partition |
HiveMetaStoreClient.add_partition(Partition new_part)
|
Partition |
HiveMetaStore.HMSHandler.add_partition(Partition part)
|
int |
HiveMetaStore.HMSHandler.add_partitions(List<Partition> 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 |
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_index(String dbname,
String base_table_name,
String index_name,
Index newIndex)
|
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_partition(String db_name,
String tbl_name,
Partition new_part)
|
void |
IMetaStoreClient.alter_table(String defaultDatabaseName,
String tblName,
Table table)
|
void |
HiveMetaStoreClient.alter_table(String dbname,
String tbl_name,
Table new_tbl)
|
void |
HiveMetaStore.HMSHandler.alter_table(String dbname,
String name,
Table newTable)
|
boolean |
RawStore.alterDatabase(String dbname,
Database db)
|
boolean |
ObjectStore.alterDatabase(String dbName,
Database db)
Alter the database object in metastore. |
void |
IMetaStoreClient.alterDatabase(String name,
Database db)
|
void |
HiveMetaStoreClient.alterDatabase(String dbName,
Database db)
|
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,
Partition new_part)
|
void |
ObjectStore.alterPartition(String dbname,
String name,
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 |
IMetaStoreClient.create_role(Role role)
|
boolean |
HiveMetaStoreClient.create_role(Role role)
|
boolean |
HiveMetaStore.HMSHandler.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 |
ObjectStore.createDatabase(Database db)
|
void |
IMetaStoreClient.createDatabase(Database db)
|
void |
HiveMetaStoreClient.createDatabase(Database db)
Create a new Database |
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 |
ObjectStore.createTable(Table tbl)
|
void |
IMetaStoreClient.createTable(Table tbl)
|
void |
HiveMetaStoreClient.createTable(Table tbl)
|
boolean |
HiveMetaStoreClient.createType(Type type)
|
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 |
HiveMetaStoreFsImpl.deleteDir(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path f,
boolean recursive,
org.apache.hadoop.conf.Configuration conf)
|
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 |
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 |
IMetaStoreClient.drop_role(String role_name)
|
boolean |
HiveMetaStoreClient.drop_role(String roleName)
|
boolean |
HiveMetaStore.HMSHandler.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)
|
boolean |
ObjectStore.dropDatabase(String dbname)
|
void |
IMetaStoreClient.dropDatabase(String name)
|
void |
HiveMetaStoreClient.dropDatabase(String name)
|
void |
IMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb)
|
void |
HiveMetaStoreClient.dropDatabase(String name,
boolean deleteData,
boolean ignoreUnknownDb)
|
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 |
ObjectStore.dropPartition(String dbName,
String tableName,
List<String> part_vals)
|
boolean |
HiveMetaStoreClient.dropPartition(String db_name,
String tbl_name,
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)
|
boolean |
ObjectStore.dropTable(String dbName,
String tableName)
|
void |
IMetaStoreClient.dropTable(String dbname,
String tableName)
|
void |
HiveMetaStoreClient.dropTable(String dbname,
String name)
|
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_with_signature(String renewer_kerberos_principal_name,
String token_signature)
|
String |
HiveMetaStore.HMSHandler.get_delegation_token(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_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 |
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)
|
PrincipalPrivilegeSet |
HiveMetaStore.HMSHandler.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. |
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> |
ObjectStore.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> |
RawStore.getAllTables(String dbName)
|
List<String> |
ObjectStore.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. |
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)
|
List<String> |
RawStore.getDatabases(String pattern)
|
List<String> |
ObjectStore.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<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)
|
org.apache.hadoop.fs.Path |
Warehouse.getDefaultDatabasePath(String dbName)
|
org.apache.hadoop.fs.Path |
Warehouse.getDefaultTablePath(String dbName,
String tableName)
|
String |
IMetaStoreClient.getDelegationToken(String renewerKerberosPrincipalName)
|
String |
HiveMetaStoreClient.getDelegationToken(String renewerKerberosPrincipalName)
|
String |
IMetaStoreClient.getDelegationTokenWithSignature(String renewerKerberosPrincipalName,
String tokenSignature)
|
String |
HiveMetaStoreClient.getDelegationTokenWithSignature(String renewerKerberosPrincipalName,
String tokenSignature)
|
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 |
ObjectStore.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)
|
List<Index> |
RawStore.getIndexes(String dbName,
String origTableName,
int max)
|
List<Index> |
ObjectStore.getIndexes(String dbName,
String origTableName,
int max)
|
Partition |
RawStore.getPartition(String dbName,
String tableName,
List<String> part_vals)
|
Partition |
ObjectStore.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 |
IMetaStoreClient.getPartition(String dbName,
String tblName,
String name)
|
Partition |
HiveMetaStoreClient.getPartition(String db,
String tableName,
String partName)
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(org.apache.hadoop.fs.Path tblPath,
LinkedHashMap<String,String> pm)
|
org.apache.hadoop.fs.Path |
Warehouse.getPartitionPath(String dbName,
String tableName,
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.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 |
ObjectStore.getTable(String dbName,
String tableName)
|
Table |
IMetaStoreClient.getTable(String dbName,
String tableName)
Get a table object. |
Table |
HiveMetaStoreClient.getTable(String dbname,
String name)
|
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> |
ObjectStore.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. |
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)
|
boolean |
IMetaStoreClient.grant_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStoreClient.grant_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStore.HMSHandler.grant_privileges(PrivilegeBag privileges)
|
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 |
HiveMetaStore.HMSHandler.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)
|
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> |
IMetaStoreClient.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
List<HiveObjectPrivilege> |
HiveMetaStoreClient.list_privileges(String principalName,
PrincipalType principalType,
HiveObjectRef hiveObject)
|
List<HiveObjectPrivilege> |
HiveMetaStore.HMSHandler.list_privileges(String principalName,
PrincipalType principalType,
HiveObjectRef hiveObject)
|
List<Role> |
IMetaStoreClient.list_roles(String principalName,
PrincipalType principalType)
|
List<Role> |
HiveMetaStoreClient.list_roles(String principalName,
PrincipalType principalType)
|
List<Role> |
HiveMetaStore.HMSHandler.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> |
ObjectStore.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> |
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> |
ObjectStore.listPartitionNames(String dbName,
String tableName,
short max)
|
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> |
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<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> |
HiveMetaStoreClient.listPartitionsByFilter(String db_name,
String tbl_name,
String filter,
short max_parts)
Get list of partitions matching specified filter |
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()
|
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(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)
|
boolean |
Warehouse.mkdirs(org.apache.hadoop.fs.Path f)
|
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)
|
long |
HiveMetaStore.HMSHandler.renew_delegation_token(String token_str_form)
|
long |
IMetaStoreClient.renewDelegationToken(String tokenStrForm)
|
long |
HiveMetaStoreClient.renewDelegationToken(String tokenStrForm)
|
boolean |
IMetaStoreClient.revoke_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStoreClient.revoke_privileges(PrivilegeBag privileges)
|
boolean |
HiveMetaStore.HMSHandler.revoke_privileges(PrivilegeBag privileges)
|
boolean |
IMetaStoreClient.revoke_role(String role_name,
String user_name,
PrincipalType principalType)
|
boolean |
HiveMetaStoreClient.revoke_role(String roleName,
String userName,
PrincipalType principalType)
|
boolean |
HiveMetaStore.HMSHandler.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)
|
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_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.partition_name_to_vals_result.getO1()
|
MetaException |
ThriftHiveMetastore.partition_name_to_spec_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.get_delegation_token_with_signature_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.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.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_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.partition_name_to_vals_result.setO1(MetaException o1)
|
void |
ThriftHiveMetastore.partition_name_to_spec_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.get_delegation_token_with_signature_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.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.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)
|
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)
|
void |
ThriftHiveMetastore.Client.drop_database(String name,
boolean deleteData)
|
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_with_signature(String renewer_kerberos_principal_name,
String token_signature)
|
String |
ThriftHiveMetastore.Client.get_delegation_token_with_signature(String renewer_kerberos_principal_name,
String token_signature)
|
String |
ThriftHiveMetastore.Iface.get_delegation_token(String renewer_kerberos_principal_name)
|
String |
ThriftHiveMetastore.Client.get_delegation_token(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_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)
|
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()
|
void |
ThriftHiveMetastore.AsyncClient.alter_table_call.getResult()
|
Partition |
ThriftHiveMetastore.AsyncClient.add_partition_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()
|
void |
ThriftHiveMetastore.AsyncClient.alter_partition_call.getResult()
|
List<String> |
ThriftHiveMetastore.AsyncClient.partition_name_to_vals_call.getResult()
|
Map<String,String> |
ThriftHiveMetastore.AsyncClient.partition_name_to_spec_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()
|
String |
ThriftHiveMetastore.AsyncClient.get_delegation_token_with_signature_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)
|
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)
|
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()
|
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_with_signature()
|
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_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()
|
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()
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Client.recv_list_privileges()
|
List<Role> |
ThriftHiveMetastore.Client.recv_list_roles()
|
Map<String,String> |
ThriftHiveMetastore.Client.recv_partition_name_to_spec()
|
List<String> |
ThriftHiveMetastore.Client.recv_partition_name_to_vals()
|
long |
ThriftHiveMetastore.Client.recv_renew_delegation_token()
|
boolean |
ThriftHiveMetastore.Client.recv_revoke_privileges()
|
boolean |
ThriftHiveMetastore.Client.recv_revoke_role()
|
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,String> params)
Generate the JDOQL filter for the given expression tree |
String |
ExpressionTree.TreeNode.generateJDOFilter(Table table,
Map<String,String> params)
|
String |
ExpressionTree.LeafNode.generateJDOFilter(Table table,
Map<String,String> params)
|
Uses of MetaException in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that throw MetaException | |
---|---|
void |
TestHiveMetaStoreChecker.testPartitionsCheck()
|
void |
TestHiveMetaStoreChecker.testTableCheck()
|
Uses of MetaException in org.apache.hadoop.hive.service |
---|
Constructors in org.apache.hadoop.hive.service that throw MetaException | |
---|---|
HiveServer.HiveServerHandler()
A constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |