Re: Unable to Create Table in Hbase

2012-11-27 Thread shyam kumar
HI, Ya am able to see the table and table description in hbase shell (list 'table_name' and describe 'table_name') but am unable to perform scan 'table_name' as i told earlier -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Unable-to-Create-Table-in-Hbase-tp4034375p4

Re: Unable to Create Table in Hbase

2012-11-26 Thread shyam kumar
hour the process is endeded with the following error ERROR: org.apache.hadoop.hbase.client.NoServerForRegionException: No server address listed in .META. for region Posts,,1353990723936.b182a37f65e326c9b8cb1e33c2d53365. thank you Shyam kumar -- View this message in context: http://ap

Unable to Create Table in Hbase

2012-11-26 Thread shyam kumar
HI I am unable to create a Table in hbase dynamically am using the following code if (!TABLE_EXISTS) { try{ *admin.createTable(htable);* }catch(Exception e){ e.printStackTrace(