make symlinks to hadoop and hbase home dirs

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@924570 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-03-18 00:23:09 +00:00
parent 46e773124c
commit 09f371e56b
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ done
# Hadoop configuration
(cd /usr/local && ln -s $HADOOP_HOME hadoop) || true
cat > $HADOOP_HOME/conf/core-site.xml <<EOF
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
@ -184,6 +185,7 @@ EOF
# HBase configuration
(cd /usr/local && ln -s $HBASE_HOME hbase) || true
cat > $HBASE_HOME/conf/hbase-site.xml <<EOF
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>