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.