Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 86926 invoked from network); 9 Feb 2010 16:27:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 16:27:35 -0000 Received: (qmail 81227 invoked by uid 500); 9 Feb 2010 16:27:34 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 81165 invoked by uid 500); 9 Feb 2010 16:27:34 -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 81154 invoked by uid 99); 9 Feb 2010 16:27:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 16:27:34 +0000 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 saptarshi.guha@gmail.com designates 209.85.218.214 as permitted sender) Received: from [209.85.218.214] (HELO mail-bw0-f214.google.com) (209.85.218.214) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 16:27:27 +0000 Received: by bwz6 with SMTP id 6so6205912bwz.31 for ; Tue, 09 Feb 2010 08:27:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=cI7u+BF4sAEn7TNFpm5bRaqn5xjmgC88zEKeFw6iulQ=; b=jEAetczSD+Qt9X8RZbuMedhsjbNXS/MqwQgRSYW8Qo+mQ35cLxiMrxVIrAK7mNvKxC LqqyDA3mVJszDB7RN7QbWqVl0FHW8MQ+JjovVxxDGAiBipS+Ax3y3Ol11PQWNPseQj5N Fv3/Fkl7Iriv1AQaM2HsEjHwNNQPmahv+sRhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=YLTMnTfks/icK5jU2LKGNeOc7bnc3SAyluZUloDIhJ7CXN7IfYwhBAJXoRlQ0Tj96S lNLGQrH9ub4ASq8Upu9g97qrh2hqUyauhFP9RA/v7MnbhnW6Y/84e/3FwsLNO368Xf8i yteFjVJnSGccv5YcTxz3l3dyC+9aM7k0F0w6w= MIME-Version: 1.0 Received: by 10.239.185.77 with SMTP id b13mr910715hbh.158.1265732825554; Tue, 09 Feb 2010 08:27:05 -0800 (PST) Reply-To: saptarshi.guha@gmail.com In-Reply-To: <74f4d40b1002090724w6305c24kc3933df325141827@mail.gmail.com> References: <1e7471d51002090656w72dc7e35rd7468ed87601a9c5@mail.gmail.com> <74f4d40b1002090724w6305c24kc3933df325141827@mail.gmail.com> Date: Tue, 9 Feb 2010 11:27:05 -0500 Message-ID: <1e7471d51002090827j6c15312fg822509cfbddb7df5@mail.gmail.com> Subject: Re: Thrift api and binary keys From: Saptarshi Guha To: Erik Holstad Cc: hbase-user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 Thank you. The status of hbase thrift is undefined? Let ne ask me this as new question. On Tuesday, February 9, 2010, Erik Holstad wrote: > Hey Saptarshi! > Don't know too much about the current status of thrift, but Text can hold byte[], it is a Hadoop class > which is like a fancier version of a String. > http://hadoop.apache.org/common/docs/r0.20.1/api/org/apache/hadoop/io/Text.html > > -- > Regards Erik >