Hi,

I am running from my Eclipse on Windows (using Java 1.6) a simple API call
to Hbase 0.98.5 installed on a remote cluster.

The call
admin = new HBaseAdmin(conf);

passes..

However, the next line
admin.listTables();

is *stuck* forever.


Do you have any hints?!

Best regards

Benjamin

Reply via email to