Re: How to include all dependencies on cassandra driver jar?

2016-06-03 Thread James Carman
You could shade it into another jar. On Fri, Jun 3, 2016 at 9:08 PM Carolina Simoes Gomes < carolina.go...@huawei.com> wrote: > Hello, > > > > I am using Cassandra 3.2.1 and the 3.0.0 driver. I need to build the > driver but with all its dependencies included in the jar (uber jar), using > maven,

How to include all dependencies on cassandra driver jar?

2016-06-03 Thread Carolina Simoes Gomes
Hello, I am using Cassandra 3.2.1 and the 3.0.0 driver. I need to build the driver but with all its dependencies included in the jar (uber jar), using maven, such that there are no external dependencies. How should I go about doing that? Thanks, Carolina Gomes, M.Sc. Systems Researcher H

RE: Token Ring Question

2016-06-03 Thread Anubhav Kale
Thank you, I was just curious about how this works. From: Tyler Hobbs [mailto:ty...@datastax.com] Sent: Friday, June 3, 2016 3:02 PM To: user@cassandra.apache.org Subject: Re: Token Ring Question There really is only one token ring, but conceptually it's easiest to think of it like multiple ring

Re: Token Ring Question

2016-06-03 Thread Tyler Hobbs
There really is only one token ring, but conceptually it's easiest to think of it like multiple rings, as OpsCenter shows it. The only difference is that every token has to be unique across the whole cluster. Now, if the token for a particular write falls in the “primary range” of a > node living

Re: Blob or columns

2016-06-03 Thread Tyler Hobbs
On Fri, Jun 3, 2016 at 10:43 AM, Abhinav Solan wrote: > Should we store these inconsequential data as blob or JSON in one column > or create separate columns for them, which one should be the preferred way > here ? A blob will be more compact and require less server and driver resources for ser

ANNOUNCE: Hecate 3.0.0.Beta1 Available...

2016-06-03 Thread James Carman
Fellow Cassandra Users, We have been using a library we call "Hecate" to do Cassandra ORM-type mapping for our clients for quite some time with tremendous success. We have recently released a 3.0.0.Beta1 version for folks to try out. You can find the source here: https://github.com/savoirtech/hec

Blob or columns

2016-06-03 Thread Abhinav Solan
Hi Everyone, We have a unique situation at my workplace while storing data. We are using Cassandra as a write through cache where we keep real time data in Cassandra for around 10 - 20 days and rest we archive it to another data store as archived data. The current data which we are going to store