Avro connector

2011-07-14 Thread Andrew Purtell
HBASE-2400 introduced a new connector contrib architecturally equivalent to the Thrift connector, but using Avro serialization and associated transport and RPC server work. However, it remains unfinished, was developed against an old version of Avro, is currently not maintained, and is regarded

Re: Avro connector

2011-07-14 Thread Doug Meil
+1 On 7/14/11 2:16 PM, Andrew Purtell apurt...@apache.org wrote: HBASE-2400 introduced a new connector contrib architecturally equivalent to the Thrift connector, but using Avro serialization and associated transport and RPC server work. However, it remains unfinished, was developed against an

Re: Avro connector

2011-07-14 Thread Ryan Rawson
Someone, but not necessarily the original contributor, should step up and maintain. Ideally someone who is also using it :) This could be a good chance to get on the good sides of everyone! On Jul 14, 2011 11:48 AM, Doug Meil doug.m...@explorysmedical.com wrote: +1 On 7/14/11 2:16 PM, Andrew

Jenkins build is back to normal : HBase-TRUNK #2030

2011-07-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2030/changes

Build failed in Jenkins: HBase-TRUNK #2031

2011-07-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/2031/changes Changes: [stack] HBASE-4098 developer.xml - adding repo info, how to set up eclipse, common maven commands -- [...truncated 1427 lines...] Running

Create table threw NullPointerException

2011-07-14 Thread Gaojinchao
It happened in latest branch 0.90. but I can't reproduce it. It seems using api getHRegionInfoOrNull is better or check the input parameter before call getHRegionInfo. Code: public static Writable getWritable(final byte [] bytes, final Writable w) throws IOException { return