You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Deepak Jaiswal (JIRA)" <ji...@apache.org> on 2018/05/08 06:06:00 UTC

[jira] [Created] (HIVE-19453) Extend Load Data statement to take Input file format and Serde as parameters

Deepak Jaiswal created HIVE-19453:
-------------------------------------

             Summary: Extend Load Data statement to take Input file format and Serde as parameters
                 Key: HIVE-19453
                 URL: https://issues.apache.org/jira/browse/HIVE-19453
             Project: Hive
          Issue Type: Bug
            Reporter: Deepak Jaiswal
            Assignee: Deepak Jaiswal


Extend the load data statement to take the inputformat of the source files and the serde to interpret it as parameter. For eg,

 

load data local inpath '../../data/files/load_data_job/partitions/load_data_2_partitions.txt' INTO TABLE srcbucket_mapjoin
INPUTFORMAT 'org.apache.hadoop.mapred.TextInputFormat'
SERDE 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe';



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)