public class MapRFsFactory extends Object implements org.apache.flink.core.fs.FileSystemFactory
This factory tries to reflectively instantiate the MapR file system. It can only be used when the MapR FS libraries are in the classpath.
| Constructor and Description |
|---|
MapRFsFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.fs.FileSystem |
create(URI fsUri) |
String |
getScheme() |
public String getScheme()
getScheme in interface org.apache.flink.core.fs.FileSystemFactorypublic org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
create in interface org.apache.flink.core.fs.FileSystemFactoryIOExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.