Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Jeremiah D Jordan
The Apache Cassandra project has always left development of its drivers up to the community. The DataStax Java Driver is not part of the Apache Cassandra project, it is an open source project created by DataStax. You can find a large list of drivers for Cassandra here: https://wiki.apache.org

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Eric Stevens
> A key portion of your software’s stack, a client driver to use it, exists outside of Apache in separate communities. This is an inherent risk to the project. That's not at all obvious to me. The driver you're concerned about is not under ASF, but it is Apache licensed, if DataStax took it in a

Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Mahdi Mohammadi
Team, I was checking the documentation for TupleType in DataStax docs here and the code example was like this: TupleType theType = TupleType.of(DataType.cint(), DataType.text(), DataType.cfloat()); But in th

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Nate McCall
On Sun, Jun 5, 2016 at 3:20 PM, Mattmann, Chris A (3980) < chris.a.mattm...@jpl.nasa.gov> wrote: > > #1 - a driver is needed to use Apache Cassandra right? As in, you > wouldn’t expect users of Apache Cassandra to get the database core > from the ASF, and then use it without a driver (from somewhe

[VOTE RESULT] Release Apache Cassandra 3.6 (Attempt #2)

2016-06-06 Thread Jake Luciani
With 6 binding +1, 6 non-binding +1 and no -1 the vote passes. On Fri, Jun 3, 2016 at 4:02 AM, Benjamin Lerer wrote: > +1 > > On Wed, Jun 1, 2016 at 7:30 PM, Jake Luciani wrote: > > > I propose the following artifacts for release as 3.6. > > > > sha1: 8d22d9fd1842c59ea65a3793aceb5a78c5852351

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Brandon Williams
On Sun, Jun 5, 2016 at 3:20 PM, Mattmann, Chris A (3980) < chris.a.mattm...@jpl.nasa.gov> wrote: > #1 - a driver is needed to use Apache Cassandra right? As in, you > wouldn’t expect users of Apache Cassandra to get the database core > from the ASF, and then use it without a driver (from somewhere

[RELEASE] Apache Cassandra 3.6 released

2016-06-06 Thread Jake Luciani
The Cassandra team is pleased to announce the release of Apache Cassandra version 3.6. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source and

3.7 and 3.0.7 frozen

2016-06-06 Thread Jake Luciani
These releases have been tentatively frozen and tagged for testing

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Khai Le
Chris, We should release one core driver with the db to ensure no dependency and controlling issue from any vendor. Sent from my iPhone > On Jun 5, 2016, at 5:33 PM, Mattmann, Chris A (3980) > wrote: > > Thanks for the info Jonathan. I think have assessed based on > the replies thus far,

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Jeremy Hanna
> On Jun 5, 2016, at 4:33 PM, Mattmann, Chris A (3980) > wrote: > > Thanks for the info Jonathan. I think have assessed based on > the replies thus far, my studying of the archives and > commit and project history the following situation. > > Unfortunately it seems like there is a bit of contr

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Jonathan Ellis
I’m happy to consult with my peers in other projects for the board report and summarize their ideas and Cassandra PMC's to improve contributor diversity. I’ll plan to attend the meeting in person to discuss this further. On Sun, Jun 5, 2016 at 5:33 PM, Mattmann, Chris A (3980) < chris.a.mattm...@

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Nate McCall
Thanks for bringing this up, but the Java Driver is a separate project maintained here: https://github.com/datastax/java-driver with it's own mailing list: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user Documentation for the driver is also maintained by the communit

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Andres de la Peña
Hi all, I work for Stratio, a software company not related with DataStax. We develop an implementation of C* secondary indexes based on Lucene ( https://github.com/Stratio/cassandra-lucene-index). This project started as a fork of Apache Cassandra including several Lucene features such as full-tex

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Mattmann, Chris A (3980)
Hi, So, the core documentation for a key part of Cassandra is hosted at DataStax? Cheers, Chris ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasad

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Chris Mattmann
Thanks Jonathan. I have seen several people replying back and citing general technical benefits again to having different drivers hosted elsewhere. I have also seen people say, “well it’s ALv2 and open source, so people can fork it and blah and blah”. “Opensource” and “ALv2” don’t necessarily a

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Michael Kjellman
http://cassandra.apache.org/doc/cql3/CQL.html On Jun 6, 2016, at 4:42 PM, Mattmann, Chris A (3980) mailto:chris.a.mattm...@jpl.nasa.gov>> wrote: Hi, So, the core documentation for a key part of Cassandra is hosted at DataStax? Cheers, Chris

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Chris Mattmann
Excellent, why am I the first person to ask that, and why didn’t a PMC member point that out right away and why did it take me asking to point to the Apache docs. This is what I am talking about in terms of the Apache community.. On 6/6/16, 4:47 PM, "Michael Kjellman" wrote: >http://cassand

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Michael Kjellman
I think it comes down to having full time tech writers employed and paid. If Datastax has the $$ to provide a significant benefit to the community (well thought out documentation) that's better than little or no documentation (if it was only done via developers who most likely won't document or

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Chris Mattmann
It’s not about whether DataStax has great documentation or not. That’s fine - it’s about the perception of the *first* place to look for that documentation. If someone came to Apache OODT, Nutch, Tika, Lucene, Spark, etc., and we had great documentation at JPL to go along with these, as a PMC me

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Pavel Yaskevich
Hi Chris, On a similar note to what Andres mentioned, me and couple of other people have recently contributed index implementation (SASI), which significantly extends indexing capabilities of Apache Cassandra, and might be one of the biggest changes to the database in years. I'm a member

Gossip Behavioral Difference between C* 2.0 and C* 2.1

2016-06-06 Thread Michael Fong
Hi, We recently discovered that there are some differences in gossip behavior between C* 2.0 and C* 2.1. In some cases of network instability or a node reboot, we can observe some behavioral differences from Cassandra/system.log. 2.0.17 We can observe this log of similar pattern in log : DEBUG

Re: Java Driver 3.0 for Apache Cassandra - Documentation Outdated?

2016-06-06 Thread Sylvain Lebresne
On Tue, Jun 7, 2016 at 1:50 AM, Chris Mattmann wrote: > Excellent, why am I the first person to ask that, and why didn’t > a PMC member point that out right away and why did it take me asking > to point to the Apache docs. > > This is what I am talking about in terms of the Apache community.. >