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
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