-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66999/
-----------------------------------------------------------
Review request for hive, Jason Dere and Prasanth_J.
Bugs: HIVE-19453
https://issues.apache.org/jira/browse/HIVE-19453
Repository: hive-git
Description
-------
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';
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g a837d67b96
ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java
2b88ea651b
ql/src/test/queries/clientpositive/load_data_using_job.q 3928f1fa07
ql/src/test/results/clientpositive/llap/load_data_using_job.q.out 116630c237
Diff: https://reviews.apache.org/r/66999/diff/1/
Testing
-------
Added a test to load_data_using_job.q
Thanks,
Deepak Jaiswal