Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.0, 1.0.0
-
None
-
None
Description
https://issues.apache.org/jira/browse/HIVE-3682 is great but non local directory don't seem to be supported:
insert overwrite directory '/tmp/test-02' row format delimited FIELDS TERMINATED BY ':' select description FROM sample_07
Error while compiling statement: FAILED: ParseException line 2:0 cannot recognize input near 'row' 'format' 'delimited' in select clause
This works (with 'local'):
insert overwrite local directory '/tmp/test-02' row format delimited FIELDS TERMINATED BY ':' select code, description FROM sample_07
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-6833 when output hive table query to HDFS file,users should have a separator of their own choice
- Resolved
-
HIVE-6410 Allow output serializations separators to be set for HDFS path as well.
- Closed
- is related to
-
LENS-518 Move Hive dependency to Apache Hive
- Closed
- relates to
-
HIVE-13064 Serde properties are not working while expecting output in a directory
- Closed
-
HIVE-3682 when output hive table to file,users should could have a separator of their own choice
- Closed