Re: Hive 0.7 use the old mapred API

2012-12-04 Thread Edward Capriolo
this is an unfortunate issue with hive we only support mapred api not mapreduce. If you look at the hbase and cassandra support you see that sonetimes you can wrap a mapreduce input format by extending the new interface and implementing the old one. So it is possible to use a newer api but its ugly

Re: Hive 0.7 use the old mapred API

2012-12-03 Thread Mark Grover
Yong, In my opinion, #2 wouldn't be that hard to do. Of course, upgrading to the new API (albeit by updating Hive) would the right thing to do long term. Mark On Mon, Dec 3, 2012 at 7:42 AM, java8964 java8964 wrote: > Hi, > > Our company current is using CDH3 release, which comes with Hive 0.7