-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Description
EXPORT TABLE db.tb
TEMPORARY PARTITION (partition_g)
TO "hdfs://hdfs:9000/user/export/"
PROPERTIES
(
"label" = "mylabel",
"column_separator"=",",
"max_file_size" = "512MB"
)
with HDFS (
"fs.defaultFS"="hdfs:9000",
"hadoop.username" = "xxx"
);
ERROR 1105 (HY000): errCode = 2, detailMessage =
extraneous input 'TEMPORARY' expecting {'PARTITION', 'TO', 'WHERE'}(line 2, pos 0)
Solution
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels