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 CCFD510E83 for ; Fri, 10 Jan 2014 02:37:33 +0000 (UTC) Received: (qmail 36303 invoked by uid 500); 10 Jan 2014 02:37:31 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 36253 invoked by uid 500); 10 Jan 2014 02:37:31 -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 36235 invoked by uid 99); 10 Jan 2014 02:37:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 02:37:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of churylin@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-we0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 02:37:27 +0000 Received: by mail-we0-f176.google.com with SMTP id p61so3453161wes.7 for ; Thu, 09 Jan 2014 18:37:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nG51NddXAkPQszVP2DDMY1Gqz/sPd0AVvRZ7zYcteUI=; b=g5Z74C6HnfEkSM5ol+cKzP5UmgkGCdOGjw5p4zAE7tdGzIHTMnuznzcGxkPQyXliDz ESDtNWdwgU8DJbLGOq0n7P2alRNlDUN99/lgXvTEsfKlY0hEYHMLwoNSxJhwX58aQRPE zZgETtv5/2iiXi6GvUzmxw9sDVf8eoh2AKSn53kJFOjoH0ke7EBy19n93D2hwdKukbCe j3AHTmANF7RSRgt6KOJefFwNae3FZBjzOOAEUlolD00GePy06hqqBhGHTxFvhvEsjVm9 yi7mxSr7vCmBjM8yb7gobyP2VzCHFvLuDSduqiVSOM7WUKR9zO883pgnOogKsgtoleTF T6+g== MIME-Version: 1.0 X-Received: by 10.180.21.166 with SMTP id w6mr177584wie.31.1389321426175; Thu, 09 Jan 2014 18:37:06 -0800 (PST) Received: by 10.216.12.129 with HTTP; Thu, 9 Jan 2014 18:37:06 -0800 (PST) In-Reply-To: References: Date: Fri, 10 Jan 2014 10:37:06 +0800 Message-ID: Subject: Re: Python access HBase using Thrift Error:Internal error processing getTableNames From: churly lin To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=047d7b6d9a86160ac004ef949a68 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6d9a86160ac004ef949a68 Content-Type: text/plain; charset=ISO-8859-1 Hi Stack: Thanks for your reply. I will try to lower the version of thrift ^ ^ Does the HBase 0.94.2-cdh4.2.1's thrift version is 0.8.0? Update for some information with thrift 0.8.0: 1. client.getRow() works fine, but getTableNames() and getColumnDescriptors() fail. 2. Last night, I restart the hbase. getTableNames() and getColumnDescriptors() is working then! 3. This morning, these two functions fail again. 2014/1/10 Stack > On Thu, Jan 9, 2014 at 12:09 AM, churly lin wrote: > > > > > My thrfit version is 0.9.0. > > > > > Try using the thrift version that hbase 0.94 uses, 0.8.0. > > You might also look at http://happybase.readthedocs.org/en/latest/ and > take > advantage of Wouter's nice work. > > St.Ack > --047d7b6d9a86160ac004ef949a68--