Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.1
-
None
-
None
Description
$ echo 111,222 >/tmp/testtable
$ sudo -u hive hive
hive> create table test (a int, b int) row format delimited fields terminated by ',' stored as textfile;
OK
Time taken: 2.355 seconds
hive> load data local inpath '/tmp/testtable' overwrite into table test;
Attachments
Attachments
Issue Links
- relates to
-
HIVE-6152 insert query fails on hdfs federation + viewfs
- Resolved
- links to