Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-18 Thread Lars Francke
So either we had Ryan's repo back in the pom, or Stack copies the files to his own repo, or we add a FB's repo that has it. There's still hope that Thrift will be published to Maven sometime soon... But I'd be against adding the FB repo as long as that has a mirror of all the other stuff as

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-17 Thread Jean-Daniel Cryans
Currently both trunk and 0.90's pom.xml are incomplete, we were relying on Ryan's repo have the thrift pom but now that it was changed to Stack's new comers cannot compile the project since that pom is missing. Reported by kzk9 on IRC. So either we had Ryan's repo back in the pom, or Stack copies

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-17 Thread Stack
Good one. Want to make an issue J-D? Seems like this RC is sunk going by issues filed against it. If its OK w/ you all lets let this RC hang out there a little longer to see if the RC catches more bad bugs before we cut a new RC? St.Ack On Wed, Nov 17, 2010 at 6:28 PM, Jean-Daniel Cryans

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-17 Thread Ryan Rawson
I concur. Next week? On Wed, Nov 17, 2010 at 4:39 PM, Stack st...@duboce.net wrote: Good one.  Want to make an issue J-D? Seems like this RC is sunk going by issues filed against it.   If its OK w/ you all lets let this RC hang out there a little longer to see if the RC catches more bad

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-16 Thread Mathias Herberts
Hi, I just filed HBASE-3238 which appears to me as a blocker as HBase won't start if its zookeeper.parent.znode exists and HBase does not have the CREATE permission on this znode's parent znode. Mathias.

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-16 Thread Todd Lipcon
The web UI split and compact buttons are currently not hooked up - filed last night, will try to get a patch done today. The good news is I ran some YCSB tests and on the whole performance is much improved! I agree, let's keep going with this rc until people stop finding new issues, or we reach

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-16 Thread Stack
Agreed. Keep testing and keep the sinkers coming in so its the more likely that the next RC we put out graduates. Make sure issues are filed against 0.90.0. Good stuff, St.Ack On Tue, Nov 16, 2010 at 5:27 PM, Todd Lipcon t...@cloudera.com wrote: The web UI split and compact buttons are

ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-15 Thread Stack
The first hbase 0.90.0 release candidate is available for download: http://people.apache.org/~stack/hbase-0.90.0-candidate-0/ HBase 0.90.0 is the major HBase release that follows 0.20.0 and the fruit of the 0.89.x development release series we've been running of late. More than 920 issues have

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-15 Thread Ted Yu
Just a few findings when I tried to compile our 0.20.6 based code with this new release: HConstants is final class now instead of interface RowFilterInterface is gone org.apache.hadoop.hbase.io.Cell is gone org.apache.hadoop.hbase.io.RowResult is gone constructor

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-15 Thread Todd Lipcon
Were all of the removed classes marked @Deprecated in 0.20? If not, we need to make sure they survive somehow in 0.90 IMO. On Mon, Nov 15, 2010 at 12:33 PM, Ted Yu yuzhih...@gmail.com wrote: Just a few findings when I tried to compile our 0.20.6 based code with this new release: HConstants

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-15 Thread Ryan Rawson
That is correct, those classes were deprecated in 0.20, and now gone in 0.90. Now you will want to use HTable and Result. Also Filter.getNextKeyHint() is an implementation detail, have a look at the other filters to get a sense of what it does. On Mon, Nov 15, 2010 at 12:33 PM, Ted Yu

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-15 Thread Jean-Daniel Cryans
I think it's worth going at greater lengths to document that kind of breakage, maybe a page in the book? Stuff like What's new and Incompatibilities that we can easily link to. J-D On Mon, Nov 15, 2010 at 12:38 PM, Ryan Rawson ryano...@gmail.com wrote: That is correct, those classes were

Re: ANN: hbase 0.90.0 Release Candidate 0 available for download

2010-11-15 Thread Stack
I made an issue to cover J-D's suggestion, HBASE-3236, that lists what Ted is looking for. Its pegged against 0.90.1 but if a new RC, we can include it then. St.Ack On Mon, Nov 15, 2010 at 9:23 PM, Jean-Daniel Cryans jdcry...@apache.org wrote: I think it's worth going at greater lengths to