[ 
https://issues.apache.org/jira/browse/HIVE-19453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469298#comment-16469298
 ] 

Deepak Jaiswal commented on HIVE-19453:
---------------------------------------

Thanks for the review [~jdere]. Committed to master. Now preparing for branch-3

> 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: Task
>            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)

Reply via email to