Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 51903 invoked from network); 18 Nov 2010 10:11:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Nov 2010 10:11:17 -0000 Received: (qmail 53578 invoked by uid 500); 18 Nov 2010 10:11:48 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 53538 invoked by uid 500); 18 Nov 2010 10:11:48 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 53530 invoked by uid 99); 18 Nov 2010 10:11:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 10:11:47 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FREEMAIL_FROM,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zjffdu@gmail.com designates 209.85.161.48 as permitted sender) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 10:11:40 +0000 Received: by fxm9 with SMTP id 9so873766fxm.35 for ; Thu, 18 Nov 2010 02:11:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=kCEs0f62hTlkQfi1AtCVzCUF6QwKieN46jCPA3eenOI=; b=kjTJl3naDQJV9ErsabjzfJFPeonMndX/ZOeZH+EY8na8hxj+76sQ9vGc6JokfShCR6 +1EdjS6qf8QYA+ZHp0QqQ5xCJCDoeOz61KHHLxow29vEBfS++iXCQIny1+Jr80cHfVXZ E2DDSwnXbA6pzzMWkzzR9eIOMh6MF/wp9cPQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uJOCUkVlnF+NoMOyVPZqmZDYkFc0oJzMZjZPryx4Wo9+HpUZi3javzsqSASDPPGeTx RKCJhbuXYtsUABVS7+MvZvfyZuyWVS2MfJJl9H7wybLz6gVluPTCYEGHy7i2I3KIKoUI n2FzT6ueyAlulTz6TJBkiF3ofUE3h0wq0TorE= MIME-Version: 1.0 Received: by 10.223.108.147 with SMTP id f19mr364830fap.68.1290075079481; Thu, 18 Nov 2010 02:11:19 -0800 (PST) Received: by 10.223.125.67 with HTTP; Thu, 18 Nov 2010 02:11:19 -0800 (PST) Date: Thu, 18 Nov 2010 18:11:19 +0800 Message-ID: Subject: What version of thrift hive use ? From: Jeff Zhang To: dev@hive.apache.org Content-Type: text/plain; charset=UTF-8 Hi all, I'd like to extend the thrift interface of hive, but the code I generated is in-compatible with hive's own thrift-generated code. It seems the thrift hive used don't not support jdk1.5 including the features of generic and enum. And even I use the oldest version of thrift (thrift-0.2). It still generate code with genererics. So what version on earth hive use ? facebook's own thrift version ? Thanks. -- Best Regards Jeff Zhang