Re: hbase-client Put serialization exception

2014-10-16 Thread Nick Dimiduk
Can you confirm that you're using the same version of hbase in your project dependencies as with your runtime system? Seems like you might have some 0.94 mixed in somewhere. On Thu, Oct 16, 2014 at 2:57 PM, Ted Yu wrote: > Do you have more information about the NoSuchMethodException w.r.t. Put()

Re: hbase-client Put serialization exception

2014-10-16 Thread Ted Yu
Do you have more information about the NoSuchMethodException w.r.t. Put() ctor ? Put() ctor doesn't exist in 0.98 Can you check GeoAnalyticFormatBulkLoader ? The other exceptions are for hdfs. Cheers On Thu, Oct 16, 2014 at 11:35 AM, THORMAN, ROBERT D wrote: > Anyone had a problem using hbase

hbase-client Put serialization exception

2014-10-16 Thread THORMAN, ROBERT D
Anyone had a problem using hbase-client on hadoop2? Seems like the Put class is missing a method (either default public constructor or some init method) and throws an exception when my MR jobs starts up. I’m using: HDP 2.1 with hbase-client.0.98.0.2.1.4.0-632-hadoop2.jar Stack trace: hadoop