From user-return-30303-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Mon Nov 26 16:11:55 2012 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 85EF1D428 for ; Mon, 26 Nov 2012 16:11:55 +0000 (UTC) Received: (qmail 22118 invoked by uid 500); 26 Nov 2012 16:11:53 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 21957 invoked by uid 500); 26 Nov 2012 16:11:52 -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 21928 invoked by uid 99); 26 Nov 2012 16:11:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 16:11:52 +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 (athena.apache.org: domain of felipefsch@gmail.com designates 209.85.219.44 as permitted sender) Received: from [209.85.219.44] (HELO mail-oa0-f44.google.com) (209.85.219.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 16:11:45 +0000 Received: by mail-oa0-f44.google.com with SMTP id n5so12180602oag.31 for ; Mon, 26 Nov 2012 08:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JKz41QbcZbf7v6MAw50NV7TqQfr1VgH+P2I4wvYvugs=; b=VHFfTs7y+Wgyee3D4rwXLNUwPMMVtH/n8zP7i6/Z2Dc66jW1umltHNs+heVrJSQw+L SvVAwdwB+8lktZXZa228XiwIryOuDaoXonWidWZ3/KLnObULZ3GvObyW06FBck/mexXj dMXZ7j4rAyJmCNvE3xH/aOwelBta7Qh0chHgcgq/Q17mErkX9pkgeS6tfPa8lvxhY+UG Sbdsv5Uadf5mHzDq3LFqvXMy6L0M6/TdPaMLmxzIbcmsECW/cOIpP8Ei8hqFdxGYK85y Vw4PeunW6Hhu8WbasBDyG/cnwxtdX6NDaqYpzLYgQamppaoTyfhN0E/Jv9jw/j0bhUV7 F+Pg== MIME-Version: 1.0 Received: by 10.60.172.40 with SMTP id az8mr9456706oec.5.1353946284941; Mon, 26 Nov 2012 08:11:24 -0800 (PST) Received: by 10.76.170.197 with HTTP; Mon, 26 Nov 2012 08:11:24 -0800 (PST) Date: Mon, 26 Nov 2012 17:11:24 +0100 Message-ID: Subject: Map Reduce and Cassandra with Trigger patch From: Felipe Schmidt To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=bcaec55242b25be2ae04cf682fc0 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec55242b25be2ae04cf682fc0 Content-Type: text/plain; charset=ISO-8859-1 I'm having some problems during running a Map Reduce program using Cassandra as input. I already right some MapRed programs using the cassandra 1.0.9, but now I'm trying with an old version with a patch that supports trigger. (this one: https://issues.apache.org/jira/browse/CASSANDRA-1311) When I try to run, it throws the following error: 12/11/26 16:59:06 ERROR config.DatabaseDescriptor: Fatal error: Cannot locate cassandra.yaml on the classpath I had already this problem and the solution was just add the path of cassandra.yaml to a system property, but now it's not working. I also saw somewhere that one solution would be adding the line set CLASSPATH="%CASSANDRA_HOME%\conf" into /bin/cassandra-cli.bat but it also didn't work. If someone has some idea of what to do I will be really thankful. Regards, Felipe Mathias Schmidt *(Computer Science UFRGS, RS, Brazil)* *"Most people do not listen with the intent to understand; they listen with the intend to reply" - Stephen Covey* --bcaec55242b25be2ae04cf682fc0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I'm having some problems during running a Map Reduce program using= Cassandra as input.
I already right some MapRed programs using t= he cassandra 1.0.9, but now I'm trying with an old version with a patch= that supports trigger. (this one:=A0https://issues.apache.org/jira/browse/CASSANDRA-= 1311)

When I try to run, it throws the following error:
=
12/11/26 16:59:06 ERROR config.DatabaseDescriptor: Fatal error: Cannot= locate cassandra.yaml on the classpath

I had = already this problem and the solution was just add the path of cassandra.ya= ml to a system property, but now it's not working. I also saw somewhere= that one solution would be adding the line=A0set CLASSPATH=3D"%CASSAN= DRA_HOME%\conf" into /bin/cassandra-cli.bat but it also didn't wor= k.

If someone has some idea of what to do I will be really= thankful.

Regards,
Felipe Mathias Schmidt
(Computer Science UFRGS, RS, Brazil)

"= ;Most people do not listen with the intent to understand; they listen with = the intend to reply" - Stephen Covey

--bcaec55242b25be2ae04cf682fc0--