Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 263CB1085F for ; Thu, 12 Dec 2013 15:55:32 +0000 (UTC) Received: (qmail 41034 invoked by uid 500); 12 Dec 2013 15:55:25 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 40979 invoked by uid 500); 12 Dec 2013 15:55:25 -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 40964 invoked by uid 99); 12 Dec 2013 15:55:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 15:55:24 +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 kevin.odell@cloudera.com designates 209.85.128.47 as permitted sender) Received: from [209.85.128.47] (HELO mail-qe0-f47.google.com) (209.85.128.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 15:55:18 +0000 Received: by mail-qe0-f47.google.com with SMTP id t7so462462qeb.6 for ; Thu, 12 Dec 2013 07:54:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=txMcRfo9w3fMbq71JR8+V/PYLknFYU6dc4Foa+Sg9H0=; b=cvkcRiH+XSx+UAnPDEgQTVO+njx+V2QcRZ9TXdMgl5jzEGcxiOAFhS5D0BVlb3KXJk ly8mniNxyv3gy8OLJwlLGSO/qMnIz3kZbdTT13FgiTUi/0LNh05660few78gDnhPxJ80 VWlNEamIeEF4NnhvpusLHK9NduShuNB39wJk7zTYcq5CO1iN6sIyqb2eShJPlM6DzCJu AQx5jKB/UOUrmCHXT74vipi9D/0QvK5dwcTECjM0odQqBb67F5funvin5qSh8Bye4bOI C0p7CvCiICU/f4hqn6kacuqb/mKrmxXdKtBNcrfpYI6XxTYvuverGSqq3RnC5W0oVMPz OlFw== X-Gm-Message-State: ALoCoQnSKEq7jzi1DuEoXfQ96/oAks+eDTOvsBMWrtNb18o6hYWGjL+xytHmvwUvB2udkwIV1OqR MIME-Version: 1.0 X-Received: by 10.224.60.69 with SMTP id o5mr7167207qah.92.1386863697032; Thu, 12 Dec 2013 07:54:57 -0800 (PST) Received: by 10.96.245.12 with HTTP; Thu, 12 Dec 2013 07:54:56 -0800 (PST) In-Reply-To: <1386835378186-4053696.post@n3.nabble.com> References: <1386835378186-4053696.post@n3.nabble.com> Date: Thu, 12 Dec 2013 10:54:56 -0500 Message-ID: Subject: Re: Get all columns in a column family From: "Kevin O'dell" To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11c3e48803a2f004ed585ec0 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3e48803a2f004ed585ec0 Content-Type: text/plain; charset=ISO-8859-1 Hey JC, Is this what you are looking for http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Get.html#addFamily(byte[]) On Thu, Dec 12, 2013 at 3:02 AM, JC wrote: > I have use case where if one column of a column family changes, I would > like > to bring back all the columns in that column family. I can use the > timestamp > to identify the column that changes but it only returns the one column. Is > there a way I can get all the columns of the column family back with one > pass of the data? What are some other options here? > > Thanks in advance > > > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Get-all-columns-in-a-column-family-tp4053696.html > Sent from the HBase User mailing list archive at Nabble.com. > -- Kevin O'Dell Systems Engineer, Cloudera --001a11c3e48803a2f004ed585ec0--