|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hive | |
---|---|
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.security.authorization |
Uses of Hive in org.apache.hadoop.hive.ql.exec |
---|
Fields in org.apache.hadoop.hive.ql.exec declared as Hive | |
---|---|
protected Hive |
Task.db
|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type Hive | |
---|---|
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. |
Uses of Hive in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that return Hive | |
---|---|
static Hive |
Hive.get()
|
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. |
Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type Hive | |
---|---|
HiveMetaStoreChecker(Hive hive)
|
Uses of Hive in org.apache.hadoop.hive.ql.metadata.formatting |
---|
Methods in org.apache.hadoop.hive.ql.metadata.formatting with parameters of type Hive | |
---|---|
void |
JsonMetaDataFormatter.showTableStatus(DataOutputStream out,
Hive db,
HiveConf conf,
List<Table> tbls,
Map<String,String> part,
Partition par)
|
void |
MetaDataFormatter.showTableStatus(DataOutputStream out,
Hive db,
HiveConf conf,
List<Table> tbls,
Map<String,String> part,
Partition par)
Show the table status. |
void |
TextMetaDataFormatter.showTableStatus(DataOutputStream outStream,
Hive db,
HiveConf conf,
List<Table> tbls,
Map<String,String> part,
Partition par)
|
Uses of Hive in org.apache.hadoop.hive.ql.optimizer.index |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.index that return Hive | |
---|---|
Hive |
RewriteQueryUsingAggregateIndexCtx.getHiveDb()
|
Methods in org.apache.hadoop.hive.ql.optimizer.index with parameters of type Hive | |
---|---|
static RewriteQueryUsingAggregateIndexCtx |
RewriteQueryUsingAggregateIndexCtx.getInstance(ParseContext parseContext,
Hive hiveDb,
String indexTableName,
String baseTableName,
String aggregateFunction)
|
Uses of Hive in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse declared as Hive | |
---|---|
protected Hive |
BaseSemanticAnalyzer.db
|
Methods in org.apache.hadoop.hive.ql.parse that return Hive | |
---|---|
Hive |
BaseSemanticAnalyzer.getDb()
|
Hive |
HiveSemanticAnalyzerHookContext.getHive()
|
Hive |
HiveSemanticAnalyzerHookContextImpl.getHive()
|
Constructors in org.apache.hadoop.hive.ql.parse with parameters of type Hive | |
---|---|
BaseSemanticAnalyzer.tableSpec(Hive db,
HiveConf conf,
ASTNode ast)
|
|
BaseSemanticAnalyzer.tableSpec(Hive db,
HiveConf conf,
ASTNode ast,
boolean allowDynamicPartitionsSpec,
boolean allowPartialPartitionsSpec)
|
Uses of Hive in org.apache.hadoop.hive.ql.security.authorization |
---|
Fields in org.apache.hadoop.hive.ql.security.authorization declared as Hive | |
---|---|
protected Hive |
HiveAuthorizationProviderBase.hive_db
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |