impala git commit: Board request: Please add ApacheCon event promotion

2018-04-09 Thread jbapple
Repository: impala Updated Branches: refs/heads/asf-site 8d3215b01 -> 65b5446da Board request: Please add ApacheCon event promotion They asked: Dear PMCs, ApacheCon is our official community event, and is coming up in September, in Montreal. We need your help getting the word

impala git commit: Bump Kudu version.

2018-04-09 Thread tmarshall
Repository: impala Updated Branches: refs/heads/2.x 9b56cc3c8 -> b90a67265 Bump Kudu version. Change-Id: I8d9a5085bf1e66ecc1a561b6245ebe7f34ca83a6 Reviewed-on: http://gerrit.cloudera.org:8080/9954 Reviewed-by: Grant Henke Reviewed-by: Thomas Tauber-Marshall

[3/6] impala git commit: Bump Kudu Java version.

2018-04-09 Thread tmarshall
Bump Kudu Java version. For consistency, use a more updated version of the Kudu jar in minicluster_profile=3, which now has decimal support in it. For the =2 profile, bump up to a more recent Kudu version. I will prepare a separate change for 2.x. Cherry-picks: not for 2.x Change-Id:

[6/6] impala git commit: IMPALA-6711: loosen shell test prompt regex

2018-04-09 Thread tmarshall
IMPALA-6711: loosen shell test prompt regex We have seen this test fail because the fully-qualified domain name differed between the python test process and the impala shell process (see JIRA for details). The exact domain name is irrelevant to the test - we only really care about whether the

[1/6] impala git commit: Fixing typo in SimpleLogger::Flush()

2018-04-09 Thread tmarshall
Repository: impala Updated Branches: refs/heads/master 2896b8d12 -> 65f25c767 Fixing typo in SimpleLogger::Flush() Change-Id: I5ce0525e8db133f4b1df653b995e3eb108619050 Reviewed-on: http://gerrit.cloudera.org:8080/9893 Reviewed-by: Bharath Vissapragada Tested-by: Impala

[2/6] impala git commit: IMPALA-6338: Disable flaky bloom filter test

2018-04-09 Thread tmarshall
IMPALA-6338: Disable flaky bloom filter test The underlying issue in IMPALA-6338 causes successful queries that are cancelled internally due to all results having been returned to, in rare cases, have info missing from the profile. This has caused flaky tests but has low impact on users, and