Re: Changes for CQL drivers

2012-11-20 Thread Michaël Figuière
We've just released the driver I was talking about in these slides: https://github.com/datastax/java-driver We plan to merge the work started on cassandra-jdbc with this new driver and have JDBC as as extra module that can be plugged on top of the core one. This JDBC layer should be available some

Re: Proposal: Moving CQL drivers

2011-09-14 Thread Eric Evans
On Tue, Sep 6, 2011 at 12:20 PM, Eric Evans wrote: > Here is what I propose to do (one driver at a time): > > 1. Setup new Git-based projects on Apache Extras (cassandra-jdbc and > cassandra-dbapi2) > 2. Import the most current code and fix-up the tests as needed > 3. Submit issues w/ patches for

Re: Proposal: Moving CQL drivers

2011-09-09 Thread Eric Evans
On Fri, Sep 9, 2011 at 3:32 PM, Nick Telford wrote: > It may be prudent to have someone to accept responsibility for each of the > official drivers in Extras. This way we could have a single ticket (perhaps > with sub-tickets for each driver) to ensure drivers are brought up to date > for each rel

Re: Proposal: Moving CQL drivers

2011-09-09 Thread Nick Telford
It may be prudent to have someone to accept responsibility for each of the official drivers in Extras. This way we could have a single ticket (perhaps with sub-tickets for each driver) to ensure drivers are brought up to date for each release. This would be less about polluting the C* JIRA with im

Re: Proposal: Moving CQL drivers

2011-09-09 Thread Eric Evans
On Fri, Sep 9, 2011 at 2:40 PM, Rick Shaw wrote: > I worry that if the issue management is moved from the main JIRA for C* > sponsored drivers there will be synergy and awareness lost between client > and server. Did the Hector and Pelops folks see it as a good thing to have > their own? It's a v

Re: Proposal: Moving CQL drivers

2011-09-09 Thread Jonathan Ellis
On Fri, Sep 9, 2011 at 8:40 AM, Rick Shaw wrote: > I worry that if the issue management is moved from the main JIRA for C* > sponsored drivers there will be synergy and awareness lost between client > and server. Did the Hector and Pelops folks see it as a good thing to have > their own? I can't

Re: Proposal: Moving CQL drivers

2011-09-09 Thread Rick Shaw
I worry that if the issue management is moved from the main JIRA for C* sponsored drivers there will be synergy and awareness lost between client and server. Did the Hector and Pelops folks see it as a good thing to have their own? As a small convenience to the Maven inclined among us, perhaps it

Re: Proposal: Moving CQL drivers

2011-09-07 Thread Stephen Connolly
On 7 September 2011 10:12, Eric Evans wrote: > On Wed, Sep 7, 2011 at 8:22 AM, Stephen Connolly > wrote: >> On 6 September 2011 18:34, Vivek Mishra wrote: >>> Sounds good moving to github. >>> 1 quick question, what about JIRAs already raised w.r.t drivers? Not sure >>> but is it possible to in

Re: Proposal: Moving CQL drivers

2011-09-07 Thread Eric Evans
On Wed, Sep 7, 2011 at 8:22 AM, Stephen Connolly wrote: > On 6 September 2011 18:34, Vivek Mishra wrote: >> Sounds good moving to github. >> 1 quick question, what about JIRAs already raised w.r.t drivers? Not sure >> but is it possible to integrate these new projects with current JIRA flow? >>

Re: Proposal: Moving CQL drivers

