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 085AA10AC1 for ; Wed, 31 Jul 2013 13:03:27 +0000 (UTC) Received: (qmail 88966 invoked by uid 500); 31 Jul 2013 13:03:23 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 88803 invoked by uid 500); 31 Jul 2013 13:03:19 -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 88794 invoked by uid 99); 31 Jul 2013 13:03:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 13:03:18 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FROM_12LTRDOM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of oberman@civicscience.com) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 13:03:12 +0000 Received: by mail-pa0-f44.google.com with SMTP id jh10so835714pab.31 for ; Wed, 31 Jul 2013 06:02:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=uIdneqP7cxCvweu41QjKuAKb5HEpMaEIw6wGB3ERPus=; b=UocynaDx4DveoFsCC4BVq/ntHITnklKp5J7XDaxitBnn86WVZmT2CoJ4LqdpC6coBR 1FveTw6dpq2/aFvyXD3+ZqUSqYb58kQgB/nxLT25wIVux4y+jMR0uzlmlQYJeSt3p07Q W23aSvUSLI3e027MIVHMXsZjRRH9OlwP1ekGkjDhbE3JEvgIZ3gfeVl8p3xzl7xEPOhl Pj90ymeEyum/YOgjCTWjqBFEJY7mOsaPYbz2swXVyOcIgt+eU1jnQB0vQxEhX+xidqhI NS0fkhiemqdJASbOilP38w3K2twsSaWfbxCE9vKST6dE0tzPlr5G9QtB+zuamKKqtiCe H9TQ== X-Received: by 10.68.107.226 with SMTP id hf2mr80367441pbb.28.1375275751385; Wed, 31 Jul 2013 06:02:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.49.104 with HTTP; Wed, 31 Jul 2013 06:02:11 -0700 (PDT) X-Originating-IP: [71.206.217.47] From: William Oberman Date: Wed, 31 Jul 2013 09:02:11 -0400 Message-ID: Subject: dependencies for cassandra's pig integration? To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=047d7b86f720a13d4f04e2ce56c0 X-Gm-Message-State: ALoCoQlghVAQzfcHRY5vLqgm5UYpFBP6wSkG1TXppVjbDulj1bPNhVW0Qr8fBiPKs8lQhbZsMjpX X-Virus-Checked: Checked by ClamAV on apache.org --047d7b86f720a13d4f04e2ce56c0 Content-Type: text/plain; charset=ISO-8859-1 I'm using AWS's EMR (hadoop as a service), and one step copies some data from EMR -> my cassandra cluster. I used to patch EMR with pig 0.11, but now AWS officially supports 0.11, so I thought I'd give it a try. I was having issues. The AWS forum on it is here: https://forums.aws.amazon.com/thread.jspa?threadID=131212 But the crux seems to be: I need to have pig.jar on the hadoop classpath, and AWS doesn't install it there. (/home/hadoop/lib is where all hadoop lib's live, and amazon installs pig into /home/hadoop/lib/pig). Does this make sense, or not? will --047d7b86f720a13d4f04e2ce56c0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I'm using AWS's EMR (hadoop as a service), and one= step copies some data from EMR -> my cassandra cluster. =A0I used to pa= tch EMR with pig 0.11, but now AWS officially supports 0.11, so I thought I= 'd give it a try. =A0I was having issues. =A0The AWS forum on it is her= e:
=
But the crux seems to be: I need to have pig.jar on the hado= op classpath, and AWS doesn't install it there. (/home/hadoop/lib is wh= ere all hadoop lib's live, and amazon installs pig into /home/hadoop/li= b/pig). =A0Does this make sense, or not?

will
--047d7b86f720a13d4f04e2ce56c0--