Changes between Version 6 and Version 7 of waue/2009/1005


Ignore:
Timestamp:
Oct 6, 2009, 5:32:34 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/1005

    v6 v7  
    5656
    5757{{{
     58$ ln -sf /opt/hadoop/build/contrib/fuse-dfs/fuse-dfs* /usr/local/bin/
    5859$ cd /opt/hadoop/build/contrib/fuse-dfs/
    59 $ ./fuse_dfs_wrapper.sh
     60$ ./fuse_dfs_wrapper.sh
     61USAGE: /opt/hadoop/contrib/fuse-dfs/fuse_dfs [debug] [--help] [--version] [-oprotected=<colon_seped_list_of_paths] [rw] [-onotrash] [-ousetrash] [-obig_writes] [-oprivate (single user)] [ro] [-oserver=<hadoop_servername>] [-oport=<hadoop_port>] [-oentry_timeout=<secs>] [-oattribute_timeout=<secs>] [-odirect_io] [-onopoermissions] [-o<other fuse option>] <mntpoint> [fuse options]
     62NOTE: debugging option for fuse is -debug
     63
    6064}}}
     65
    6166== 3. ==
    6267
    6368{{{
    6469$ mkdir /tmp/fusehdfs
    65 $ fuse_dfs_wrapper.sh dfs://secuse.nchc.org.tw:9000 /tmp/fusehdfs -d`
     70$ fuse_dfs_wrapper.sh dfs://secuse.nchc.org.tw:9000 /tmp/fusehdfs -d
    6671}}}
    6772
     
    7176}}}
    7277
     78 = 4. =
     79
     80加入以下內容到 /etc/fstab
     81{{{
     82#!text
     83fuse_dfs#dfs://hadoop_server.foo.com:9000 /export/hdfs fuse -oallow_other,rw,-ousetrash,-oinitchecks 0 0
     84}}}
    7385 = bug fix =
    7486 * check java5