Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA10E10C61 for ; Mon, 19 Aug 2013 22:07:47 +0000 (UTC) Received: (qmail 46778 invoked by uid 500); 19 Aug 2013 22:07:47 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 46672 invoked by uid 500); 19 Aug 2013 22:07:47 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 46664 invoked by uid 99); 19 Aug 2013 22:07:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 22:07:47 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jaredwinick@gmail.com designates 209.85.215.50 as permitted sender) Received: from [209.85.215.50] (HELO mail-la0-f50.google.com) (209.85.215.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 22:07:43 +0000 Received: by mail-la0-f50.google.com with SMTP id ek20so3721938lab.23 for ; Mon, 19 Aug 2013 15:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=qrd/yrfEqQHa+GZMO0yQibBEUEQtEFs6axcLiGNGQys=; b=sCcTRI0v/w/RHxgMFrDboBaK75BOZc4EvEkunYY87/6nRXxWUO35Krrh1vVnQ2Fefu EzPqCDxffAU5VFF6vu6NYkcE8UcOsZmkomj6mdzzOt0a5P52vVrEqLgObJPfdFdFUpuK 0R/RDoNiGTna7px1yaZjIyCdxmMkddhsRA0ZzTCbQf7DrbSVaVJgBVWfJtwRKGvKojOT 1iVO83uuOFRh1WJ4juz65gj4b/zO8YMeH2ULO8utjSsLLRYUTjb8j+gTg0aQZPG9Hif6 BcAi+o2LzuH9+3ILV4MnyLKrE048DGFJqJh9o0xpnQz4Jd7xn58ctU23QpxNlHKHzSRL y1Cw== MIME-Version: 1.0 X-Received: by 10.112.52.100 with SMTP id s4mr27037lbo.64.1376950042083; Mon, 19 Aug 2013 15:07:22 -0700 (PDT) Received: by 10.114.28.103 with HTTP; Mon, 19 Aug 2013 15:07:22 -0700 (PDT) In-Reply-To: References: <1376944107007-5152.post@n5.nabble.com> Date: Mon, 19 Aug 2013 16:07:22 -0600 Message-ID: Subject: Re: How do I use scan From: Jared Winick To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a11c3e7c821c78904e4542ac4 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3e7c821c78904e4542ac4 Content-Type: text/plain; charset=ISO-8859-1 Per Bill's suggestion, there is some documentation on common indexing techniques at http://accumulo.apache.org/1.5/accumulo_user_manual.html#_indexing. On Mon, Aug 19, 2013 at 3:55 PM, David Medinets wrote: > Are you familiar with the RegExFilter? > > http://affy.blogspot.com/2013/03/exampe-using-accumulos-regexfilter-class.htmlhas > an example. > > > On Mon, Aug 19, 2013 at 4:44 PM, William Slacum < > wilhelm.von.cloud@accumulo.net> wrote: > > > You could use an indexing strategy such as a term index or a sharded > index. > > I know there's an example for the sharded index packaged with Accumulo. > > > > > > On Mon, Aug 19, 2013 at 4:28 PM, Richard DeVita > > wrote: > > > > > I have Accumulo version 1.4.3 > > > > > > I wrote a java program to create an accumulo table from a csv file of > > call > > > data records > > > > > > columns in csv file are: callingPhone, calledPhone startTime crd-id > > > The crd id is unique. there are multiple records for callingPhone and > > > calledPhone > > > > > > > > > Created a table with : > > > > > > row ID = crd-id > > > family = attribute > > > qualifiers are callingPhone, calledPhone, startTime > > > value is the phone number or start time > > > > > > each line in the cdv file has three records in the accumulo table > > > > > > I have a java programs that reads the table. how do I retrieve the > > > records > > > for a specific Phone number? > > > that is all records where callingPhone = 123 456 7890 > > > and get all three parts ? > > > > > > Thank You > > > > > > > > > > > > > > > > > > > > > -- > > > View this message in context: > > > > > > http://apache-accumulo.1065345.n5.nabble.com/How-do-I-use-scan-tp5152.html > > > Sent from the Developers mailing list archive at Nabble.com. > > > > > > --001a11c3e7c821c78904e4542ac4--