hdfs-xrootd-fallback
rpm -Uvh http://www.t2.ucsd.edu/repo/el6/x86_64/ucsdt2-repo-1.0-4.el6.noarch.rpm
/etc/yum.repos.d/ucsdt2.repo
:
[ucsdt2]
name=UCSDT2 Repo for Enterprise Linux 6 - $basearch
baseurl=http://www.t2.ucsd.edu/repo/el6/$basearch/
priority=90
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-UCSDT2
hdfs-xrootd-fallback
: yum install hdfs-xrootd-fallback
cp /etc/hadoop/conf.osg/xfbfs-site.xml /etc/hadoop/conf/
/etc/hadoop/conf/xfbfs-site.xml
as neededxfbfs-site.xml
template file.scp uaf-9:~matevz/xrootd-ucsd/xfbfs/xfbfs-site.xml /etc/hadoop/conf/
/etc/hadoop/conf/core-site.xml
: <property> <name>fs.xfbfs.impl</name> <value>org.xrootd.hdfs.fallback.XrdFallBackFileSystem</value> <description>XRootd fallback filesystem for xfbfs protocol.</description> </property>
/etc/fstab
, change the URI scheme from dfs://
to xfbfs://
hadoop-fuse-dfs#xfbfs://namenode_host:9000 /hadoop fuse rdbuffer=131072,rw,notrash,big_writes 0 0
hdfs-xrootd-fbmon
hdfs-xrootd-healer