public interface RemoteDirectoryManager
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.FileSystem |
getFileSystem() |
org.apache.hadoop.fs.Path |
getJobCheckpointDir(String jobName,
boolean create) |
org.apache.hadoop.fs.Path |
getJobStagingArea(String jobName,
boolean create) |
org.apache.hadoop.fs.Path |
getModelDir(String modelName,
boolean create) |
org.apache.hadoop.fs.Path |
getUserRootFolder() |
org.apache.hadoop.fs.Path getJobStagingArea(String jobName, boolean create) throws IOException
IOException
org.apache.hadoop.fs.Path getJobCheckpointDir(String jobName, boolean create) throws IOException
IOException
org.apache.hadoop.fs.Path getModelDir(String modelName, boolean create) throws IOException
IOException
org.apache.hadoop.fs.FileSystem getFileSystem() throws IOException
IOException
org.apache.hadoop.fs.Path getUserRootFolder() throws IOException
IOException
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.