[2/4] impala git commit: IMPALA-5310: Part 2: Add SAMPLED_NDV() function.

2017-12-12 Thread kwho
http://git-wip-us.apache.org/repos/asf/impala/blob/0936e329/fe/src/main/java/org/apache/impala/catalog/BuiltinsDb.java -- diff --git a/fe/src/main/java/org/apache/impala/catalog/BuiltinsDb.java b/fe/src/main/java/org/apache/impala

[4/4] impala git commit: IMPALA-5310: Part 2: Add SAMPLED_NDV() function.

2017-12-12 Thread kwho
IMPALA-5310: Part 2: Add SAMPLED_NDV() function. Adds a new SAMPLED_NDV() aggregate function that is intended to be used in COMPUTE STATS TABLESAMPLE. This patch only adds the function itself. Integration with COMPUTE STATS will come in a separate patch. SAMPLED_NDV() estimates the number of dist

[3/4] impala git commit: IMPALA-5310: Part 2: Add SAMPLED_NDV() function.

2017-12-12 Thread kwho
http://git-wip-us.apache.org/repos/asf/impala/blob/0936e329/be/src/thirdparty/mpfit/mpfit.c -- diff --git a/be/src/thirdparty/mpfit/mpfit.c b/be/src/thirdparty/mpfit/mpfit.c new file mode 100644 index 000..1ab9abb --- /dev/null

[1/4] impala git commit: IMPALA-6308: Fix bad Status() usage in data-stream-sender.cc

2017-12-12 Thread kwho
Repository: impala Updated Branches: refs/heads/master d2fe9f437 -> 0936e3296 IMPALA-6308: Fix bad Status() usage in data-stream-sender.cc Previously, DataStreamSender::FlushAndSendEos() makes some wrong assumption about the format string of the error status returned from DoTransmitDataRpc().

[2/4] impala git commit: IMPALA-6245: Tolerate column indenting from Hive

2017-12-12 Thread tarmstrong
IMPALA-6245: Tolerate column indenting from Hive The fix for HIVE-3140 started indenting multi-line comments, which breaks Impala testing when run against Hive 2.1.1. To test this using the pure test runner proved difficult since it would require extensive changes to support both row_regexes (sin

[1/4] impala git commit: IMPALA-6298: Skip test_profile_fragment_instances on local filesystem

2017-12-12 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 12fa20d1a -> d2fe9f437 IMPALA-6298: Skip test_profile_fragment_instances on local filesystem test_profile_fragment_instances was recently added to verify that the final runtime profile for a query has the expected fragments and exec nodes.

[4/4] impala git commit: IMPALA-6270: create Impala parent pom

2017-12-12 Thread tarmstrong
IMPALA-6270: create Impala parent pom This commit links together all the individual pom.xml files to have a new "impala-parent" pom as the parent. This enables de-duplicating all the repository configuration. I ran the build to test this. Change-Id: Id744e4357ee4d8e4be4e5490b2159bb76a2192f0 Revi

[3/4] impala git commit: Add 'lsof' to bootstrap_system.

2017-12-12 Thread tarmstrong
Add 'lsof' to bootstrap_system. "be/src/kudu/security/test/mini_kdc.cc" uses lsof, which doesn't exist on the base ubuntu:16.04 Docker image; adding it in. Change-Id: I6a458f2ef0313b2d08d6dd21290f8a38fa6d07f7 Reviewed-on: http://gerrit.cloudera.org:8080/8813 Reviewed-by: Tim Armstrong Tested-by: