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)

Reply via email to