Re: Issues inserting Hive table in avro format...

2012-04-25 Thread Jakob Homan
Also, it may be faster if you just open an issue on haivvreo's issue tracker at github... On Wed, Apr 25, 2012 at 10:51 AM, Jakob Homan wrote: > What version of everything are you running?  There were recent commits > that fixed some bugs when doing this. > > On Wed, Apr 25, 2012 at 7:39 AM, Anso

Re: Issues inserting Hive table in avro format...

2012-04-25 Thread Jakob Homan
What version of everything are you running? There were recent commits that fixed some bugs when doing this. On Wed, Apr 25, 2012 at 7:39 AM, Anson Abraham wrote: > In Hive, I'm having issues doing an insert overwrite table to a table that > is in avro format. > > So my existing table (table1) is

Issues inserting Hive table in avro format...

2012-04-25 Thread Anson Abraham
In Hive, I'm having issues doing an insert overwrite table to a table that is in avro format. So my existing table (table1) is read from a hdfs directory where the files are in avro format. I created another table table2 in avro format (which is identical in columns, etc...): CREATE EXTERNAL TAB