Re: An error occurred while using RCFile on S3

2011-03-22 Thread Shunsuke Mikami
Thank you! I tried with "set hive.optimize.cp=false;", then it works! However, it reduce the merit of RCFile which skip unnecessary data. It may be better to use *SequenceFile in the present state of things?* -- Shunsuke Mikami 2011/3/23 yongqiang he > Don't know the reaso

An error occurred while using RCFile on S3

2011-03-22 Thread Shunsuke Mikami
Hi all, I am testing RCFile on S3. I could execute queries which don't specify columns such as "select * from table". But, I could not execute queries which specify columns such as "select id from table". This job progress to near the end of a map task, but cannot finish the task as the below log