code review: HBASE-6414 Remove the WritableRpcEngine associated Invocation classes

2012-08-10 Thread Ted Yu
Hi, JIRA is currently under maintenance. Please provide your review comments on review board: https://reviews.apache.org/r/6491 I have run test suite for latest patch. No repeatable test failure was found. Cheers

Build failed in Jenkins: HBase-TRUNK #3208

2012-08-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3208/ -- [...truncated 2244 lines...] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.729 sec Running org.apache.hadoop.hbase.regionserver.TestExplicitColumnTracker Tests run: 4, Failures: 0,

Build failed in Jenkins: HBase-TRUNK #3209

2012-08-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3209/ -- [...truncated 2606 lines...] Running org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.63 sec Running

Re: avro generated code and m2eclipse

2012-08-10 Thread Jesse Yates
...yes? Wanna file a ticket to get the avro hooks into m2eclipse? --- Jesse Yates @jesse_yates jyates.github.com On Thu, Aug 9, 2012 at 1:05 PM, Michael Drzal mdr...@gmail.com wrote: Is that the desired behavior? On Thu, Aug 9, 2012 at 2:28 PM, Jesse Yates

Build failed in Jenkins: HBase-TRUNK #3210

2012-08-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3210/ -- [...truncated 2670 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec Running org.apache.hadoop.hbase.util.TestRegionSplitter Tests run: 5, Failures: 0, Errors: 0,

Fwd: [jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface

2012-08-10 Thread Jimmy Xiang
Hi Bing, Are you working on this issue? Based on comments, at least the following methods should be added to HTableInterface: public HConnection getConnection(); public byte[][] getStartKeys() throws IOException; public byte[][] getEndKeys() throws IOException; public Pairbyte[][],

Re: [jira] [Commented] (HBASE-5728) Methods Missing in HTableInterface

2012-08-10 Thread Jimmy Xiang
getConnection is also deprecated. On Fri, Aug 10, 2012 at 3:46 PM, Jimmy Xiang jxi...@cloudera.com wrote: Hi Bing, Are you working on this issue? Based on comments, at least the following methods should be added to HTableInterface: public HConnection getConnection(); public byte[][]