Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 53335 invoked from network); 11 Jul 2010 04:32:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jul 2010 04:32:40 -0000 Received: (qmail 32642 invoked by uid 500); 11 Jul 2010 04:32:39 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 32069 invoked by uid 500); 11 Jul 2010 04:32:35 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 32052 invoked by uid 99); 11 Jul 2010 04:32:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 04:32:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ilay.msp@gmail.com designates 209.85.212.41 as permitted sender) Received: from [209.85.212.41] (HELO mail-vw0-f41.google.com) (209.85.212.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 04:32:26 +0000 Received: by vws1 with SMTP id 1so3799186vws.14 for ; Sat, 10 Jul 2010 21:32:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=RmL7hC9htls5rMv9vAwvfaBtgV5HU3fAkaKFYz01R/0=; b=PleseiDO+mUtSPDAtmZoeQWirvnpkH06moGm/4pTAuMr0ReBqxJ6uCPQn8oH5i6fa2 V/uzRmaPC/+6ePwbFjGDFqu+LGrlojL2hfgvFlYCZ2eBzW8Fa/QZav/aZbzbQtXc0WCF TNIV6DTkqy99soHJ+nsmUTPOHTXNgLVtbgUac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tQ+IriGd0wNFYJXHWCWtWt8w1oBfjaeZwtVibZgct/vFIYxJgpJ8/tON1LGCQz/KZJ Mlx8UFPTs8UYvTul3yQ3y+qkFslupgYvQxwcRKkRDpqZw3ldws5ddTMesqhuHVq4Q1f/ XbvXc0NmCQpgAMBYH3OGRLMsx14TG6J/FXnes= MIME-Version: 1.0 Received: by 10.220.126.199 with SMTP id d7mr5931864vcs.74.1278822724881; Sat, 10 Jul 2010 21:32:04 -0700 (PDT) Received: by 10.220.45.205 with HTTP; Sat, 10 Jul 2010 21:32:04 -0700 (PDT) Date: Sun, 11 Jul 2010 10:02:04 +0530 Message-ID: Subject: Hbase search From: ilay raja To: user@hbase.apache.org, dev@hbase.apache.org Content-Type: multipart/alternative; boundary=0016369fa0b63f4db7048b151ebd X-Virus-Checked: Checked by ClamAV on apache.org --0016369fa0b63f4db7048b151ebd Content-Type: text/plain; charset=ISO-8859-1 HI.. Am experimenting with HBase for a search application. Have done bulk import of input data into hbase table using mapreduce.. Input format: I used SampleUploader.java for populating the table. (from examples) key is stored as row-key and value as column. Would like to know how to perform search on this table for a specific column value... I do not find any mapreduce examples that does search on the table. Please let me know any pointers or how do we do this?? Should I use HBase client APIs to perform search on the table... from DemoClient.java Regards, IlayaRaja -- ----------------------------- Product Engineer, Rediff, Mumbai. +91 97691 67921 ------------------------------ --0016369fa0b63f4db7048b151ebd--