2011-09-07 Thread Eric Evans
On Tue, Sep 6, 2011 at 6:34 PM, Vivek Mishra wrote: > Sounds good moving to github. It's Google Code/Apache Extras that we've been discussing actually (http://code.google.com/a/apache-extras.org/hosting). > 1 quick question, what about JIRAs already raised w.r.t drivers? Not sure but > is it po

Re: Proposal: Moving CQL drivers

2011-09-07 Thread Stephen Connolly
vans > To: dev@cassandra.apache.org > Sent: Tuesday, September 6, 2011 10:50 PM > Subject: Proposal: Moving CQL drivers > > So following on from the previous discussion[1] about moving the CQL > drivers out of tree, my interpretation of that discussion is that we > have consens

Re: Proposal: Moving CQL drivers

2011-09-06 Thread Robert Jackson
le tests I performed [2]. [1] - https://issues.apache.org/jira/browse/CASSANDRA-2500 [2] - https://gist.github.com/1185026 Robert Jackson - Original Message - From: "Eric Evans" To: dev@cassandra.apache.org Sent: Tuesday, September 6, 2011 1:20:59 PM Subject: Proposal

Re: Proposal: Moving CQL drivers

2011-09-06 Thread Vivek Mishra
check in some stuff in both of these. -Vivek From: Eric Evans To: dev@cassandra.apache.org Sent: Tuesday, September 6, 2011 10:50 PM Subject: Proposal: Moving CQL drivers So following on from the previous discussion[1] about moving the CQL drivers out of tree

Proposal: Moving CQL drivers

2011-09-06 Thread Eric Evans
So following on from the previous discussion[1] about moving the CQL drivers out of tree, my interpretation of that discussion is that we have consensus that this should be done, and that they should go in Google Code and Apache Extras. Further, it seems a foregone conclusion that Git be used

Re: CQL Drivers

2011-09-04 Thread Jonathan Ellis
On Sun, Sep 4, 2011 at 10:12 AM, Eric Evans wrote: >> I'm rather fond of how user-friendly the Python suite is (taking care >> of server setup/teardown transparently) but realistically, now that we >> have robust truncate, it's probably fine to require an existing server >> and just use that. > >

Re: CQL Drivers

2011-09-04 Thread Eric Evans
On Sat, Sep 3, 2011 at 10:21 PM, Jonathan Ellis wrote: > On Sat, Sep 3, 2011 at 9:36 PM, Rick Shaw wrote: >> For what it is worth, my preference would be to have unit tests that would >> form a regression testing package in the tree with the client sources. > > Ditto. > >> I think that makes me

Re: CQL Drivers

2011-09-03 Thread Jonathan Ellis
On Sat, Sep 3, 2011 at 9:36 PM, Rick Shaw wrote: > For what it is worth, my preference would be to have unit tests that would > form a regression testing package in the tree with the client sources. Ditto. > I think that makes me favor option #3. I'm rather fond of how user-friendly the Python

Re: CQL Drivers

2011-09-03 Thread Rick Shaw
For what it is worth, my preference would be to have unit tests that would form a regression testing package in the tree with the client sources. Ideally the build package (whether dedicated or mixed in with the server) would have specific tasks to build, test and install/deploy devoted to the i

Re: CQL Drivers

2011-09-02 Thread Eric Evans
On Fri, Sep 2, 2011 at 3:49 PM, Jonathan Ellis wrote: > On Thu, Sep 1, 2011 at 9:08 AM, Eric Evans wrote: >> I posed a similar question about the JDBC driver in CASSANDRA-2936. >> >> Should these tests be considered functional tests of Cassandra, and >> left be left where they are?  I know that w

Re: CQL Drivers

2011-09-02 Thread Eric Evans
On Thu, Sep 1, 2011 at 9:08 AM, Eric Evans wrote: > On Wed, Aug 31, 2011 at 10:58 PM, Jonathan Ellis wrote: >> On Wed, Aug 31, 2011 at 4:24 PM, Eric Evans wrote: >>> CASSANDRA-2936 is in progress (patches attached), but is there any >>> reason not to get started with the Python driver now? >> >>

Re: CQL Drivers

2011-09-02 Thread Jonathan Ellis
On Thu, Sep 1, 2011 at 9:08 AM, Eric Evans wrote: > I posed a similar question about the JDBC driver in CASSANDRA-2936. > > Should these tests be considered functional tests of Cassandra, and > left be left where they are?  I know that was my intention WRT > test_cql.py (the driver itself has a fe

Re: CQL Drivers

2011-09-01 Thread Eric Evans
On Wed, Aug 31, 2011 at 10:58 PM, Jonathan Ellis wrote: > On Wed, Aug 31, 2011 at 4:24 PM, Eric Evans wrote: >> CASSANDRA-2936 is in progress (patches attached), but is there any >> reason not to get started with the Python driver now? > > Heads up that test/system/test_cql.py depends on the Pyth

Re: CQL Drivers

2011-08-31 Thread Jonathan Ellis
On Wed, Aug 31, 2011 at 4:24 PM, Eric Evans wrote: > CASSANDRA-2936 is in progress (patches attached), but is there any > reason not to get started with the Python driver now? Heads up that test/system/test_cql.py depends on the Python driver. It should probably be moved to the Python driver's te

Re: CQL Drivers

2011-08-31 Thread Eric Evans
On Tue, Aug 30, 2011 at 8:26 AM, Jonathan Ellis wrote: > On Mon, Aug 29, 2011 at 10:16 PM, Eric Evans wrote: >> No one else has sounded off on this, does that mean it's safe to >> assume there is consensus on this? > > Looks like it.  The opinions on irc were positive, too. > >> If so, is it Apac

Re: CQL Drivers

2011-08-30 Thread Jake Luciani
I agree that apache extras makes better sense sense it's Branded (tm) and has git. On Tue, Aug 30, 2011 at 10:04 AM, Eric Evans wrote: > On Tue, Aug 30, 2011 at 5:34 AM, Robert Jackson > wrote: > > On Aug 29, 2011, at 11:17 PM, Eric Evans wrote: > >> If so, is it Apache Extras or Github (eithe

Re: CQL Drivers

2011-08-30 Thread Eric Evans
On Tue, Aug 30, 2011 at 5:34 AM, Robert Jackson wrote: > On Aug 29, 2011, at 11:17 PM, Eric Evans wrote: >> If so, is it Apache Extras or Github (either would be fine by me). >> > Either would be good, but I have a preference for GitHub (easier workflow). Generally I prefer Github too, but the b

Re: CQL Drivers

2011-08-30 Thread Jonathan Ellis
On Mon, Aug 29, 2011 at 10:16 PM, Eric Evans wrote: > No one else has sounded off on this, does that mean it's safe to > assume there is consensus on this? Looks like it. The opinions on irc were positive, too. > If so, is it Apache Extras or Github (either would be fine by me). No strong feel

Re: CQL Drivers

2011-08-30 Thread Robert Jackson
On Aug 29, 2011, at 11:17 PM, Eric Evans wrote: >> >>> >> > No one else has sounded off on this, does that mean it's safe to > assume there is consensus on this? > I definitely think this is the right move. > If so, is it Apache Extras or Github (either would be fine by me). > Either woul

Re: CQL Drivers

2011-08-29 Thread Eric Evans
ing or patch-oriented development feel like a >> good fit for CQL drivers. > > I emphatically agree. > >> If we're going to move the drivers out-of-tree, why not move them all >> the way to github?  We'll still be able to link "official" driver

Re: CQL Drivers

2011-08-25 Thread Eric Evans
ng and reuse. > The git mirror is also a symptom of a deeper problem.  Managing the > drivers from the same Jira system as core is awkward too.  Nor does > three-day release voting or patch-oriented development feel like a > good fit for CQL drivers. I emphatically agree. > If we&

Re: CQL Drivers

2011-08-24 Thread Jonathan Ellis
it anyway whether we move drivers or not.) The git mirror is also a symptom of a deeper problem. Managing the drivers from the same Jira system as core is awkward too. Nor does three-day release voting or patch-oriented development feel like a good fit for CQL drivers. If we're going to mov

Re: CQL Drivers

2011-08-24 Thread Eric Evans
On Wed, Aug 24, 2011 at 10:09 PM, Gary Dusbabek wrote: > On Wed, Aug 24, 2011 at 17:22, Eric Evans wrote: >> There are some workarounds that have been proposed for moving the >> drivers back under Cassandra's source tree while creating independent >> releases from there.  For example, keeping the

Re: CQL Drivers

2011-08-24 Thread Gary Dusbabek
On Wed, Aug 24, 2011 at 17:22, Eric Evans wrote: > There's been discussion happening in #2761 > (https://issues.apache.org/jira/browse/CASSANDRA-2761) on and off now > for more than 3 months, and I think it could benefit from some wider > exposure. > > The issue was created in the wake of the driv

CQL Drivers

2011-08-24 Thread Eric Evans
There's been discussion happening in #2761 (https://issues.apache.org/jira/browse/CASSANDRA-2761) on and off now for more than 3 months, and I think it could benefit from some wider exposure. The issue was created in the wake of the driver move from asf/cassandra/trunk/drivers to asf/cassandra/dri