public class HdfsUnderFileSystemUtils extends Object
| Constructor and Description |
|---|
HdfsUnderFileSystemUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addKey(org.apache.hadoop.conf.Configuration conf,
TachyonConf tachyonConf,
String key)
Replaces default key with user provided key.
|
static void |
addS3Credentials(org.apache.hadoop.conf.Configuration conf)
Adds S3 keys to the given Hadoop Configuration object if the user has specified them using
System properties, and they're not already set.
|
public static void addKey(org.apache.hadoop.conf.Configuration conf,
TachyonConf tachyonConf,
String key)
conf - configuration to replace the key intachyonConf - Tachyon configuration with the keykey - the key to replacepublic static void addS3Credentials(org.apache.hadoop.conf.Configuration conf)
conf - the Hadoop configurationCopyright © 2015. All Rights Reserved.