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

Packages that use HiveConf
org.apache.hadoop.hive.common   
org.apache.hadoop.hive.conf   
org.apache.hive.common   
 

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

Methods in org.apache.hadoop.hive.common with parameters of type HiveConf
static void ServerUtils.cleanUpScratchDir(HiveConf hiveConf)
           
static boolean FileUtils.isLocalFile(HiveConf conf, String fileName)
          A best effort attempt to determine if if the file is a local file
static boolean FileUtils.isLocalFile(HiveConf conf, URI fileUri)
          A best effort attempt to determine if if the file is a local file
 

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

Constructors in org.apache.hadoop.hive.conf with parameters of type HiveConf
HiveConf(HiveConf other)
          Copy constructor
 

Uses of HiveConf in org.apache.hive.common
 

Methods in org.apache.hive.common with parameters of type HiveConf
static HiveCompat.CompatLevel HiveCompat.getCompatLevel(HiveConf hconf)
          Returned the configured compatibility level
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.