-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53966/
-----------------------------------------------------------
(Updated Nov. 22, 2016, 10:35 p.m.)
Review request for hive.
Changes
-------
Addressed issues from Illya Yalovyy.
Also, I sticked to the if (!exists || !rename) condition on S3, and not using
the listFiles() to avoid OOM issues with concurrent HS2 requests. We can design
a better performance work in a different JIRA.
Bugs: HIVE-15199
https://issues.apache.org/jira/browse/HIVE-15199
Repository: hive-git
Description
-------
The patch helps execute repeated INSERT INTO statements on S3 tables when the
scratch directory is on S3.
Diffs (updated)
-----
itests/hive-blobstore/src/test/queries/clientpositive/insert_into.q
919ff7d9c7cb40062d68b876d6acbc8efb8a8cf1
itests/hive-blobstore/src/test/results/clientpositive/insert_into.q.out
c25d0c4eec6983b6869e2eba711b39ba91a4c6e0
ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
61b8bd0ac40cffcd6dca0fc874940066bc0aeffe
Diff: https://reviews.apache.org/r/53966/diff/
Testing
-------
Thanks,
Sergio Pena