Hive on Amazon EC2 with S3

2012-08-24 Thread Suman.Addanki
Hi, I have setup a Hadoop cluster on Amazon EC2 with my data stored on S3. I would like to use Hive to process the data on S3. I created an external table in hive using the following: CREATE EXTERNAL TABLE mytable1 ( HIT_TIME_GMTstring, SERVICE string ) ROW FORMAT

RE: Hive on Amazon EC2 with S3

2012-08-30 Thread Suman.Addanki
Thank you Joe. It works now. I will try to read up on the differences between CombineHiveInputFormat and HiveInputFormat. From: Joe Crobak [mailto:joec...@gmail.com] Sent: Tuesday, August 28, 2012 10:22 PM To: user@hive.apache.org Subject: Re: Hive on Amazon EC2 with S3 Hi Suman, We've seen thi