@ThreadSafe public final class HadoopUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addSwiftCredentials(org.apache.hadoop.conf.Configuration configuration)
Adds Swift keys to the given Hadoop Configuration object if the user has specified them using
System properties, and they're not already set.
|
static String |
getAlluxioFileName(String path)
Given a
String path, returns an equivalent Alluxio path. |
static String |
getPathWithoutScheme(org.apache.hadoop.fs.Path path)
Given a
Path path, it returns the path component of its URI, which has the form
scheme://authority/path. |
static String |
toStringHadoopFileSplit(org.apache.hadoop.mapred.FileSplit fs)
Returns a string representation of a Hadoop
FileSplit. |
static String |
toStringHadoopFileStatus(org.apache.hadoop.fs.FileStatus fs)
Returns a string representation of a Hadoop
FileStatus. |
static String |
toStringHadoopInputSplit(org.apache.hadoop.mapred.InputSplit is)
Returns a string representation of a
InputSplit. |
public static String getPathWithoutScheme(org.apache.hadoop.fs.Path path)
Path path, it returns the path component of its URI, which has the form
scheme://authority/path.path - an HDFS PathPath URIpublic static String getAlluxioFileName(String path)
String path, returns an equivalent Alluxio path.path - the path to parsepublic static String toStringHadoopFileSplit(org.apache.hadoop.mapred.FileSplit fs)
FileSplit.fs - Hadoop FileSplitpublic static String toStringHadoopFileStatus(org.apache.hadoop.fs.FileStatus fs)
FileStatus.fs - Hadoop FileStatuspublic static String toStringHadoopInputSplit(org.apache.hadoop.mapred.InputSplit is)
InputSplit.is - Hadoop InputSplitpublic static void addSwiftCredentials(org.apache.hadoop.conf.Configuration configuration)
alluxio.underfs.hdfs.HdfsUnderFileSystemUtils, to
prevent the module alluxio-core-client-hdfs from depending on the module alluxio-underfs.configuration - Hadoop configurationCopyright © 2024. All Rights Reserved.