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

Packages that use Hive
org.apache.hadoop.hive.cli   
org.apache.hadoop.hive.jdbc   
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.session   
 

Uses of Hive in org.apache.hadoop.hive.cli
 

Constructors in org.apache.hadoop.hive.cli with parameters of type Hive
CliSessionState(HiveConf conf, Hive db)
           
 

Uses of Hive in org.apache.hadoop.hive.jdbc
 

Constructors in org.apache.hadoop.hive.jdbc with parameters of type Hive
JdbcSessionState(HiveConf conf, Hive db)
           
 

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)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.session
 

Fields in org.apache.hadoop.hive.ql.session declared as Hive
protected  Hive SessionState.db
          cached current connection to Hive MetaStore
 

Methods in org.apache.hadoop.hive.ql.session that return Hive
 Hive SessionState.getDb()
           
 

Constructors in org.apache.hadoop.hive.ql.session with parameters of type Hive
SessionState(HiveConf conf, Hive db)
           
 



Copyright © 2009 The Apache Software Foundation