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   
 

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
           
 

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



Copyright © 2010 The Apache Software Foundation