There is bug in the code. Please apply the patch for Hive-248.
________________________________ From: Josh Ferguson <[email protected]> Reply-To: <[email protected]> Date: Sun, 25 Jan 2009 21:12:15 -0800 To: <[email protected]> Subject: Load local data I'm using hive trunk and the following breaks: hive -e "LOAD DATA LOCAL INPATH '/Users/Josh/temporary/77013aaa- fa64-441e-a839-3eded367adb7.tab.bz2' INTO TABLE activities PARTITION ( account='test', application='test', dataset='test', hour=342440 );" FAILED: Error in semantic analysis: line 1:23 Invalid Path '/Users/ Josh/temporary/77013aaa-fa64-441e-a839-3eded367adb7.tab.bz2': No files matching path I can cat the file and it doest in fact exist and has content in it, anyone have any idea? Josh F.
