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

Packages that use Hive
org.apache.hadoop.hive.ql.exec   
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)
           
Table(String name, Properties schema, Deserializer deserializer, Class<? extends org.apache.hadoop.mapred.InputFormat<?,?>> inputFormatClass, Class<?> outputFormatClass, URI dataLocation, Hive hive)
          Table Create a TableMetaInfo object presumably with the intent of saving it to the metastore
 

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 © 2009 The Apache Software Foundation