public class MapRFileSystem
extends org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Internally, this class wraps the FileSystem implementation
of the MapR file system client.
| Constructor and Description |
|---|
MapRFileSystem(URI fsUri)
Creates a MapRFileSystem for the given URI.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.fs.FileSystemKind |
getKind() |
create, create, delete, exists, getDefaultBlockSize, getFileBlockLocations, getFileStatus, getHadoopFileSystem, getHomeDirectory, getUri, getWorkingDirectory, isDistributedFS, listStatus, mkdirs, open, open, renamepublic MapRFileSystem(URI fsUri) throws IOException
fsUri - The URI describing the file systemIOException - Thrown if the file system could not be initialized.Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.