Jeff, Hive currently uses thrift-0.3 there is work underway on https://issues.apache.org/jira/browse/HIVE-1526 to make Hive use thrift-0.5 . If you are doing some work which touches on generated thrift code I would recommend to wait until HIVE-1526 gets committed as otherwise your patch will become stale.
Ashutosh On Thu, Nov 18, 2010 at 02:11, Jeff Zhang <zjf...@gmail.com> wrote: > 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 >