-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49881/
-----------------------------------------------------------

(Updated July 15, 2016, 2:26 a.m.)


Review request for hive and Ashutosh Chauhan.


Changes
-------

Reduced the number of calls to metastore.


Bugs: HIVE-14204
    https://issues.apache.org/jira/browse/HIVE-14204


Repository: hive-git


Description
-------

Lots of time is spent in sequential fashion to load dynamic partitioned dataset 
in driver side. 

E.g simple dynamic partitioned load as follows takes 300+ seconds

INSERT INTO web_sales_test partition(ws_sold_date_sk) select * from 
tpcds_bin_partitioned_orc_200.web_sales;

Time taken to load dynamic partitions: 309.22 seconds


Diffs (updated)
-----

  ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java 82abd52 

Diff: https://reviews.apache.org/r/49881/diff/


Testing
-------


Thanks,

Rajesh Balamohan

Reply via email to