Uses of Class
org.apache.hadoop.hive.ql.metadata.Hive

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.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
           
 

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.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 HiveSemanticAnalyzerHookContextImpl.getHive()
           
 Hive HiveSemanticAnalyzerHookContext.getHive()
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type Hive
BaseSemanticAnalyzer.tableSpec(Hive db, HiveConf conf, ASTNode ast)
           
 

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
           
 



Copyright © 2011 The Apache Software Foundation