[ANN] pithos is cassandra-backed S3 compatible object store

2014-03-27 Thread Pierre-Yves Ritschard
Hi, If you're already using cassandra for storing your data, you might be interested in http://pithos.io which provides s3 compatibility. The underlying schema splits files in several blocks, themselves being split in chunks. I'm looking forward to all your comments on the schema, code and of

Re: Which hector version is suitable for cassandra 2.0.6 ?

2014-03-27 Thread Colin
Have you tried the Datastax java driver? -- Colin 320-221-9531 On Mar 27, 2014, at 8:17 AM, user 01 user...@gmail.com wrote: Which hector version is suitable for cassandra 2.0.6 ? I am seeing that version 1.1-4(which I believe is latest release?) has been there around since very long

Re: Which hector version is suitable for cassandra 2.0.6 ?

2014-03-27 Thread ssiv...@gmail.com
If you're using C* v2 I suggest you to switch to the latest DataStax JavaDriver which the only one who supports C* v2. Also you can use Astyanax in order to switch to its API but having something like DS JavaDriver under the hood. It may be interesting for you

RE: [ANN] pithos is cassandra-backed S3 compatible object store

2014-03-27 Thread Romain HARDOUIN
It looks like MagnetoDB for CloudStack. Nice Clojure project. Pierre-Yves Ritschard p...@spootnik.org a écrit sur 27/03/2014 08:12:15 : De : Pierre-Yves Ritschard p...@spootnik.org A : user user@cassandra.apache.org, Date : 27/03/2014 08:12 Objet : [ANN] pithos is cassandra-backed S3

Re: Which hector version is suitable for cassandra 2.0.6 ?

2014-03-27 Thread user 01
Umm.. That means there *are *some issues with Hector ! Btw both Hector Datastax java driver are maintained by Datastax, both for java, this speaks for itself ! My project is going to production very soon.. I would need to switch to new library. Are there any major differences between Hector

Re: Which hector version is suitable for cassandra 2.0.6 ?

2014-03-27 Thread ssiv...@gmail.com
On 03/27/2014 12:23 PM, user 01 wrote: Btw both Hector Datastax java driver are maintained by Datastax, both for java, this speaks for itself ! I'm not sure about the first statement. What do you mean at the second part of the sentence? They are Java-based, but has different API (and I find

RE: Which hector version is suitable for cassandra 2.0.6 ?

2014-03-27 Thread DE VITO Dominique
Hi, -Message d'origine- De : ssiv...@gmail.com [mailto:ssiv...@gmail.com] Envoyé : jeudi 27 mars 2014 10:41 À : user@cassandra.apache.org Objet : Re: Which hector version is suitable for cassandra 2.0.6 ? On 03/27/2014 12:23 PM, user 01 wrote: Btw both Hector Datastax java

Re: Kernel keeps killing cassandra process - OOM

2014-03-27 Thread prem yadav
Hi all, thanks for the help. the issue happened again. I looked into Romain's suggestion and yes, it was VMware balloning. So, i will not be updating the jira ticket as I am not sure if the fix actually helped or not. Thanks, Prem On Wed, Mar 26, 2014 at 6:54 PM, Robert Coli

Re: Question about how compaction and partition keys interact

2014-03-27 Thread Jonathan Lacefield
Hello, Compaction strategy, leveled vs. sized tier, will impact the amount of compaction that occurs, i.e. compaction time, more than the two data model options. Check out this blog for more information on the types of compaction strategy -

Re: [ANN] pithos is cassandra-backed S3 compatible object store

2014-03-27 Thread Pierre-Yves Ritschard
Hi Romain, There is a stronger parallel with switft in the openstack world. But the more evident parallel is with riak-cs for riak. Cheers, - pyr On Thu, Mar 27, 2014 at 10:08 AM, Romain HARDOUIN romain.hardo...@urssaf.fr wrote: It looks like MagnetoDB for CloudStack. Nice Clojure

any way to REALLY turn off commitlog?

2014-03-27 Thread Keith Freeman
We're running an insert-heavy use-case and have set durable_writes = false for all of our keyspaces. While inserts are coming in (about 2000 1k-records per second), we are still seeing 50Mb written to files in the commitlog directory every 6-10 seconds (using iostat). Anybody know why so

Re: any way to REALLY turn off commitlog?

2014-03-27 Thread Benedict Elliott Smith
Are you writing these records as batches (with begin batch, not begin unlogged)? As a logged batch ('begin batch' is logged) gets written to a system keyspace with CL before being applied to the underlying CF, and I'm not sure we want to go special casing that for non-durable writes, since you

