|
|
+
shyam kumar 2012-11-26, 07:45
-
Re: Unable to Create Table in HbaseStack 2012-11-26, 17:31
What happens if you put up a shell on your hbase instance and do the
same thing? Does it succeed? St.Ack On Sun, Nov 25, 2012 at 11:45 PM, shyam kumar <[EMAIL PROTECTED]> wrote: > 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(); > } > TABLE_EXISTS = true; > } > > But the process is not terminating and the table is not created in the > hbase. > No exception is thrown. but the process is not terminating. > > > > > -- > View this message in context: http://apache-hbase.679495.n3.nabble.com/Unable-to-Create-Table-in-Hbase-tp4034375.html > Sent from the HBase User mailing list archive at Nabble.com. +
ramkrishna vasudevan 2012-11-27, 03:50
+
shyam kumar 2012-11-27, 04:57
|