|
@@ -56,7 +56,7 @@
|
|
<property>
|
|
<property>
|
|
<name>fs.defaultFS</name>
|
|
<name>fs.defaultFS</name>
|
|
<!-- cluster variant -->
|
|
<!-- cluster variant -->
|
|
- <value></value>
|
|
|
|
|
|
+ <value>glusterfs:///</value>
|
|
<description>The name of the default file system. Either the
|
|
<description>The name of the default file system. Either the
|
|
literal string "local" or a host:port for NDFS.</description>
|
|
literal string "local" or a host:port for NDFS.</description>
|
|
<final>true</final>
|
|
<final>true</final>
|
|
@@ -65,11 +65,16 @@
|
|
<property>
|
|
<property>
|
|
<name>fs.default.name</name>
|
|
<name>fs.default.name</name>
|
|
<!-- cluster variant -->
|
|
<!-- cluster variant -->
|
|
- <value></value>
|
|
|
|
|
|
+ <value>glusterfs:///</value>
|
|
<description>The name of the default file system. Either the
|
|
<description>The name of the default file system. Either the
|
|
literal string "local" or a host:port for NDFS.</description>
|
|
literal string "local" or a host:port for NDFS.</description>
|
|
</property>
|
|
</property>
|
|
|
|
|
|
|
|
+<property>
|
|
|
|
+<name>gluster.daemon.user</name>
|
|
|
|
+<value>yarn</value>
|
|
|
|
+</property>
|
|
|
|
+
|
|
<property>
|
|
<property>
|
|
<name>fs.AbstractFileSystem.glusterfs.impl</name>
|
|
<name>fs.AbstractFileSystem.glusterfs.impl</name>
|
|
<value>org.apache.hadoop.fs.local.GlusterFs</value>
|
|
<value>org.apache.hadoop.fs.local.GlusterFs</value>
|