Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 44225 invoked from network); 4 Apr 2008 14:24:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 14:24:45 -0000 Received: (qmail 16371 invoked by uid 500); 4 Apr 2008 14:24:45 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 16347 invoked by uid 500); 4 Apr 2008 14:24:44 -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 16338 invoked by uid 99); 4 Apr 2008 14:24:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 07:24:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wilson.jim.r@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 14:24:03 +0000 Received: by nf-out-0910.google.com with SMTP id g16so67996nfd.9 for ; Fri, 04 Apr 2008 07:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=UQF/kEf6Xsea4JusRojW9D5SJzL4hpLCbyuSemhmrus=; b=LbykFd3ZWqN8XWbBXiFUPLnR3pPFzNlnU9G1kQVBcOj/A7FmluGKtf1+eQP/b5NFygGeJ1XrP53mUCu3HAktDAPO2lAHwikV44VDKnshm3vIOpZ47Cj85AMPUGNqMQ4uJBZMOgtAEXJLhgkWSQAW4kyC8Bv/owA3sbTCnTnOWyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XUzgYT0To/UmkwJF+PgDSe2pG4lTMte+7Mxe7EOh1Sqj+ebgaPVJFZlNU+LlOYXJPZf+V+Dn7ZYcfblRxN3nwQT40OZsnnuScM1Ahkmn7bF0gmR2b9IHQgAYt+F62YHR7oxdSfnlCI4WLONjvQ5Yhx5y1e5VpqXCxogD87a2xJY= Received: by 10.78.137.7 with SMTP id k7mr3874184hud.45.1207319041368; Fri, 04 Apr 2008 07:24:01 -0700 (PDT) Received: by 10.78.120.4 with HTTP; Fri, 4 Apr 2008 07:24:01 -0700 (PDT) Message-ID: Date: Fri, 4 Apr 2008 09:24:01 -0500 From: "Jim R. Wilson" To: hbase-user@hadoop.apache.org Subject: Thrift put() specifying version? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello, Is there a way to put() using the thrift bindings which allows specifying the version of the thing you're putting in? I notice that the get() method has getVer() and getVerTs() related functions for handling versions and timestamps, but I don't see put() equivalents. We want to use our own version numbers, not the default timestamps when inserting column values. Thanks in advance. I'm using hbase 0.1.0. -- Jim R. Wilson (jimbojw)