[
https://issues.apache.org/jira/browse/HIVE-19453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepak Jaiswal updated HIVE-19453:
----------------------------------
Attachment: HIVE-19453.1.patch
> 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
> Priority: Major
> Attachments: HIVE-19453.1.patch
>
>
> 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)