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
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