- Create an Amazon Linux EC2 instance.
- Log into your EC2 Instance using ssh.
- sudo yum install java-1.6.0-openjdk
- wget http://www.apache.org/dist/hbase/hbase-0.94.13/hbase-0.94.13.tar.gz
- tar xfz hbase-*
- vi .bashrc
- Add this line at the bottom of the file JAVA_HOME=/usr/java/default
- sudo vi /etc/hosts
- Comment out the localhost line: #127.0.0.1 localhost localhost.localdomain
- cd hbase-*
- Start HBase ./bin/start-hbase.sh
- Check log files cat logs/hbase-*
Showing posts with label ec2. Show all posts
Showing posts with label ec2. Show all posts
Thursday, December 26, 2013
Running HBase on Amazon EC2
Wednesday, April 3, 2013
Subscribe to:
Posts (Atom)
Popular Articles
-
Last month, at Tech Talk Tuesday , we formed a team for the Kaggle Competition Getting Started with Julia . Last week, out team Data Scien...
-
Two great things about Ruby are it's brevity and it's dynamic nature. A great way to introduce Ruby to a project written in another...
-
At April's Tech Talk Tuesday , we previewed six Modern Customer Relationship Management (CRM) Systems . There are hundreds of CRM ...
-
"Julia is a fresh approach to technical computing." boasts the startup message, flourished with colorful circles hovering above...
