incubator-impala git commit: IMPALA-4171: Remove JAR from repo.

2016-09-22 Thread jbapple
Repository: incubator-impala Updated Branches: refs/heads/branch-2.7.0 53439d3d8 -> 6e119a036 IMPALA-4171: Remove JAR from repo. By ASF rules, we can't have JARs in releases. The releases are just tarballs of the repo. This patch removes from the repo the single JAR there, which was a version

[incubator-impala] Git Push Summary

2016-09-22 Thread jbapple
Repository: incubator-impala Updated Tags: refs/tags/2.7.0-rc3 [created] 1933e8128

svn commit: r15485 - in /dev/incubator/impala/2.7.0/RC3: ./ apache-impala-incubating-2.7.0.tar.gz apache-impala-incubating-2.7.0.tar.gz.asc apache-impala-incubating-2.7.0.tar.gz.md5 apache-impala-incu

2016-09-22 Thread jbapple
Author: jbapple Date: Thu Sep 22 10:32:16 2016 New Revision: 15485 Log: Impala 2.7.0 release candidate 3 Added: dev/incubator/impala/2.7.0/RC3/ dev/incubator/impala/2.7.0/RC3/apache-impala-incubating-2.7.0.tar.gz (with props) dev/incubator/impala/2.7.0/RC3/apache-impala-incubating-

[2/2] incubator-impala git commit: IMPALA-4037, IMPALA-4038: fix locking during query cancellation

2016-09-22 Thread tarmstrong
IMPALA-4037,IMPALA-4038: fix locking during query cancellation * Refactor the child query handling out of QueryExecState and clarify locking rules. * Avoid holding QueryExecState::lock_ while calling Coordinator::Cancel() or ChildQuery::Cancel(), which can both do RPCs or acquire ImpalaServe

[1/2] incubator-impala git commit: IMPALA-4117: Factor simple scheduler test code into own files

2016-09-22 Thread tarmstrong
Repository: incubator-impala Updated Branches: refs/heads/master 1b9d9ea7c -> 0d0c93ec8 IMPALA-4117: Factor simple scheduler test code into own files This change merely splits the helper classes from simple-scheduler-test.cc into separate .h and .cc files. It does not change the semantics of t