diff options
Diffstat (limited to 'glusterfs-hadoop/0.20.2/conf/core-site.xml')
-rw-r--r-- | glusterfs-hadoop/0.20.2/conf/core-site.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/glusterfs-hadoop/0.20.2/conf/core-site.xml b/glusterfs-hadoop/0.20.2/conf/core-site.xml new file mode 100644 index 00000000000..d7f75fca733 --- /dev/null +++ b/glusterfs-hadoop/0.20.2/conf/core-site.xml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> + +<!-- Put site-specific property overrides in this file. --> + +<configuration> + + <property> + <name>fs.glusterfs.impl</name> + <value>org.apache.hadoop.fs.glusterfs.GlusterFileSystem</value> + </property> + + <property> + <name>fs.default.name</name> + <value>glusterfs://192.168.1.36:9000</value> + </property> + + <property> + <name>fs.glusterfs.volname</name> + <value>volume-dist-rep</value> + </property> + + <property> + <name>fs.glusterfs.mount</name> + <value>/mnt/glusterfs</value> + </property> + + <property> + <name>fs.glusterfs.server</name> + <value>192.168.1.36</value> + </property> + + <property> + <name>quick.slave.io</name> + <value>Off</value> + </property> + +</configuration> |