From 5fdd65f5f4f5df1d28b0fb4f7efed226d5db1b3c Mon Sep 17 00:00:00 2001 From: M S Vishwanath Bhat Date: Fri, 24 Feb 2012 13:18:56 +0530 Subject: renaming hdfs -> glusterfs-hadoop Change-Id: Ibb937af1231f6bbed9a2d4eaeabc6e9d4000887f BUG: 797064 Signed-off-by: M S Vishwanath Bhat Reviewed-on: http://review.gluster.com/2811 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs-hadoop/0.20.2/conf/core-site.xml | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 glusterfs-hadoop/0.20.2/conf/core-site.xml (limited to 'glusterfs-hadoop/0.20.2/conf') 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 @@ + + + + + + + + + fs.glusterfs.impl + org.apache.hadoop.fs.glusterfs.GlusterFileSystem + + + + fs.default.name + glusterfs://192.168.1.36:9000 + + + + fs.glusterfs.volname + volume-dist-rep + + + + fs.glusterfs.mount + /mnt/glusterfs + + + + fs.glusterfs.server + 192.168.1.36 + + + + quick.slave.io + Off + + + -- cgit