Re: Timeuuid inserted with now(), how to get the value back in Java client?

2014-03-28 Thread Michael Kjellman
Create a new Date() and insert that instead of using the NOW CQL macro. You have the time you inserted... Also, this is the type of question for the user list in the future. Hope that helps and I understood your question correctly. > On Mar 28, 2014, at 4:46 PM, "Andy Atj2" wrote: > > I'm wr

Re: Timeuuid inserted with now(), how to get the value back in Java client?

2014-03-28 Thread Jonathan Ellis
Nope. Better to generate it yourself if you need it immediately. On Mar 28, 2014 6:46 PM, "Andy Atj2" wrote: > I'm writing a Java client to a Cassandra db. > > One of the main primary keys is a timeuuid. > > I plan to do INSERTs using now() and have Cassandra generate the value of > the timeuuid.

Timeuuid inserted with now(), how to get the value back in Java client?

2014-03-28 Thread Andy Atj2
I'm writing a Java client to a Cassandra db. One of the main primary keys is a timeuuid. I plan to do INSERTs using now() and have Cassandra generate the value of the timeuuid. After the INSERT, I need the Cassandra-generated timeuuid value. Is there an easy way to get it, without having to re-q

Re: [VOTE RESURRECTED] Release Apache Cassandra 1.2.16

2014-03-28 Thread Eric Evans
[ Sylvain Lebresne ] > So, seems like CASSANDRA-6924 was kind of a false alarm. And since I've > never dropped > the artifacts and no commit has been done on 1.2 since then, I propose to > just resurrect the > vote. Since the vote had initially ran for 2 days, I'm going to propose > that we only ex