Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80C9166D9 for ; Tue, 7 Jun 2011 16:24:16 +0000 (UTC) Received: (qmail 73908 invoked by uid 500); 7 Jun 2011 16:24:14 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 73884 invoked by uid 500); 7 Jun 2011 16:24:14 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 73876 invoked by uid 99); 7 Jun 2011 16:24:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 16:24:14 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jnbdzjnbdz@gmail.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-yi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 16:24:08 +0000 Received: by yib18 with SMTP id 18so1625624yib.31 for ; Tue, 07 Jun 2011 09:23:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gldztxHP7g3rJGNscGeQXhnAG/XsY7dCN/8/rkdwPoM=; b=tA+ZMV/W58tuio0O9rbCQsMYtlKW/J2cx4+S0fxc/LzRw+h0NkOn8P5pbnTzn7BWQE FVQE681ZaJehotwzTDSZ577rxdAz5cJIlLum05IKHz3vDIzrxLQ40ZR/PFawZMXDi3f9 p2kvLFYJ+kf2kY0Ml5fj8YevCQOwTZUaAnhYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TzXy0Y9KIMe4XOPfWVUEJGuvyaLUGM256Ojr8TME79a3U3nqreE3VCzaM74j3WDxux J2SFCPvYubv99bXuURUAIHTPY+nn1h/GyWwzGOlE5mPX1O+Z30cWG+ZYUirq8vpWaVEi 3S1ffJaBgEs+rPjISGxvxTV70kJnGhm36Exok= MIME-Version: 1.0 Received: by 10.236.41.38 with SMTP id g26mr768941yhb.394.1307463826807; Tue, 07 Jun 2011 09:23:46 -0700 (PDT) Received: by 10.236.108.51 with HTTP; Tue, 7 Jun 2011 09:23:46 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Jun 2011 12:23:46 -0400 Message-ID: Subject: Re: Installing Thrift with Solandra From: Jean-Nicolas Boulay Desjardins To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=000e0cdf08b6f41e0f04a521a476 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cdf08b6f41e0f04a521a476 Content-Type: text/plain; charset=ISO-8859-1 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: No such file or directory Thanks again :) On Tue, Jun 7, 2011 at 7:55 AM, Jake Luciani wrote: > This seems to be a common cause of confusion. Let me try again. > > Solandra doesn't integrate your Cassandra data into solr. It simply > provides a scalable backend for solr by > Building on Cassandra. The inverted index lives in it's own Cassandra > 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: > > "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 < > jnbdzjnbdz@gmail.com> wrote: > > Thanks again :) > > Ok... But in the tutorial it says that I need to build a Thrift interface > for Cassandra: > > > > > > ./compiler/cpp/thrift -gen php > ../PATH-TO-CASSANDRA/interface/cassandra.thrift > > How do I do this? > > Where is the interface folder? > > > > > > Again, tjake thanks allot for your time and help. > > On Mon, 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 Boulay Desjardins < > jnbdzjnbdz@gmail.com> wrote: > > > > > > > > > > > > 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...-- > > Name / Nom: Boulay Desjardins, Jean-Nicolas > > Website / Site Web: www.jeannicolas.com > > > > > > -- > http://twitter.com/tjake > -- Name / Nom: Boulay Desjardins, Jean-Nicolas Website / Site Web: www.jeannicolas.com --000e0cdf08b6f41e0f04a521a476 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ok

So I have to install Thrift and Cassandra than Soland= ra.

I am asking because I followed the instruction= s in your Git page but I get this error:

# cd sola= ndra-app; ./start-solandra.sh

-bash: ./start-solandra.sh: No such file or directory

Thanks again :)=A0

On Tue, Jun 7, 2011 at 7:55 AM, Jake Luciani <= ;jakers@gmail.com> wrote:=
This seems to be a common cause of confusio= n. Let me try again.

Solandra doesn't integrate your Cassandra data into solr. It simply
provides a scalable backend for solr by
Building on Cassandra. The inverted index lives in it's own Cassandra k= eyspace.

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
<jnbdzjnbdz@gm= ail.com> wrote:
> 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 <jnbdzjnbdz@gmail.com> wrote: > Thanks again :)
> Ok... But in the tutorial it says that I need to build a Thrift interf= ace for Cassandra:
>
>
> ./compiler/cpp/thrift -gen php ../PATH-TO-CASSANDRA/interface/cassandr= a.thrift
> How do I do this?
> Where is the interface folder?
>
>
> Again, tjake thanks allot for your time and help.
> On Mon, Jun 6, 2011 at 11:13 PM, Jake Luciani <jakers@gmail.com> wrote:
> To access Cassandra in Solandra it's the same as regular cassandra= . =A0To access Solr you use one of the Php Solr libraries=A0http://wiki.apache.org/so= lr/SolPHP
>
>
>
>
>
> On Mon, Jun 6, 2011 at 11:04 PM, Jean-Nicolas Boulay Desjardins <jnbdzjnbdz@gmail.com> wrote: >
>
>
>
>
> 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/P= F/Using+Cassandra+with+PHP
>
>
>
>
>
>
>
> But how can I do the same for Solandra?
>
>
>
> Thrift with PHP...--
> Name / Nom: Boulay Desjardins, Jean-= Nicolas
> Website / Site Web: www.jeannicolas.com
>
>

--
http://twitter.com/t= jake



--
Name / Nom: Boul= ay Desjardins, Jean-Nicolas
Website / Site Web: www.jeannicolas.com
--000e0cdf08b6f41e0f04a521a476--