Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 86637 invoked from network); 3 Mar 2010 16:55:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 16:55:17 -0000 Received: (qmail 68231 invoked by uid 500); 3 Mar 2010 16:55:09 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 68200 invoked by uid 500); 3 Mar 2010 16:55:09 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 68191 invoked by uid 99); 3 Mar 2010 16:55:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 16:55:09 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of slava.gorelik@gmail.com designates 209.85.219.215 as permitted sender) Received: from [209.85.219.215] (HELO mail-ew0-f215.google.com) (209.85.219.215) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 16:55:02 +0000 Received: by ewy7 with SMTP id 7so1051322ewy.29 for ; Wed, 03 Mar 2010 08:54:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=cXxz89EO8SL1szm8lAf1Grr7biq3jfCuJQB3XOXE41g=; b=RS2QnSBIHDf4xCNdCJq1Fkx5MBMlj5Me4cAsj1aFNRDB1jSz88ium3w2PT0P7gL/w+ ClVfE20DiWLCmfo7BrLubmelWkYmWeAios9MLD0r64CJWrnUY6vNP4jVTfhjxyO0Wfex EZ3FZ8Qv6A9JweQYQF70ioRb10/xkIHG8S0uQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KsaRb8eAA1YAz557jhMSCVEA4wdxgnFJETcJKL14yEU5nNeYokx5wj3GzJstU9f0Ig up09LeiXI8tYuCp0j2oqkRLArhdhQnKYX2btOJgjXcy1B8EjjliMRQX+KQbLlMzqibEZ hJhSptVgVFXP8WuWYZ0anKg+2GOg1a3PM/DtQ= MIME-Version: 1.0 Received: by 10.213.23.206 with SMTP id s14mr6165996ebb.77.1267635281177; Wed, 03 Mar 2010 08:54:41 -0800 (PST) Date: Wed, 3 Mar 2010 18:54:41 +0200 Message-ID: Subject: Timestamp of specific row and colmun From: Slava Gorelik To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=000e0cdfc542a3ae090480e856ea --000e0cdfc542a3ae090480e856ea Content-Type: text/plain; charset=UTF-8 Hi. I'm trying to find a way to get timestamp for a specific row and column (cell). But, since the Cell class is deprecated as well as RowResult. The only way that I found is to get a list of KeyValue from the Result class and to find a particular column. I'm wondering is there more elegant way to do this ? Thank You and Best Regards. --000e0cdfc542a3ae090480e856ea--