Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98CEE9528 for ; Wed, 18 Apr 2012 17:05:04 +0000 (UTC) Received: (qmail 96251 invoked by uid 500); 18 Apr 2012 17:05:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 96227 invoked by uid 500); 18 Apr 2012 17:05:04 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 96216 invoked by uid 99); 18 Apr 2012 17:05:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 17:05:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 17:05:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0B4933A1C2B for ; Wed, 18 Apr 2012 17:04:40 +0000 (UTC) Date: Wed, 18 Apr 2012 17:04:40 +0000 (UTC) From: "Brandon Williams (Resolved) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1421003761.1428.1334768680047.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1116235179.15053.1298594798862.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-2246) Enable Pig to use indexed data as described in CASSANDRA-2245 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams resolved CASSANDRA-2246. ----------------------------------------- Resolution: Not A Problem Fix Version/s: (was: 1.1.1) 1.1.0 CASSANDRA-2878 solved this by allowing you to pass a list a of IndexExpressions to setInputRange. > Enable Pig to use indexed data as described in CASSANDRA-2245 > ------------------------------------------------------------- > > Key: CASSANDRA-2246 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2246 > Project: Cassandra > Issue Type: Improvement > Components: Contrib > Affects Versions: 0.7.2 > Reporter: Matt Kennedy > Assignee: Brandon Williams > Priority: Minor > Labels: hadoop > Fix For: 1.1.0 > > Original Estimate: 24h > Remaining Estimate: 24h > > in contrib/pig, add query parameters to CassandraStorage keyspace/column family string to specify column search predicates. > For example: > rows = LOAD 'cassandra://mykeyspace/mycolumnfamily?country=UK' using CassandraStorage(); > This depends on CASSANDRA-1600 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira