Re: Cassandra-stress output

2016-03-10 Thread Jean Carlo
However can it be nice to have the posibility to configurate that with cassandra options, or when using a file yaml to insert data on any table. Saludos Jean Carlo "The best way to predict the future is to invent it" Alan Kay On Thu, Mar 10, 2016 at 10:48 AM, Jean Carlo wrote: > Thank you ve

Re: Cassandra-stress output

2016-03-10 Thread Jean Carlo
Thank you very much S. Alborghetti I will consider that suggestion. Saludos Jean Carlo "The best way to predict the future is to invent it" Alan Kay On Thu, Mar 10, 2016 at 5:47 AM, Stefania Alborghetti < stefania.alborghe...@datastax.com> wrote: > On Tue, Mar 8, 2016 at 8:39 PM, Jean Carlo

Re: Cassandra-stress output

2016-03-09 Thread Stefania Alborghetti
On Tue, Mar 8, 2016 at 8:39 PM, Jean Carlo wrote: > Hi guys, > > I use cassandra stress to populate the next table > > CREATE TABLE cf1 ( > kvalue text, > ktype text, > prov text, > dname text, > dattrib blob, > dvalue text, > PRIMARY KEY (kvalue, ktype, prov, dname) >