| Package | Description |
|---|---|
| org.apache.hadoop.hive.common | |
| org.apache.hadoop.hive.common.jsonexplain | |
| org.apache.hadoop.hive.conf | |
| org.apache.hive.common |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerUtils.cleanUpScratchDir(HiveConf hiveConf) |
static boolean |
FileUtils.copy(org.apache.hadoop.fs.FileSystem srcFS,
org.apache.hadoop.fs.Path src,
org.apache.hadoop.fs.FileSystem dstFS,
org.apache.hadoop.fs.Path dst,
boolean deleteSource,
boolean overwrite,
HiveConf conf)
Copies files between filesystems.
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static JsonParser |
JsonParserFactory.getParser(HiveConf conf) |
| Constructor and Description |
|---|
HiveConf(HiveConf other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
static HiveCompat.CompatLevel |
HiveCompat.getCompatLevel(HiveConf hconf)
Returned the configured compatibility level
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.