Package | Description |
---|---|
org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.ql.metadata.formatting | |
org.apache.hadoop.hive.ql.optimizer.index | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.parse.authorization | |
org.apache.hadoop.hive.ql.security.authorization | |
org.apache.hadoop.hive.ql.security.authorization.plugin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hive.hcatalog.cli.SemanticAnalysis |
Modifier and Type | Field and Description |
---|---|
protected Hive |
Task.db |
Modifier and Type | Method and Description |
---|---|
static String |
ArchiveUtils.conflictingArchiveNameOrNull(Hive db,
Table tbl,
LinkedHashMap<String,String> partSpec)
Determines if one can insert into partition(s), or there's a conflict with
archive.
|
int |
DDLTask.showColumns(Hive db,
ShowColumnsDesc showCols) |
Modifier and Type | Method and Description |
---|---|
static Hive |
Hive.get() |
static Hive |
Hive.get(org.apache.hadoop.conf.Configuration c,
Class<?> clazz) |
static Hive |
Hive.get(HiveConf c)
Gets hive object for the current thread.
|
static Hive |
Hive.get(HiveConf c,
boolean needsRefresh)
get a connection to metastore.
|
Modifier and Type | Method and Description |
---|---|
static void |
Hive.set(Hive hive) |
Constructor and Description |
---|
HiveMetaStoreChecker(Hive hive) |
PartitionIterable(Hive db,
Table table,
Map<String,String> partialPartitionSpec,
int batch_size)
Primary constructor that fetches all partitions in a given table, given
a Hive object and a table object, and a partial partition spec.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataFormatter.showTableStatus(DataOutputStream out,
Hive db,
HiveConf conf,
List<Table> tbls,
Map<String,String> part,
Partition par)
Show the table status.
|
void |
JsonMetaDataFormatter.showTableStatus(DataOutputStream out,
Hive db,
HiveConf conf,
List<Table> tbls,
Map<String,String> part,
Partition par) |
Modifier and Type | Method and Description |
---|---|
Hive |
RewriteQueryUsingAggregateIndexCtx.getHiveDb() |
Modifier and Type | Method and Description |
---|---|
static RewriteQueryUsingAggregateIndexCtx |
RewriteQueryUsingAggregateIndexCtx.getInstance(ParseContext parseContext,
Hive hiveDb,
RewriteCanApplyCtx canApplyCtx) |
Modifier and Type | Field and Description |
---|---|
protected Hive |
TaskCompiler.db |
protected Hive |
BaseSemanticAnalyzer.db |
Modifier and Type | Method and Description |
---|---|
protected static Hive |
BaseSemanticAnalyzer.createHiveDB(HiveConf conf) |
Hive |
BaseSemanticAnalyzer.getDb() |
Hive |
HiveSemanticAnalyzerHookContextImpl.getHive() |
Hive |
HiveSemanticAnalyzerHookContext.getHive() |
Modifier and Type | Method and Description |
---|---|
void |
TezCompiler.init(HiveConf conf,
SessionState.LogHelper console,
Hive db) |
void |
TaskCompiler.init(HiveConf conf,
SessionState.LogHelper console,
Hive db) |
Constructor and Description |
---|
BaseSemanticAnalyzer.TableSpec(Hive db,
HiveConf conf,
ASTNode ast) |
BaseSemanticAnalyzer.TableSpec(Hive db,
HiveConf conf,
ASTNode ast,
boolean allowDynamicPartitionsSpec,
boolean allowPartialPartitionsSpec) |
BaseSemanticAnalyzer.TableSpec(Hive db,
HiveConf conf,
String tableName,
Map<String,String> partSpec) |
BaseSemanticAnalyzer(HiveConf conf,
Hive db) |
DDLSemanticAnalyzer(HiveConf conf,
Hive db) |
Constructor and Description |
---|
HiveAuthorizationTaskFactoryImpl(HiveConf conf,
Hive db) |
Constructor and Description |
---|
HiveAuthorizationProviderBase.HiveProxy(Hive hive) |
Constructor and Description |
---|
HiveV1Authorizer(HiveConf conf,
Hive hive) |
Modifier and Type | Method and Description |
---|---|
protected void |
HCatSemanticAnalyzerBase.authorizeDDLWork(HiveSemanticAnalyzerHookContext context,
Hive hive,
DDLWork work)
Authorized the given DDLWork.
|
protected void |
HCatSemanticAnalyzer.authorizeDDLWork(HiveSemanticAnalyzerHookContext cntxt,
Hive hive,
DDLWork work) |
protected void |
HCatSemanticAnalyzerBase.authorizeTable(Hive hive,
String tableName,
Privilege priv) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.