Hi all, I'm running hive-0.9.0-cdh4.1.3. I've created an external table partitioned across year, month, and day. It works fine until I write a query that causes multiple MR jobs to be run. Then I get a FileNotFoundException when it tries to run the second job.
Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: /tmp/chad.bourque/hive_2013-02-13_16-55-23_918_4659414048414068786/-mr-10002/000000_0)' I've tried several different things with no success including: - set mapred.job.tracker=bogus - add my user to the hive group - add the hive user to my group - set mapred.local.dir=/tmp/mapred None of those helped. Any ideas? TIA, Chad