java API bug ? --- client.HTable init unnecessarily tries hadoop

2015-01-28 Thread Yang
we have a standalone java code, which simply tries to insert one record into an existing hbase table. here it got the following error:but it is able to proceed. so this means the following operation which triggered the error is useless ??? if so, shouldn't the useless code be removed? thanks Yang

Re: java API bug ? --- client.HTable init unnecessarily tries hadoop

2015-01-28 Thread Ted Yu
Is namenode running on my-hbase-master.com ? Which hbase release are you using ? I assume hbase-site.xml is in the classpath of your app. What's the value for hbase.rootdir ? Cheers On Wed, Jan 28, 2015 at 4:10 PM, Yang wrote: > we have a

Re: java API bug ? --- client.HTable init unnecessarily tries hadoop

2015-02-03 Thread Yang
the rootdir value is http://my-hbase-master.com:8020 /apps/hbase/data I'm using 0.98.0 On Wed, Jan 28, 2015 at 4:14 PM, Ted Yu wrote: > Is namenode running on my-hbase-master.com > ? > >