Re: Load gzip files into hive

2011-04-28 Thread wd
Thanks for your help 2011/4/28 Loren Siebert > You have the file type as sequence file, but you are trying to load a GZip > file. Won’t that only work if the table is defined as a text file? > I've think sequence = gzip file before, and now I realized it's not. It's work when table is defined as

Re: Load gzip files into hive

2011-04-27 Thread Loren Siebert
You have the file type as sequence file, but you are trying to load a GZip file. Won’t that only work if the table is defined as a text file? Hive isn’t doing anything on your behalf when you do LOAD DATA. It’s syntactic sugar for copying a file into a HDFS location. From there, if you want a R