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 out

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 Tested-by: Impala Public Jenkins

[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: I25f2f6c0

[4/6] impala git commit: IMPALA-6825: Fix HADOOP_CLASSPATH when using Hadoop 3

2018-04-09 Thread tmarshall
IMPALA-6825: Fix HADOOP_CLASSPATH when using Hadoop 3 IMPALA-4277 added support for Hadoop 3. However, it omitted a component from HADOOP_CLASSPATH that is required for the local minicluster to access AWS. I tested this manually and with this change the minicluster is able to access HDFS. Cherry

[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 prom

[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 Public Jenkins Proje

[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 unfor

[5/6] impala git commit: IMPALA-5607: part 1: breaking extract/date_part changes

2018-04-09 Thread tmarshall
IMPALA-5607: part 1: breaking extract/date_part changes This is the compatibility-breaking part of Jinchul Kim's change to add additional units. To support nanoseconds we need to widen the output type of these functions. We also change the meaning of "milliseconds" to include the seconds component