You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Pallavi Singh (JIRA)" <ji...@apache.org> on 2016/11/08 12:14:58 UTC

[jira] [Created] (HIVE-15153) Loading data from files having invalid extensions or no extension

Pallavi Singh created HIVE-15153:
------------------------------------

             Summary: Loading data from files having invalid extensions or no extension
                 Key: HIVE-15153
                 URL: https://issues.apache.org/jira/browse/HIVE-15153
             Project: Hive
          Issue Type: Bug
            Reporter: Pallavi Singh


When we execute the following queries:

LOAD DATA INPATH 'hdfs://localhost:54310/user/hive/warehouse/file1.csv.csv' INTO TABLE emp;

LOAD DATA INPATH 'hdfs://localhost:54310/user/hive/warehouse/file1.csv.csv.csv.csv' INTO TABLE emp;

LOAD DATA INPATH 'hdfs://localhost:54310/user/hive/warehouse/file1.txttt' INTO TABLE emp;

LOAD DATA INPATH 'hdfs://localhost:54310/user/hive/warehouse/file1' INTO TABLE emp;

LOAD DATA INPATH 'hdfs://localhost:54310/user/hive/warehouse/file1.txt.bat.csv' INTO TABLE emp;

We should get Input File Error, but we are able to load data successfully into hive table



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)