Re: New Features - Future releases

2009-09-19 Thread Jake Luciani
I've been working on integrating lucene with Cassandra. I'll put what I've got on github Sunday if people are interested. Sent from my iPhone On Sep 18, 2009, at 10:02 PM, Ian Holsman i...@holsman.net wrote: There was mention of lucene integration in the initial FB release. On Sep 18,

Re: Thrift Perl API Timeout Issues

2009-10-15 Thread Jake Luciani
. -e On Thu, Oct 15, 2009 at 11:42 AM, Jake Luciani jak...@gmail.com wrote: I think it's 100ms. I need to increase it to match python I guess. Sent from my iPhone On Oct 15, 2009, at 11:40 AM, Jonathan Ellis jbel...@gmail.com wrote: What is the default? On Thu, Oct 15, 2009 at 10:37 AM

Re: Thrift Perl API Timeout Issues

2009-10-16 Thread Jake Luciani
Perhaps we should add this to the thrift/Cassandra FAQ? On Oct 16, 2009, at 9:36 AM, Simon Smith simongsm...@gmail.com wrote: I don't have an opinion on the default timeout. But in my experience with other applications, you want to consciously make a choice about what your timeout, based on

Re: Cassandra users survey

2009-11-20 Thread Jake Luciani
I'm about to release a twitter search engine built ontop of cassandra. If you are interested in beta testing it let me know. I would like to see cassandra support increment/decrement. -Jake On Fri, Nov 20, 2009 at 4:17 PM, Jonathan Ellis jbel...@gmail.com wrote: Hi all, I'd love to get a

Re: Cassandra access control

2009-12-02 Thread Jake Luciani
+1 this is nosql afterall. Sent from my iPhone On Dec 2, 2009, at 3:54 PM, Mark Robson mar...@gmail.com wrote: How about we make authentication optional, and have the protocol being stateful only if you want to authenticate? That way we don't break backwards compatibility or introduce

Re: Cassandra access control

2009-12-02 Thread Jake Luciani
I like this bug/feature it gives another dimension to play with. Especially when keyspaces can be defined on the fly. Not a huge restriction though. Sent from my iPhone On Dec 2, 2009, at 4:22 PM, Jonathan Ellis jbel...@gmail.com wrote: What backwards compatibility are you concerned with

Re: Cassandra access control

2009-12-02 Thread Jake Luciani
Got it. On Dec 2, 2009, at 4:42 PM, Jonathan Ellis jbel...@gmail.com wrote: It doesn't have to be the outside world, just apps from different groups. Which is the whole (or at least, a major) reason we added multiple keyspaces. On Wed, Dec 2, 2009 at 3:38 PM, Jake Luciani jak...@gmail.com

Re: Thrift 0.2.0 release

2009-12-16 Thread Jake Luciani
Would you accept a patch that fixes the Cassandra impl? Least we can do. On Dec 16, 2009, at 4:37 PM, Jonathan Ellis jbel...@gmail.com wrote: 0.2 shipped with a regression that breaks Cassandra's internal use of thrift (https://issues.apache.org/jira/browse/THRIFT-529), so Cassandra devs

Re: Is Cassandra suitable for multi criteria search engine

2009-12-17 Thread Jake Luciani
You can also put lucene on top of Cassandra by using. http://github.com/tjake/Lucandra On Dec 17, 2009, at 4:43 PM, gabriele renzi rff@gmail.com wrote: On Thu, Dec 17, 2009 at 7:48 PM, David MARTIN dmartin@gmail.com wrote: Hi, That's what I was thinking. And I'm glad to read Apache

Re: Is Cassandra suitable for multi criteria search engine

2009-12-17 Thread Jake Luciani
to accomplish? (Meant earnestly: I'm really curious) josh @schulz http://schulzone.org On Thu, Dec 17, 2009 at 2:52 PM, Jake Luciani jak...@gmail.com wrote: You can also put lucene on top of Cassandra by using. http://github.com/tjake/Lucandra On Dec 17, 2009, at 4:43 PM, gabriele renzi rff

Re: Data Model Index Text

2010-01-11 Thread Jake Luciani
currently uses the 0.4 release series. On Mon, Jan 11, 2010 at 6:21 PM, ML_Seda sonnyh...@gmail.com wrote: Is there a particular version of cassandra required for Lucandra to work? It's not able to resolve Cassandra Class, along with a few others. I have trunk cassandra checked out, and

Re: Data Model Index Text

2010-01-13 Thread Jake Luciani
.4 release. Is there any documentation or tutorial on how to get that up and running? I've checked both cassandra and lucandra into eclipse, but the lucandra project is still unable to resolve some Classes. This is because I need to generate the java client classes? Thanks. Jake Luciani

Re: Data Model Index Text

2010-01-13 Thread Jake Luciani
. I've ruled out OrderPreservingPartitioner for other jobs of mine because distribution of keys is likely not ideal across my cluster. I'm curious with Lucandra if the keys truly distribute well? R On Wed, Jan 13, 2010 at 10:26 AM, Jake Luciani jak...@gmail.com wrote: It should work