Re: Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Sznajder ForMailingList
By the way, Ted, when I am adding hbase-site.xml to the classpath, I do not see it changes something.. Benjamin On Mon, Oct 27, 2014 at 6:24 PM, Sznajder ForMailingList < bs4mailingl...@gmail.com> wrote: > Yes. my apologize, I did not mention it... > > Benjamin > > On Mon, Oct 27, 2014 at 5:55 P

Re: Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Sznajder ForMailingList
Yes. my apologize, I did not mention it... Benjamin On Mon, Oct 27, 2014 at 5:55 PM, Ted Yu wrote: > Have you solved the problem reported in this thread ? > > http://search-hadoop.com/m/DHED4sVPwz1 > > Cheers > > On Mon, Oct 27, 2014 at 7:54 AM, Sznajder ForMailingList < > bs4mailingl...@gmail.

Re: Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Ted Yu
Have you solved the problem reported in this thread ? http://search-hadoop.com/m/DHED4sVPwz1 Cheers On Mon, Oct 27, 2014 at 7:54 AM, Sznajder ForMailingList < bs4mailingl...@gmail.com> wrote: > Hi, > > I am running from my Eclipse on Windows (using Java 1.6) a simple API call > to Hbase 0.98.5

Connection via API to Hbase installation - Stuck after HbaseAdmin

2014-10-27 Thread Sznajder ForMailingList
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