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.
