Cannot access data from hbase with amazone ec2
Posted
by
Najeeb Thalakkatt
on Stack Overflow
See other posts from Stack Overflow
or by Najeeb Thalakkatt
Published on 2012-12-20T05:00:32Z
Indexed on
2012/12/20
5:03 UTC
Read the original article
Hit count: 129
I have a single node hadoop machine in which hbase is running in the amazone ec2 instance. Due to some reason the server got restarted. So i need to start hadoop and hbase again. Then its working fine, but the old data in the hbase cannot be accessed through the web-servies.
While i use the shell command its working fine, i am getting the data.
So i created the scenario on my local server machine, but its working fine.
The version details are as follows. hadoop-0.20.2 hbase-0.90.5 apache-tomcat-7.0.30 in Amazon ec2 medium instance
And i use restful web-services with Orm-hbase to access data.
© Stack Overflow or respective owner