From 09f371e56b019e5ff355aedeff92eceb36ff4309 Mon Sep 17 00:00:00 2001 From: Andrew Kyle Purtell Date: Thu, 18 Mar 2010 00:23:09 +0000 Subject: [PATCH] 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 --- contrib/ec2/bin/hbase-ec2-init-remote.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/ec2/bin/hbase-ec2-init-remote.sh b/contrib/ec2/bin/hbase-ec2-init-remote.sh index d0e1257f226..8e079bc482d 100644 --- a/contrib/ec2/bin/hbase-ec2-init-remote.sh +++ b/contrib/ec2/bin/hbase-ec2-init-remote.sh @@ -90,6 +90,7 @@ done # Hadoop configuration +(cd /usr/local && ln -s $HADOOP_HOME hadoop) || true cat > $HADOOP_HOME/conf/core-site.xml < @@ -184,6 +185,7 @@ EOF # HBase configuration +(cd /usr/local && ln -s $HBASE_HOME hbase) || true cat > $HBASE_HOME/conf/hbase-site.xml <