object mapping and keyspace in @UDT and @Table

2014-11-10 Thread Reik Schatz
I am using the new object mapping API for the first time with a 2.1 cluster. Recently I hit a problem when using different keyspace names, i.e. the keyspace in our integration test environment was called differently from the keyspace we use in our staging environment. The problem is that the keysp

Re: object mapping and keyspace in @UDT and @Table

2014-11-10 Thread Olivier Michallat
Hi Reik, This is the mailing list for the Cassandra developers. The Java driver has a dedicated list, which is located at https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user I'm going to answer your question there. -- Olivier Michallat Driver & tools engineer, DataSt

[VOTE RESULT] Release Apache Cassandra 2.1.2

2014-11-10 Thread Jake Luciani
With 5 binding +1, 3 non-binding +1 and no -1 the vote passes. I'll release the artifacts

RE: Retrieving clustering columns values from cell names

2014-11-10 Thread Jacques-Henri Berthemet
I found the solution, here it is if someone needs it: CellNameType cellComparator = columnFamily.getComparator(); int clusteringPrefixSize = cellComparator.clusteringPrefixSize(); for (int prefixNb = 0; prefixNb < clusteringPrefixSize; prefixNb++) { AbstractType

[RELEASE] Apache Cassandra 2.1.2 released

2014-11-10 Thread Jake Luciani
The Cassandra team is pleased to announce the release of Apache Cassandra version 2.1.2. 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 an