We have existing log data in directories in the format of YEAR/MONTH/DAY. - How can we create a table over this table without hive modifying and/or moving it? - How can we tell Hive to partition this data so it knows about each day of logs? - Does hive out of the box work with reading compressed files?
Thanks