@ThreadSafe public final class UnderFileSystemUtils extends Object
UnderFileSystem
.Modifier and Type | Method and Description |
---|---|
static void |
prepareFilePath(AlluxioURI alluxioPath,
String ufsPath,
FileSystem fs,
UnderFileSystem ufs)
Creates parent directories for path with correct permissions if required.
|
public static void prepareFilePath(AlluxioURI alluxioPath, String ufsPath, FileSystem fs, UnderFileSystem ufs) throws AlluxioException, IOException
alluxioPath
- Alluxio pathufsPath
- path in the under file systemfs
- file system master clientufs
- the under file systemAlluxioException
IOException
Copyright © 2023. All Rights Reserved.