Uses of Class
org.apache.hadoop.hive.conf.HiveConf

Packages that use HiveConf
org.apache.hadoop.hive.cli   
org.apache.hadoop.hive.jdbc   
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.ql   
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 HiveConf in org.apache.hadoop.hive.cli
 

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

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

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

Uses of HiveConf in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore with parameters of type HiveConf
static void MetaStoreUtils.makeDir(org.apache.hadoop.fs.Path path, HiveConf hiveConf)
           
 

Constructors in org.apache.hadoop.hive.metastore with parameters of type HiveConf
HiveMetaStore.HMSHandler(String name, HiveConf conf)
           
HiveMetaStoreClient(HiveConf conf)
           
 

Uses of HiveConf in org.apache.hadoop.hive.ql
 

Constructors in org.apache.hadoop.hive.ql with parameters of type HiveConf
Context(HiveConf conf)
           
Driver(HiveConf conf)
          for backwards compatibility with current tests
 

Uses of HiveConf in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as HiveConf
protected  HiveConf Task.conf
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type HiveConf
 int ExecDriver.estimateNumberOfReducers(HiveConf hive, org.apache.hadoop.mapred.JobConf job, mapredWork work)
          Estimate the number of reducers needed for this job, based on job input, and configuration parameters.
static String ExecDriver.generateCmdLine(HiveConf hconf)
          Given a Hive Configuration object - generate a command line fragment for passing such configuration information to ExecDriver
static
<T extends Serializable>
Task<T>
TaskFactory.get(Class<T> workClass, HiveConf conf)
           
static
<T extends Serializable>
Task<T>
TaskFactory.get(T work, HiveConf conf, Task<? extends Serializable>... tasklist)
           
static
<T extends Serializable>
Task<T>
TaskFactory.getAndMakeChild(T work, HiveConf conf, Task<? extends Serializable>... tasklist)
           
 void FunctionTask.initialize(HiveConf conf)
           
 void FetchTask.initialize(HiveConf conf)
           
 void ExecDriver.initialize(HiveConf conf)
          Initialization when invoked from QL
 void DDLTask.initialize(HiveConf conf)
           
 void Task.initialize(HiveConf conf)
           
 

Uses of HiveConf in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return HiveConf
 HiveConf Hive.getConf()
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type HiveConf
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.
 

Uses of HiveConf in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse declared as HiveConf
protected  HiveConf BaseSemanticAnalyzer.conf
           
 

Methods in org.apache.hadoop.hive.ql.parse that return HiveConf
 HiveConf ParseContext.getConf()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type HiveConf
static BaseSemanticAnalyzer SemanticAnalyzerFactory.get(HiveConf conf, ASTNode tree)
           
 void ParseContext.setConf(HiveConf conf)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type HiveConf
BaseSemanticAnalyzer(HiveConf conf)
           
DDLSemanticAnalyzer(HiveConf conf)
           
ExplainSemanticAnalyzer(HiveConf conf)
           
FunctionSemanticAnalyzer(HiveConf conf)
           
LoadSemanticAnalyzer(HiveConf conf)
           
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<String,PartitionPruner> aliasToPruner, HashMap<String,SamplePruner> aliasToSamplePruner, HashMap<String,Operator<? extends Serializable>> topOps, HashMap<String,Operator<? extends Serializable>> topSelOps, HashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx, List<loadTableDesc> loadTableWork, List<loadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx)
           
SemanticAnalyzer(HiveConf conf)
           
 

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

Fields in org.apache.hadoop.hive.ql.session declared as HiveConf
protected  HiveConf SessionState.conf
          current configuration
 

Methods in org.apache.hadoop.hive.ql.session that return HiveConf
 HiveConf SessionState.getConf()
           
 

Methods in org.apache.hadoop.hive.ql.session with parameters of type HiveConf
 void SessionState.setConf(HiveConf conf)
           
static SessionState SessionState.start(HiveConf conf)
          start a new session and set it to current session
 

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



Copyright © 2009 The Apache Software Foundation