Re: Question about how compaction and partition keys interact

2014-03-27 Thread Jack Krupansky
If the number of types and dates per customer are reasonable modest (dozens? hundreds?) it may not matter much at all. What are the numbers here, average/maximum types per customer and dates per customer? In fact, depending on the numbers, maybe the partition key should only be the customer. I

Re: Which hector version is suitable for cassandra 2.0.6 ?

2014-03-27 Thread Alex Popescu
On Thu, Mar 27, 2014 at 2:23 AM, user 01 user...@gmail.com wrote: Btw both Hector Datastax java driver are maintained by Datastax, both for java, this speaks for itself ! Hector is not maintained by DataStax. -- :- a) Alex Popescu Sen. Product Manager @ DataStax @al3xandru

Question about rpms from datastax

2014-03-27 Thread Donald Smith
On http://rpm.riptano.com/community/noarch/ what's the difference between cassandra20-2.0.6-1.noarch.rpmhttp://rpm.riptano.com/community/noarch/cassandra20-2.0.6-1.noarch.rpm and dsc20-2.0.6-1.noarch.rpmhttp://rpm.riptano.com/community/noarch/dsc20-2.0.6-1.noarch.rpm ? Thanks, Don Donald

Installing Datastax Cassandra 1.2.15 Using Yum (Java Issue)

2014-03-27 Thread Jon Forrest
I'm using Oracle Java 7 on a CentOS 6.5 system. Running 'java -version' works correctly and shows I'm running Oracle Java. I don't want to use OpenJDK. This is good since I notice that the Datastax documentation in several places says to install Oracle Java, not OpenJDK. I want to install

Re: Installing Datastax Cassandra 1.2.15 Using Yum (Java Issue)

2014-03-27 Thread prem yadav
I have noticed that too. But even though dse installs opsndjk, it never gets used. So you should be ok. On Thu, Mar 27, 2014 at 8:29 PM, Jon Forrest jon.forr...@xoom.com wrote: I'm using Oracle Java 7 on a CentOS 6.5 system. Running 'java -version' works correctly and shows I'm running

Re: Installing Datastax Cassandra 1.2.15 Using Yum (Java Issue)

2014-03-27 Thread Jon Forrest
On 3/27/2014 1:41 PM, prem yadav wrote: I have noticed that too. But even though dse installs opsndjk, it never gets used. So you should be ok. But with two version of Java installed you then have to make extra sure that Oracle Java is being used. It just seems like a good idea to follow

Re: Installing Datastax Cassandra 1.2.15 Using Yum (Java Issue)

2014-03-27 Thread Michael Dykman
Java on linux has *always* been a hassle. Recently, installing ant via apt-get on an active ubuntu still want to yank in components of GCJ shudder. Back to the tar-ball. On Thu, Mar 27, 2014 at 4:53 PM, Jon Forrest jon.forr...@xoom.com wrote: On 3/27/2014 1:41 PM, prem yadav wrote: I have

Re: Installing Datastax Cassandra 1.2.15 Using Yum (Java Issue)

2014-03-27 Thread Ken Hancock
On Thu, Mar 27, 2014 at 4:53 PM, Jon Forrest jon.forr...@xoom.com wrote: It would be great to know the origin of this issue. See http://www.rudder-project.org/redmine/issues/2941 for the mess that has been created regarding java JRE dependencies. Ken

Re: Installing Datastax Cassandra 1.2.15 Using Yum (Java Issue)

2014-03-27 Thread Jon Forrest
I've done a little more research on this problem. I'm now convinced that this is a Cassandra problem, but not the problem I had originally thought. For example, I downloaded cassandra12-1.2.15-1.noarch.rpm and I then ran the following with the results shown: # rpm -iv

Primary index component is missing for sstable

2014-03-27 Thread Andrew Bruno
Hello all, We are seeing these errors. Is anyone able to shed any light on why its happening, and any ideas on how to repair/fix? Cassandra 1.2.13 INFO SSTableBatchOpen:2https://synetek.atlassian.net/wiki/display/SSTableBatchOpen/2 2014-03-23 14:26:38,314 SSTableReader.java (line 192) Opening

InvalidRequestException(why:Duplicate index

2014-03-27 Thread Andrew Bruno
Hello all, I have a situation where an index is being detected as a duplicate. Does anyone know how we can go about renaming it or repairing this situation? ERROR 24-03-2014, 11:24:02 EST pool-1-thread-18 au.xx.xx.error.ErrorHandler(ErrorHandler.java:88) -