Package org.apache.nemo.conf
Class JobConf.GlusterVolumeDirectory
- java.lang.Object
-
- org.apache.nemo.conf.JobConf.GlusterVolumeDirectory
-
- All Implemented Interfaces:
org.apache.reef.tang.annotations.Name<java.lang.String>
- Enclosing class:
- JobConf
@NamedParameter(doc="Directory points the GlusterFS volume", short_name="gfs_dir", default_value="../tmp_gfs") public final class JobConf.GlusterVolumeDirectory extends java.lang.Object implements org.apache.reef.tang.annotations.Name<java.lang.String>
Directory points the mounted GlusterFS volume to store files in remote fashion. If the volume is not mounted to this directory, the remote file store will act like local file store (but maybe inefficiently).
-
-
Constructor Summary
Constructors Constructor Description GlusterVolumeDirectory()
-