Re: 0.14 parse exception, row format question

2015-03-27 Thread bitsofinfo
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: ParseExce

0.14 parse exception, row format question

2015-03-26 Thread bitsofinfo
Hi, What is wrong with this query? I am reading the docs and it appears that this should work no? 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 sta