Re: hadoop consistency level

2012-10-18 Thread Jean-Nicolas Boulay Desjardins
Why don't you look into Brisk: http://www.datastax.com/docs/0.8/brisk/about_brisk On Thu, Oct 18, 2012 at 2:46 PM, Andrey Ilinykh ailin...@gmail.com wrote: Hello, everybody! I'm thinking about running hadoop jobs on the top of the cassandra cluster. My understanding is - hadoop jobs read data

Re: hadoop consistency level

2012-10-18 Thread Jean-Nicolas Boulay Desjardins
be afraid to put my eggs in a basket that is certainly not super supported anymore. job.getConfiguration().set(cassandra.consistencylevel.read, QUORUM); should get you started. Best, michael From: Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com Reply-To: user@cassandra.apache.org user

Re: cassandra 1.0.9 is out!

2012-04-06 Thread Jean-Nicolas Boulay Desjardins
Here is the faq-ish page of all the changes: http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-1.0.9 [...]in as human: Well isn't that subjective? This was the best I could find: http://www.datastax.com/docs On Fri, Apr 6, 2012 at 5:49 PM,

Re: Data Model Question

2012-01-21 Thread Jean-Nicolas Boulay Desjardins
But What about: Rainbird? On Sat, Jan 21, 2012 at 10:52 AM, R. Verlangen ro...@us2.nl wrote: A couple of days ago I came across Countandra ( http://countandra.org/ ). It seems that it might be a solution for you. Gr. Robin 2012/1/20 Tamar Fraenkel ta...@tok-media.com Hi! I am a

Re: Data Model Question

2012-01-21 Thread Jean-Nicolas Boulay Desjardins
Regards Milind /*** sent from my android...please pardon occasional typos as I respond @ the speed of thought / On Jan 21, 2012 3:37 PM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: But What about: Rainbird? On Sat, Jan 21

Best way to search content in Cassandra

2011-10-27 Thread Jean-Nicolas Boulay Desjardins
Normally in SQL I would use % operator to get what looks like what I am searching. Example: [...] type = image/% It would give me all the rows that have a column type with image/ in it. So those would show up: image/png image/gif ... Is there anything similar with Cassandra? I am also using

Re: Little problems with Solandra

2011-07-24 Thread Jean-Nicolas Boulay Desjardins
Do I need to install Tomcat? Maybe that is the problem... On Sat, Jul 23, 2011 at 12:03 PM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: How is it called in the ps? Because I have a strong feeling that it tries to load... But for some reason that is be on me it does

Little problems with Solandra

2011-07-23 Thread Jean-Nicolas Boulay Desjardins
Hi, I have a server on RackSpace and it seems that when I use ant it makes Apache2 crash. I don't if this is normal? Maybe it's because I have 256MB for RAM. Could it be? Should I get more RAM? Also, when I use the command ps -A I don't seem to be able to identify which is Solandra... How can

Re: Little problems with Solandra

2011-07-23 Thread Jean-Nicolas Boulay Desjardins
for SolandraServer. On Jul 23, 2011, at 10:52 AM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: Hi, I have a server on RackSpace and it seems that when I use ant it makes Apache2 crash. I don't if this is normal? Maybe it's because I have 256MB for RAM. Could it be? Should I get

Re: Little problems with Solandra

2011-07-23 Thread Jean-Nicolas Boulay Desjardins
How is it called in the ps? Because I have a strong feeling that it tries to load... But for some reason that is be on me it does not. Is there a log file, or something? Thanks again. On Sat, Jul 23, 2011 at 12:02 PM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: No, I did start

PHPCassa get number of rows

2011-07-19 Thread Jean-Nicolas Boulay Desjardins
Hi, How can I get the number of rows with PHPCassa? Thanks in advance.

Problem with PHPCassa accessing Indexes

2011-06-28 Thread Jean-Nicolas Boulay Desjardins
Hi, I am having problem accessing data via an index with PHPCassa. I have var_dump() the results: array(6) { [birthdate]= int(3546927995491989807) [email]= string(20) jnbdzjn...@gmail.com [firstname]= string(12) Jean-Nicolas [lastname]= string(17) Boulay Desjardins [password]= string(8) password

Re: Problem with PHPCassa accessing Indexes

2011-06-28 Thread Jean-Nicolas Boulay Desjardins
, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: Hi, I am having problem accessing data via an index with PHPCassa. I have var_dump() the results: array(6) { [birthdate]= int(3546927995491989807) [email]= string(20) jnbdzjn...@gmail.com [firstname]= string(12) Jean-Nicolas

Cannot connect to Cassandra

2011-06-10 Thread Jean-Nicolas Boulay Desjardins
My Cassandra used to work with no problems. I was able to connect with no problems but now for some reason it doesn't work anymore. [default@unknown] connect localhost/9160; Exception connecting to localhost/9160. Reason: Connection refused. and root# ./bin/cassandra-cli -host localhost -port

Re: Installing Thrift with Solandra

2011-06-08 Thread Jean-Nicolas Boulay Desjardins
/tmp/ 3) git clone git://github.com/tjake/Solandra.git 4) cd Solandra 5) ant once you get BUILD SUCCESSFUL 6) cd solandra-app 7) ./start-solandra.sh On Tue, Jun 7, 2011 at 10:29 PM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: I found start-solandra.sh in resources folder

Re: Installing Thrift with Solandra

2011-06-08 Thread Jean-Nicolas Boulay Desjardins
-download_data.sh ./2-import_data.sh While data is loading, open the file ./website/index.html in your favorite browser. On Wed, Jun 8, 2011 at 8:04 AM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: Krish Pan THANKS! Also thank you for making build successful in uppercase

Re: Installing Thrift with Solandra

2011-06-08 Thread Jean-Nicolas Boulay Desjardins
at 2:39 PM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: Thanks again... Here it gets a bit more complex. I added Solandra to /tmp folder like you told me. And the data also... Everything seems to work. The problem is I am running Solandra in a VM on my Mac OS X the VM

Re: Installing Thrift with Solandra

2011-06-07 Thread Jean-Nicolas Boulay Desjardins
you have in the end is two functionally different components (Cassandra and solr) in one logical service. Jake On Tuesday, June 7, 2011, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: I just saw a post you made on Stackoverflow, where you said: The Solandra project which

Re: Installing Thrift with Solandra

2011-06-07 Thread Jean-Nicolas Boulay Desjardins
at 12:23 PM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com wrote: Ok So I have to install Thrift and Cassandra than Solandra. I am asking because I followed the instructions in your Git page but I get this error: # cd solandra-app; ./start-solandra.sh -bash: ./start-solandra.sh

Installing Thrift with Solandra

2011-06-06 Thread Jean-Nicolas Boulay Desjardins
I am trying to install Thrift with Solandra. Normally when I just want to install Thrift with Cassandra, I followed this tutorial:https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP But how can I do the same for Solandra? Thrift with PHP... Using Ubuntu Server. Thanks in

Re: Installing Thrift with Solandra

2011-06-06 Thread Jean-Nicolas Boulay Desjardins
, Jun 6, 2011 at 11:13 PM, Jake Luciani jak...@gmail.com wrote: To access Cassandra in Solandra it's the same as regular cassandra. To access Solr you use one of the Php Solr libraries http://wiki.apache.org/solr/SolPHP On Mon, Jun 6, 2011 at 11:04 PM, Jean-Nicolas Boulay Desjardins jnbdzjn

Re: Installing Thrift with Solandra

2011-06-06 Thread Jean-Nicolas Boulay Desjardins
I just saw a post you made on Stackoverflow, where you said: The Solandra project which is replacing Lucandra no longer uses thrift, only Solr. So I use Solr to access my data in Cassandra? Thanks again... On Tue, Jun 7, 2011 at 1:39 AM, Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com

Re: When should I use Solandra?

2011-06-05 Thread Jean-Nicolas Boulay Desjardins
/false indexed=true/false Just turn indexed to false and it's not going to be indexed... Thrift won't affect Solandra at all. 2011/6/4 Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com Hi, So if I understand Solandra. All the data are in Solandra and you can query them like you would

When should I use Solandra?

2011-06-04 Thread Jean-Nicolas Boulay Desjardins
Hi, I am planning to use Cassandra to store my users passwords and at the same time data for my website that need to be accessible via search. My Question is should I use two DB: Cassandra (for users passwords) and Solandra (for the websites data) or can I put everything in Solandra? Is there a

Re: When should I use Solandra?

2011-06-04 Thread Jean-Nicolas Boulay Desjardins
fit for you (if you don't need to store a very hugh amount of data...) Bye, Norman 2011/6/4 Jean-Nicolas Boulay Desjardins jnbdzjn...@gmail.com: Hi, I am planning to use Cassandra to store my users passwords and at the same time data for my website that need to be accessible via