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 F078C10843 for ; Tue, 4 Feb 2014 23:37:16 +0000 (UTC) Received: (qmail 37908 invoked by uid 500); 4 Feb 2014 23:37:13 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 37877 invoked by uid 500); 4 Feb 2014 23:37:13 -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 37866 invoked by uid 99); 4 Feb 2014 23:37:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 23:37:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thunder.stumpges@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 23:37:06 +0000 Received: by mail-qc0-f171.google.com with SMTP id n7so14898815qcx.2 for ; Tue, 04 Feb 2014 15:36:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sLU+XlWD8jTzYV4G+QQU4MRPc4VIzWCrK1O8ObtOj3E=; b=BW3kuNK9SY+HZI95EJJ07DufgMnNvSKDHCRhW7qTI8ocFp73cJ7oko3jqAec6E2qZN 4b0jNCVf0e/TrraJE226LSpUXrej0CiFVIdArm+jOqHf7Z7YYr4Q6RQoHgnBOF0nvim0 ZiI6ivRLJlMV11dmnJCxzzsSrQrPZoOt2+FwcaSXkJENMUFU2kViK/QGBG4mMOfSB30f 5gXizf+9WpUqzAtmz7rIyimIfLwULS1k5bmMCz6HxHthVdiG3QFdmSevysMPLg7S5++r KkL+yFkTFnAy9lhYDYy4/QjQoMCi0lmwxZzk3y+AP7VLZweFyPH8ydQaA+/aHEn7OBTZ oFTA== MIME-Version: 1.0 X-Received: by 10.224.156.68 with SMTP id v4mr71415759qaw.66.1391557005416; Tue, 04 Feb 2014 15:36:45 -0800 (PST) Received: by 10.229.172.195 with HTTP; Tue, 4 Feb 2014 15:36:45 -0800 (PST) In-Reply-To: <7434A416-E396-4D79-A012-13EC808EEB30@free.fr> References: <7434A416-E396-4D79-A012-13EC808EEB30@free.fr> Date: Tue, 4 Feb 2014 15:36:45 -0800 Message-ID: Subject: Re: Cassandra 2.0 with Hadoop 2.x? From: Thunder Stumpges To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=089e0158c75afe1b9604f19d1c48 X-Virus-Checked: Checked by ClamAV on apache.org --089e0158c75afe1b9604f19d1c48 Content-Type: text/plain; charset=ISO-8859-1 Hello Clint, Yes I was able to get it working after a bit of work. I have pushed the branch with the fix (which is currently quite a ways behind latest). You can compare to yours I suppose. Let me know if you have any questions. https://github.com/VerticalSearchWorks/cassandra/tree/Cassandra2-CDH4 regards, Thunder On Tue, Feb 4, 2014 at 1:40 PM, Cyril Scetbon wrote: > Hi, > > Look for posts from Thunder Stumpges in this mailing list. I know he has > succeeded to make it Hadoop 2.x work with Cassandra 2.x > > For those who are interested in using it with Cassandra 1.2.13 you can use > the patch > https://github.com/cscetbon/cassandra/commit/88d694362d8d6bc09b3eeceb6baad7b3cc068ad3.patch > > It uses Cloudera CDH4 repository for Hadoop Classes but you can use others. > > Regards > -- > Cyril SCETBON > > On 03 Feb 2014, at 19:10, Clint Kelly wrote: > > > Folks, > > > > Has anyone out there used Cassandra 2.0 with Hadoop 2.x? I saw this > > discussion on the Cassandra JIRA: > > > > https://issues.apache.org/jira/browse/CASSANDRA-5201 > > > > but the fix referenced > > (https://github.com/michaelsembwever/cassandra-hadoop) is for > > Cassandra 1.2. > > > > I put together a similar patch for Cassandra 2.0 for anyone who is > interested: > > > > https://github.com/wibiclint/cassandra2-hadoop2 > > > > but I'm wondering if there is a more official solution to this > > problem. Any help would be appreciated. Thanks! > > > > Best regards, > > Clint > > --089e0158c75afe1b9604f19d1c48 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello Clint,

Yes I was able to get it w= orking after a bit of work. I have pushed the branch with the fix (which is= currently quite a ways behind latest). You can compare to yours I suppose.= Let me know if you have any questions.


regards,
Thunder




On Tue, Feb 4, 2014 at 1:40 PM, Cyril S= cetbon <cyril.scetbon@free.fr> wrote:
Hi,

Look for posts from Thunder Stumpges in this mailing list. I know he has su= cceeded to make it Hadoop 2.x work with Cassandra 2.x

For those who are interested in using it with Cassandra 1.2.13 you can use = the patch https://github.com= /cscetbon/cassandra/commit/88d694362d8d6bc09b3eeceb6baad7b3cc068ad3.patch

It uses Cloudera CDH4 repository for Hadoop Classes but you can use others.=

Regards
--
Cyril SCETBON

On 03 Feb 2014, at 19:10, Clint Kelly <
clint.kelly@gmail.com> wrote:

> Folks,
>
> Has anyone out there used Cassandra 2.0 with Hadoop 2.x? =A0I saw this=
> discussion on the Cassandra JIRA:
>
> =A0 =A0https://issues.apache.org/jira/browse/CASSANDRA-5201
>
> but the fix referenced
> (
https://github.com/michaelsembwever/cassandra-hadoop) is = for
> Cassandra 1.2.
>
> I put together a similar patch for Cassandra 2.0 for anyone who is int= erested:
>
> =A0 =A0https://github.com/wibiclint/cassandra2-hadoop2
>
> but I'm wondering if there is a more official solution to this
> problem. =A0Any help would be appreciated. =A0Thanks!
>
> Best regards,
> Clint


--089e0158c75afe1b9604f19d1c48--