Re: InputFormat version problem

2010-09-22 Thread Tianqiang Li
Hi, Edward, Thanks for your hints, let me start with the old api first. Just curious, does hive have the plan to support 20 api? -Peter On Tue, Sep 21, 2010 at 9:17 PM, Edward Capriolo edlinuxg...@gmail.comwrote: On Wed, Sep 22, 2010 at 12:08 AM, Tianqiang Li peter...@gmail.com wrote: Hi,

InputFormat version problem.

2010-09-21 Thread Tianqiang Li
Hi, I have customized InputFormat class to read our log format in our hadoop job and Pig, which is built on top of Hadoop 0.20 api, now I'd like to re-use this inputformat to load data into Hive table by specifying InputFormat, and a Serde when I create a table like below: CREATE TABLE

InputFormat version problem

2010-09-21 Thread Tianqiang Li
Hi, I have customized InputFormat class to read our log format in our hadoop job and Pig, which is built on top of Hadoop 0.20 api, now I'd like to re-use this inputformat to load data into Hive table by specifying InputFormat, and a Serde when I create a table like below: CREATE TABLE

Re: InputFormat version problem

2010-09-21 Thread Edward Capriolo
On Wed, Sep 22, 2010 at 12:08 AM, Tianqiang Li peter...@gmail.com wrote: Hi, I have customized InputFormat class to read our log format in our hadoop job and Pig, which is built on top of Hadoop 0.20 api, now I'd like to re-use this inputformat to load data into Hive table by specifying