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 EFC53101D0 for ; Sat, 21 Sep 2013 05:56:08 +0000 (UTC) Received: (qmail 96074 invoked by uid 500); 21 Sep 2013 05:56:00 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 96045 invoked by uid 500); 21 Sep 2013 05:55:55 -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 96037 invoked by uid 99); 21 Sep 2013 05:55:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Sep 2013 05:55:53 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Janne.Jalkanen@ecyrd.com designates 87.108.86.67 as permitted sender) Received: from [87.108.86.67] (HELO mail.ecyrd.com) (87.108.86.67) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Sep 2013 05:55:44 +0000 Received: from [192.168.0.19] (cs78178071.pp.htv.fi [62.78.178.71]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 10FAD97C145 for ; Sat, 21 Sep 2013 08:55:22 +0300 (EEST) From: Janne Jalkanen Content-Type: multipart/alternative; boundary="Apple-Mail=_7467B632-C3EE-4469-809B-987AE32570FE" Message-Id: <02E98AA9-F045-4044-AE7D-9262A1D2C018@ecyrd.com> Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [Pig] ERROR 2118: Could not get input splits Date: Sat, 21 Sep 2013 08:55:20 +0300 References: To: user@cassandra.apache.org In-Reply-To: X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_7467B632-C3EE-4469-809B-987AE32570FE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I just started moving our scripts to Pig 0.11.1 from 0.9.2 and I see the = same issue - about 75-80% time it fails. So I'm not moving :-/.=20 I am using OSX + Oracle Java7 and CassandraStorage, but I did not see = any difference between CassandraStorage and CqlStorage. Cassandra 1.2.9, though 1.1.10 seemed to have the same symptoms. (Also, ?widerows=3Dtrue seems to cause a NullPointerExeption in = ByteByfferUtil.toString(). So not a very successful evening yesterday.) /Janne On Sep 20, 2013, at 11:55 , Cyril Scetbon wrote: > Hi, >=20 > I get a lot of exceptions when using Pig scripts over Cassandra. I = have to launch them again and again until they work. You can find a = sample of the stacks when it works (twice) and when it fails (3 times) = at http://pastebin.com/yWsTHbix. I use the following sample script = (there are only a few lines) : >=20 > data =3D LOAD 'cql://ks1/lc' USING CqlStorage(); > describe data; > dump data; > rows =3D FOREACH data GENERATE filtre; > dump rows; > describe rows; >=20 > any idea or a way to get ride of them ? >=20 > --=20 > Cyril SCETBON >=20 --Apple-Mail=_7467B632-C3EE-4469-809B-987AE32570FE Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii cyril.scetbon@free.fr> = wrote:
http://pastebin.com/yWsTHbix. = I use the following sample script (there are only a few lines) = :

data =3D LOAD 'cql://ks1/lc' USING = CqlStorage();
describe data;
dump = data;
rows  =3D FOREACH data GENERATE = filtre;
dump rows;
describe = rows;

any idea or a way to get ride of = them ?

Cyril SCETBON


= --Apple-Mail=_7467B632-C3EE-4469-809B-987AE32570FE--