Re: Hive on Amazon EC2 with S3

2012-08-30 Thread Joe Crobak
look into it any further since we have this workaround. > ** > > *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, >

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

Re: Hive on Amazon EC2 with S3

2012-08-30 Thread Manish
Hi Suman, I think you need to have another directory in hive as test. Copy the data into s3://com.x/hive/test/ Thank You, Manish. On Fri, 2012-08-24 at 20:43 +, suman.adda...@sanofipasteur.com wrote: > Hi, > > I have setup a Hadoop cluster on Amazon EC2 with my data stored on S3. > I w

Re: Hive on Amazon EC2 with S3

2012-08-28 Thread Joe Crobak
Hi Suman, We've seen this happen due to a bug in Hive's CombineHiveInputFormat. Try disabling that before querying by issuing: SET hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat; HTH, Joe On Fri, Aug 24, 2012 at 4:43 PM, wrote: > Hi, > > I have setup a Hadoop cluster on A