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 D6D154E56 for ; Wed, 8 Jun 2011 06:33:20 +0000 (UTC) Received: (qmail 90704 invoked by uid 500); 8 Jun 2011 06:33:17 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 90632 invoked by uid 500); 8 Jun 2011 06:33: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 90623 invoked by uid 99); 8 Jun 2011 06:33:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 06:33:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,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 (athena.apache.org: domain of ceo.coder@gmail.com designates 209.85.161.172 as permitted sender) Received: from [209.85.161.172] (HELO mail-gx0-f172.google.com) (209.85.161.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 06:33:09 +0000 Received: by gxk19 with SMTP id 19so97736gxk.31 for ; Tue, 07 Jun 2011 23:32:48 -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=MxhEu900rLcAWjFDTP4HYkjtPA9KI3aPjaPM5LBVVCE=; b=dMMJ/+Iki0pmzovovlFGHk604vhBD3jkjXFqJavGBBtrIDxarD9jswd0PRGf11lldd /8D5HMoTcDdLNiX7iNQ+to3SNjNYjEkU/fmyYgq2Mqi/9Ft033m6tmCXJ7B1tVRMYTvZ Ce4/vPEBtYjoRou+sg+dPV6pf2p7VRi92SPgI= 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=QTvgLIWr1RQlcyCdC1Rx/1VOF6O0akiVUM/qLCY1kHp9HtSn1WwDRGnC+IFFAYhk8M kaeIuZYLqQHUNSojoYvwg5OXyWP9mo3oZJRNvE1xbaVghs/TJWpo7wlAS2RjWU5fNcMo j779bhXU/WHebDVN6KfOOYXxrDADbHqtFr6wo= MIME-Version: 1.0 Received: by 10.91.154.1 with SMTP id g1mr262694ago.104.1307514767754; Tue, 07 Jun 2011 23:32:47 -0700 (PDT) Received: by 10.91.63.34 with HTTP; Tue, 7 Jun 2011 23:32:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Jun 2011 23:32:47 -0700 Message-ID: Subject: Re: Installing Thrift with Solandra From: Krish Pan To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=0016e6464dde45478504a52d8174 --0016e6464dde45478504a52d8174 Content-Type: text/plain; charset=ISO-8859-1 you are trying to run solandra from resources directory, follow these steps 1) don't use root - use a regular user 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 < jnbdzjnbdz@gmail.com> wrote: > I found start-solandra.sh in resources folder. But when I execute it. I > still get an error. > > > http://dl.dropbox.com/u/20599297/Screen%20shot%202011-06-08%20at%201.27.26%20AM.png > > > Thanks > again. > > On Tue, Jun 7, 2011 at 12:23 PM, Jean-Nicolas Boulay Desjardins < > jnbdzjnbdz@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: 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 >> > > > > -- > Name / Nom: Boulay Desjardins, Jean-Nicolas > Website / Site Web: www.jeannicolas.com > --0016e6464dde45478504a52d8174 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable you are trying to run solandra from resources directory,

follo= w these steps

1) don't use root - use a regula= r user
2) cd /tmp/
4) cd Solandra
5) ant

once you get = BUILD SUCCESSFUL=A0

6) cd solandra-app
7= ) ./start-solandra.sh



On Tue, Jun 7, 2011 at 10:29 PM, Jean-Nicolas Boulay Desjardins <jnbdzjnbdz@gmail.com> wrote:
I found start-solandra.sh in resources folder. But when I execute it. I sti= ll get an error.


Thanks again= .

= On Tue, Jun 7, 2011 at 12:23 PM, Jean-Nicolas Boulay Desjardins <jnbd= zjnbdz@gmail.com> wrote:
Ok

So I have to install T= hrift and Cassandra than Solandra.

I am asking bec= ause 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 :)=A0
<= br>
On Tue, Jun 7, 2011 at 7:55 AM, Jake Luciani = <jakers@gmail.com> 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 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
<jnbdzjnb= dz@gmail.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.co= m> 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: Boulay Desjardins, Jean-Nicolas
Website / Site Web: www.jeannicolas.com



--
Name / Nom: Boulay Desjardins, Jean-Nicolas
Website / Site Web: = www.jeannicolas.co= m

--0016e6464dde45478504a52d8174--