Thats just an artifact of the email formatting, all the quoting is legit INSERT OVERWRITE DIRECTORY "/user/admin/mydirectory" ROW FORMAT DELIMITED FIELDS TERMINATED BY '\t' select * from my_table_that_exists;
*Error occurred executing hive query: Error while compiling statement: FAILED: ParseException line 2:0 cannot recognize input near 'ROW' 'FORMAT' 'DELIMITED' in statement* On 3/26/15 11:58 PM, Daniel Haviv wrote: > select * from my_table_that_exists;