Changes for Build #1598 [cws] HIVE-2789. query_properties.q contains non-deterministic queries (Zhenxiao Luo via cws)
Changes for Build #1599 Changes for Build #1600 [kevinwilfong] HIVE-3293. Load file into a table does not update table statistics. (njain via kevinwilfong) Changes for Build #1601 Changes for Build #1602 Changes for Build #1603 Changes for Build #1604 Changes for Build #1605 [hashutosh] HIVE-3341 [jira] Making hive tests run against different MR versions (Sushanth Sowmyan via Ashutosh Chauhan) Summary: HIVE-3341 Making hive tests run against different MR versions After we build hive, we want to have the ability to run unit tests against specific hadoop versions. Currently, the classpath constructed has multiple hadoop jars, which makes compiling okay, but running non-deterministic. An example is HIVE-3156, where running against 0.23 shows issues with a couple of tests (which should either be shimmed out, or separated into directories the way it's done in the shims/ directory) - It would also be nice to find these issues out at test-compile time itself, rather than having them fail at test runtime. With this patch, we can set ant variable hadoop.mr.rev to 20, 20S or 23 to test against a particular version. Test Plan: current tests continue to work - this is a build system change Reviewers: JIRA, ashutoshc, cwsteinbach Reviewed By: ashutoshc Differential Revision: https://reviews.facebook.net/D4557 [namit] HIVE-3343 Hive: Query misaligned result for Group by followed by Join with filter and skip a group-by result (Gang Tim Liu via namit) All tests passed The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1605) Status: Fixed Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1605/ to view the results.