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 E683B10F17 for ; Fri, 20 Sep 2013 08:56:40 +0000 (UTC) Received: (qmail 45437 invoked by uid 500); 20 Sep 2013 08:56:35 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 45360 invoked by uid 500); 20 Sep 2013 08:56:33 -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 45345 invoked by uid 99); 20 Sep 2013 08:56:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 08:56:32 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [91.121.62.11] (HELO mo4.mail-out.ovh.net) (91.121.62.11) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 08:56:26 +0000 Received: from mail428.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo4.mail-out.ovh.net (Postfix) with SMTP id DDB821070F95 for ; Fri, 20 Sep 2013 10:55:43 +0200 (CEST) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 20 Sep 2013 10:55:43 +0200 Received: from unknown (HELO elia.xerus.net?echo-net.net?x-echo.com?s1.p.fti.net) (cscetbon@atid.fr@193.252.149.222) by ns0.ovh.net with SMTP; 20 Sep 2013 10:55:41 +0200 From: Cyril Scetbon Content-Type: multipart/alternative; boundary="Apple-Mail=_EF2691A7-7B4F-44A1-B0FC-04C0B99954B2" X-Ovh-Mailout: 178.32.228.4 (mo4.mail-out.ovh.net) Subject: [Pig] ERROR 2118: Could not get input splits Message-Id: Date: Fri, 20 Sep 2013 10:55:42 +0200 To: "user@cassandra.apache.org" Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-Ovh-Tracer-Id: 976436695358687190 X-Ovh-Remote: 193.252.149.222 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeiledrtddvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeiledrtddvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_EF2691A7-7B4F-44A1-B0FC-04C0B99954B2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, 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) : 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 ? --=20 Cyril SCETBON --Apple-Mail=_EF2691A7-7B4F-44A1-B0FC-04C0B99954B2 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii 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=_EF2691A7-7B4F-44A1-B0FC-04C0B99954B2--