public class PathBuilder extends Object
| Constructor and Description |
|---|
PathBuilder(String basePath) |
| Modifier and Type | Method and Description |
|---|---|
PathBuilder |
addDescendant(String path) |
org.apache.hadoop.fs.Path |
build() |
static org.apache.hadoop.fs.Path |
fullyQualifiedHDFSUri(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.FileSystem hdfsFileSystem) |
public PathBuilder(String basePath)
public PathBuilder addDescendant(String path)
public org.apache.hadoop.fs.Path build()
public static org.apache.hadoop.fs.Path fullyQualifiedHDFSUri(org.apache.hadoop.fs.Path input,
org.apache.hadoop.fs.FileSystem hdfsFileSystem)
throws SemanticException
SemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.