Re: hadoop consistency level

2012-10-18 Thread Jean-Nicolas Boulay Desjardins
onally 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

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 wrote: > Hello, everybody! > I'm thinking about running hadoop jobs on the top of the cassandra > cluster. My understanding is - hadoop jobs read data from local node

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, T

Re: Data Model Question

2012-01-21 Thread Jean-Nicolas Boulay Desjardins
andra. > Hth > 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" > wrote: > &

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 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 >> >> Hi! >> >> I am a newbie to Cassandra a

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

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 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 n

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 wrote: > No, I did start it

Re: Little problems with Solandra

2011-07-23 Thread Jean-Nicolas Boulay Desjardins
th jps look for SolandraServer. > > > > On Jul 23, 2011, at 10:52 AM, Jean-Nicolas Boulay Desjardins > 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?

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 c

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.

Re: Problem with PHPCassa accessing Indexes

2011-06-28 Thread Jean-Nicolas Boulay Desjardins
ing? Thanks in advance. On Tue, Jun 28, 2011 at 6:00 PM, Tyler Hobbs wrote: > What does the ouput of 'describe keyspace ' show for the > keyspace the CF is in? > > On Tue, Jun 28, 2011 at 2:35 PM, Jean-Nicolas Boulay Desjardins > wrote: >> Actually I am not getting a

Re: Problem with PHPCassa accessing Indexes

2011-06-28 Thread Jean-Nicolas Boulay Desjardins
; On Tue, Jun 28, 2011 at 2:06 PM, Jean-Nicolas Boulay Desjardins > wrote: >> Hi, >> >> I am having problem accessing data via an index with PHPCassa. I have >> var_dump() the results: >> >> array(6) { ["birthdate"]=> int(3546927995491989807) [

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"]=

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 9

Re: Installing Thrift with Solandra

2011-06-08 Thread Jean-Nicolas Boulay Desjardins
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

Re: Installing Thrift with Solandra

2011-06-08 Thread Jean-Nicolas Boulay Desjardins
mo > ./1-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

Re: Installing Thrift with Solandra

2011-06-08 Thread Jean-Nicolas Boulay Desjardins
t; 2) cd /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

Re: Installing Thrift with Solandra

2011-06-07 Thread Jean-Nicolas Boulay Desjardins
, 2011 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; ./

Re: Installing Thrift with Solandra

2011-06-07 Thread Jean-Nicolas Boulay Desjardins
keyspace. > > What 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 > wrote: > > I just saw a post you made on Stackoverflow, where you said

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

Re: Installing Thrift with Solandra

2011-06-06 Thread Jean-Nicolas Boulay Desjardins
, Jun 6, 2011 at 11:13 PM, Jake Luciani 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 Bou

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 advance!

Re: When should I use Solandra?

2011-06-05 Thread Jean-Nicolas Boulay Desjardins
s not going to be indexed... > > Thrift won't affect Solandra at all. > > 2011/6/4 Jean-Nicolas Boulay Desjardins > >> Hi, >> >> So if I understand Solandra. >> >> All the data are in Solandra and you can query them like you would normaly >&g

Re: When should I use Solandra?

2011-06-04 Thread Jean-Nicolas Boulay Desjardins
> > Are you sure you really need cassandra for this ? For me it sounds > > like mysql or other databases would be a better fit for you (if you > > don't need to store a very hugh amount of data...) > > > > Bye, > > Norman > > > > 2011/6/4 Jean-Nico

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 w