Skip to content

Instantly share code, notes, and snippets.

@jiangzhuo
Created April 21, 2015 08:41
Show Gist options
  • Save jiangzhuo/00a55deff6af0c6de9d8 to your computer and use it in GitHub Desktop.
Save jiangzhuo/00a55deff6af0c6de9d8 to your computer and use it in GitHub Desktop.
yum install gnuplot
// we can get distribution address at http://www.apache.org/dyn/closer.cgi/hbase/
wget http://apache.fayea.com/hbase/hbase-0.98.12/hbase-0.98.12-hadoop1-bin.tar.gz
tar xfz hbase-0.98.12-hadoop1-bin.tar.gz
cd hbase-0.98.12-hadoop1
# vim /usr/local/hbase/conf/hbase-site.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hbase.rootdir</name>
<value>file:///data/hbase</value>
</property>
<property>
<name>hbase.zookeeper.property.dataDir</name>
<value>/data/zookeeper</value>
</property>
</configuration>
vi /etc/profile
// add JAVA_HOME
./bin/start-hbase.sh
yum install https://github.com/OpenTSDB/opentsdb/releases/download/v2.1.0RC2/opentsdb-2.1.0RC2.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment