HIVE-11888: LLAP: Merge master into branch (for HIVE-11860) (Prasanth Jayachandran)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1373ce71 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1373ce71 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1373ce71 Branch: refs/heads/master Commit: 1373ce714292b1efc37a820eb24827c2f9095b53 Parents: c453c0e ae588db Author: Prasanth Jayachandran <[email protected]> Authored: Fri Sep 18 17:25:15 2015 -0500 Committer: Prasanth Jayachandran <[email protected]> Committed: Fri Sep 18 17:25:15 2015 -0500 ---------------------------------------------------------------------- bin/beeline | 5 + .../test/resources/testconfiguration.properties | 1 + .../hadoop/hive/metastore/txn/TxnHandler.java | 61 ++- .../hadoop/hive/ql/exec/StatsNoJobTask.java | 25 +- .../apache/hadoop/hive/ql/exec/tez/TezTask.java | 14 +- .../queries/clientpositive/union_fast_stats.q | 68 +++ .../clientpositive/tez/union_fast_stats.q.out | 526 +++++++++++++++++++ .../clientpositive/union_fast_stats.q.out | 526 +++++++++++++++++++ 8 files changed, 1181 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/1373ce71/itests/src/test/resources/testconfiguration.properties ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/1373ce71/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java ----------------------------------------------------------------------
