Hi, I am running Hive 0.7.0 with Hadoop 0.20.2. I have one HDFS folder full of web server logs dated back several months.
Is possible to partition an EXTERNAL TABLE without copying/moving files or altering the layout of the directory? For example, in HDFS, I have: > /logs/log-2011-09-01 > /logs/log-2011-09-02 > … > /logs/log-2011-12-01 I'd like to know if it's possible to partition the EXTERNAL TABLE by date without having to create subdirectories: > /logs/2011-09-01/log-2011-09-01 > /logs/2011-09-02/log-2011-09-02 > … > /logs/2011-12-01/log-2011-12-01 Is it possible? Thanks, Vince The contents of this message, together with any attachments, are intended only for the use of the individual or entity to which they are addressed and may contain information that is confidential and exempt from disclosure. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this message, or any attachment, is strictly prohibited. If you have received this message in error, please notify the original sender immediately by telephone or by return E-mail and delete this message, along with any attachments, from your computer. Thank you.