Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
There is no way for the users to control the file format when they are outputting the result into a directory.
We should allow:
INSERT OVERWRITE DIRECTORY "/user/zshao/result" ROW FORMAT DELIMITED FIELDS TERMINATED BY '9' SELECT tablea.* from tablea;