Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Todd Burruss
This is a bit preliminary, but wanted to get this to you guys knowing the vote is in progress using these artifacts I am seeing the following exception on restart. (also with RC1 and RC2.) the only interesting tidbit is that it seems to only happen when writing via direct calls to StoragePro

Re: REST API?

2011-10-10 Thread Brian O'Neill
Will do. I've picked up where Gary left off. It is good starting point, with a good mapping between REST and get/set/mutations. (kudos to Gary) I'll update it to accomodate any changes and see if I can add some tests on top of it. I may look to add in JAX-RS (on either Jersey or Apache CXF).

Re: REST API?

2011-10-10 Thread Ed Anuff
For Usergrid, we use Jersey (http://jersey.java.net/), the Sun implementation of JAX-RS, which makes use of Jackson (http://wiki.fasterxml.com/JacksonHome) for the JSON marshalling. I'd heartily recommend using those if you're going to roll your own REST implementation in Java. If you're looking

Re: REST API?

2011-10-10 Thread Jeremy Hanna
Brian, If you end up doing something with the rest api and making it available/open source, please post again either here or on the user list. I think others would be interested and may contribute to it. Cheers, Jeremy On Oct 10, 2011, at 8:42 PM, Brian O'Neill wrote: > Thanks Gary. Perfect

Re: REST API?

2011-10-10 Thread Brian O'Neill
Thanks Gary. Perfect. Checking it out now. Performance isn't much of a concern for us through the REST interface. We are using the Hadoop/PIG integration to do the heavy lifting. This will be mostly for reads and small number of writes. I'll definitely give this a try. Thanks again. I'll let

Re: REST API?

2011-10-10 Thread Gary Dusbabek
It turns out that it is pretty easy (or it was a year ago) to replace the native Cassandra transport with your own. I wrote about it on my blog (http://www.onemanclapping.org/2010/09/restful-cassandra.html), using REST as an example. On Mon, Oct 10, 2011 at 20:12, Brian O'Neill wrote: > My team

REST API?

2011-10-10 Thread Brian O'Neill
My team desperately needs a REST API for Cassandra. I saw the following: http://code.google.com/p/restish/ from http://crlog.info/2011/01/29/restish-wrapper-for-hectorcassandra-data-manipulation/ But it appears to have little activity and documentation. That lead me to start work on a contrib/re

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Jake Luciani
+1 On Mon, Oct 10, 2011 at 12:24 PM, Sylvain Lebresne wrote: > As said while closing previous vote, CASSANDRA-3338 felt important enough > to > warrant a reroll. So here it is: I propose the following artifacts for > release > as 1.0.0 (those are the same as the previous + the patch for CASSANDRA

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Eric Evans
On Mon, Oct 10, 2011 at 11:24 AM, Sylvain Lebresne wrote: > As said while closing previous vote, CASSANDRA-3338 felt important enough to > warrant a reroll. So here it is: I propose the following artifacts for release > as 1.0.0 (those are the same as the previous + the patch for CASSANDRA-3338 >

Build failed in Jenkins: Cassandra-quick #58

2011-10-10 Thread Apache Jenkins Server
See Changes: [jbellis] merge from 1.0 -- [...truncated 1489 lines...] [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.105 sec [junit] [junit] Testsuite: org.apache.cassan

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Stephen Connolly
+1 (non-binding) -Stephen On 10 October 2011 17:24, Sylvain Lebresne wrote: > As said while closing previous vote, CASSANDRA-3338 felt important enough to > warrant a reroll. So here it is: I propose the following artifacts for release > as 1.0.0 (those are the same as the previous + the patch f

Re: Patch for Contrib/Pig to accommodate refactoring of hexToBytes

2011-10-10 Thread Jonathan Ellis
thanks! On Mon, Oct 10, 2011 at 11:28 AM, Brian O'Neill wrote: > Jonathan, > > We need a small update to contrib/pig to accommodate pulling hexToBytes out > of FBUtilities into Hex. > I raised an issue, and attached is the patch for trunk. > > https://issues.apache.org/jira/browse/CASSANDRA-3341

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Gary Dusbabek
+1 On Mon, Oct 10, 2011 at 11:24, Sylvain Lebresne wrote: > As said while closing previous vote, CASSANDRA-3338 felt important enough to > warrant a reroll. So here it is: I propose the following artifacts for release > as 1.0.0 (those are the same as the previous + the patch for CASSANDRA-3338 >

Patch for Contrib/Pig to accommodate refactoring of hexToBytes

2011-10-10 Thread Brian O'Neill
Jonathan, We need a small update to contrib/pig to accommodate pulling hexToBytes out of FBUtilities into Hex. I raised an issue, and attached is the patch for trunk. https://issues.apache.org/jira/browse/CASSANDRA-3341 -brian -- Brian ONeill Lead Architect, Health Market Science (http://heal

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Jonathan Ellis
+1 On Mon, Oct 10, 2011 at 11:24 AM, Sylvain Lebresne wrote: > As said while closing previous vote, CASSANDRA-3338 felt important enough to > warrant a reroll. So here it is: I propose the following artifacts for release > as 1.0.0 (those are the same as the previous + the patch for CASSANDRA-333

[VOTE] Release Apache Cassandra 1.0.0 (Final) - Strike 2

2011-10-10 Thread Sylvain Lebresne
As said while closing previous vote, CASSANDRA-3338 felt important enough to warrant a reroll. So here it is: I propose the following artifacts for release as 1.0.0 (those are the same as the previous + the patch for CASSANDRA-3338 and a one line fix to the build file so that it picks the right ver

Re: svn commit: r1180970 - in /cassandra/branches/cassandra-1.0.0: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/compaction/ src/java/org/apache/cassandra/io/sstable/ src/java/

2011-10-10 Thread Stephen Connolly
Yeah it was my bad... the patch for the build versions included an extra .3... when reviewing the pom for the 1.0.0 vote I caught the mis-match... pinged Sylvain on IRC... should probably have raised a JIRA... but the issue could at best affect only windows users running cassandra embedded in t

Re: svn commit: r1180970 - in /cassandra/branches/cassandra-1.0.0: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/compaction/ src/java/org/apache/cassandra/io/sstable/ src/java/

2011-10-10 Thread Norman Maurer
No problem... It just catched my attention ;) Keep on coding, Norman 2011/10/10 Sylvain Lebresne : > On Mon, Oct 10, 2011 at 4:03 PM, Norman Maurer > wrote: >> Hi there, >> >> did you alter the snappy-java version by mistake or was this part of >> the commit ? > > Sorry, that was intentional but

Re: svn commit: r1180970 - in /cassandra/branches/cassandra-1.0.0: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/compaction/ src/java/org/apache/cassandra/io/sstable/ src/java/

2011-10-10 Thread Sylvain Lebresne
On Mon, Oct 10, 2011 at 4:03 PM, Norman Maurer wrote: > Hi there, > > did you alter the snappy-java version by mistake or was this part of > the commit ? Sorry, that was intentional but I should probably not have been lazy and made a separate commit. I just updated the version referenced in the p

Jenkins build is back to normal : Cassandra-quick #56

2011-10-10 Thread Apache Jenkins Server
See

Re: svn commit: r1180970 - in /cassandra/branches/cassandra-1.0.0: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/compaction/ src/java/org/apache/cassandra/io/sstable/ src/java/

2011-10-10 Thread Norman Maurer
Hi there, did you alter the snappy-java version by mistake or was this part of the commit ? Bye, Norman 2011/10/10 : > Author: slebresne > Date: Mon Oct 10 13:56:27 2011 > New Revision: 1180970 > > URL: http://svn.apache.org/viewvc?rev=1180970&view=rev > Log: > Fix places where uncompressed ss

Re: [VOTE] Release Apache Cassandra 1.0.0 (Final)

2011-10-10 Thread Sylvain Lebresne
Ok, https://issues.apache.org/jira/browse/CASSANDRA-3338 showed up, and it makes compression a bit pointless, which is a bit sad since it's a feature lots of people will be looking at in 1.0, so we'll commit the fix and reroll this one. This vote is now closed, but I'll restart a new one very short

Re: [VOTE] Release Apache Cassandra 0.8.7

2011-10-10 Thread Sylvain Lebresne
Including my own vote, I count 3 binding +1's, 1 other +1 and no -1's. The vote passes. I'll publish the artifacts shortly. -- Sylvain On Thu, Oct 6, 2011 at 6:15 PM, Vijay wrote: > +1 > Regards, > > > > > On Wed, Oct 5, 2011 at 11:10 AM, Brandon Williams wrote: > >> +1 >> >> On Wed, Oct 5, 20