Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 23782 invoked from network); 18 Sep 2008 16:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 16:32:39 -0000 Received: (qmail 35684 invoked by uid 500); 18 Sep 2008 16:32:35 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 35667 invoked by uid 500); 18 Sep 2008 16:32:35 -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 35656 invoked by uid 99); 18 Sep 2008 16:32:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 09:32:35 -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 charlie.mas@gmail.com designates 216.239.58.186 as permitted sender) Received: from [216.239.58.186] (HELO gv-out-0910.google.com) (216.239.58.186) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 16:31:36 +0000 Received: by gv-out-0910.google.com with SMTP id o2so1721952gve.4 for ; Thu, 18 Sep 2008 09:31:58 -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:reply-to :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=RKnudFE36cNEdf8E7go5U1zhobyr+6Bb7SHlW9EbqME=; b=vO0cImsCGJEr0ppQStJFSbqmTTteTQMzRqFXC2lR4VLW3MMD8mGR6sayK6/Qa8jrs2 SJOL8BMbW8WYKcQsvUgC6qzZbaNjtIkhgFm+N98DUog5t746f+di6HRJ/3txyujnZyhd PAsuFiXo4KHsxWJMeOhq3JiIMotcDJpuRVbtc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=mPK99ZnIRwRYvLderVVM2c2KdBlULZHNB9RyzGCpM5/NsxkPdrO9rhLhQUOfyTlguu Vag4cnbaQzBaNBPAowDKXV/KHg8tl2aj2BwiloBAhUXwesCHYWm3NQG1H9iQYKcskXTE 0gmE2fkDhUH5FRBo2sz6TA045psZut4+erZn4= Received: by 10.103.218.9 with SMTP id v9mr3061789muq.91.1221755518036; Thu, 18 Sep 2008 09:31:58 -0700 (PDT) Received: by 10.103.208.8 with HTTP; Thu, 18 Sep 2008 09:31:57 -0700 (PDT) Message-ID: <1960fb140809180931t49e4b380r1e6aadc31cd254a1@mail.gmail.com> Date: Thu, 18 Sep 2008 17:31:57 +0100 From: "Charles Mason" Reply-To: charlie@cpsoftware.com To: hbase-user@hadoop.apache.org Subject: A Problem With The Thrift Scanner Interface 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 Hi All, I have been working on interfacing HBase with C# using thrift. I am currently writing a lightweight ORM style wrapper to make interfacing with data in HBase easier. I am currently trying to implement a scanner and I am running in to a problem. The scannerOpen function seems to always require a column list, wear as with the REST interface it can be left empty in which case all a rows columns are returned. If I provide an empty column list via Thrift no columns are returned. Is there something I am missing or this just a missing future with the thrift interface? I am running the 0.2 release. Charlie M