[7/8] incubator-impala git commit: Removing testdata/bin/run-hive.sh.

2017-11-28 Thread mikeb
Removing testdata/bin/run-hive.sh. I can't find any uses of it. Change-Id: Ibdb65f8390efec8559cea59da0a48584a383cb24 Reviewed-on: http://gerrit.cloudera.org:8080/8503 Reviewed-by: Michael Brown Tested-by: Impala Public Jenkins Project:

[1/8] incubator-impala git commit: IMPALA-6092: avoid drop/create function interactions in e2e tests

2017-11-28 Thread mikeb
Repository: incubator-impala Updated Branches: refs/heads/master a86cc7a3d -> d3afe3075 IMPALA-6092: avoid drop/create function interactions in e2e tests The e2e unit tests for udfs can interact via the backend lib_cache, causing test flakes. IMPALA-6215 explains a race between the lib_cache

[3/8] incubator-impala git commit: IMPALA-6225: Part 1: Query profile date-time strings should have ns precision.

2017-11-28 Thread mikeb
IMPALA-6225: Part 1: Query profile date-time strings should have ns precision. IMPALA-5599 changed the precision of query start and end time date-time string representations to microseconds. This ended up breaking compatibility with some API clients. This patch restores the precision to

[2/8] incubator-impala git commit: IMPALA-4591: Bound Kudu client error mem usage

2017-11-28 Thread mikeb
IMPALA-4591: Bound Kudu client error mem usage Previously, Kudu client errors could grow in size unbounded, potentially causing the process to be killed. This patch sets a bound on the mem that can be used for these error messages, with the size determined by the flag 'kudu_error_buffer_size'.

[8/8] incubator-impala git commit: IMPALA-6001: Part 1: Increase log level during catalog update processing

2017-11-28 Thread mikeb
IMPALA-6001: Part 1: Increase log level during catalog update processing This commit changes the default log level in CatalogUpdateCallback() to help diagnosing issues like IMPALA-6001. Change-Id: I24459bd99baf072abeadc03b654b24a0021db97c Reviewed-on: http://gerrit.cloudera.org:8080/8650

[6/8] incubator-impala git commit: IMPALA-6201: Fix test_basic_filters on ASAN

2017-11-28 Thread mikeb
IMPALA-6201: Fix test_basic_filters on ASAN TestRuntimeFilters.test_basic_filters is flaky on ASAN as sometimes the runtime filters aren't recieved within the specified RUNTIME_FILTER_WAIT_TIME_MS. This patch increases the timeout for ASAN builds. Change-Id:

[5/8] incubator-impala git commit: Revert "IMPALA-6068: Fix dataload for complextypes_fileformat"

2017-11-28 Thread mikeb
Revert "IMPALA-6068: Fix dataload for complextypes_fileformat" This reverts commit e4f585240ac8f478e25402806f4ea38531b4bf84. Among other things, that commit replaced hdfs command line calls with "LOAD DATA LOCAL INPATH" using Hive. However, doing so presumes that the minicluster is the only test

[4/8] incubator-impala git commit: IMPALA-2181: Add query option levels for display

2017-11-28 Thread mikeb
IMPALA-2181: Add query option levels for display Four display levels are introduced for each query option: REGULAR, ADVANCED, DEVELOPMENT and DEPRECATED. When the query options are displayed in Impala shell using SET then only the REGULAR and ADVANCED options are shown. A new command called SET

[7/7] impala git commit: IMPALA-6187: Fix missing conjuncts evaluation with empty projection

2017-11-28 Thread tarmstrong
IMPALA-6187: Fix missing conjuncts evaluation with empty projection Previously, scanners will assume that there are no conjuncts associated with a scan node for queries with no materialized slots (e.g. count(*)). This is not necessarily the case as one can write queries such as select count(*)

[5/7] impala git commit: IMPALA-1144: Fix exception when cancelling query in Impala-shell with CTRL-C

2017-11-28 Thread tarmstrong
IMPALA-1144: Fix exception when cancelling query in Impala-shell with CTRL-C Issue 1: When query is cancelled via CTRL-C while being executed in Impala-shell then an exception is thrown from Impala backend saying 'Invalid query handle'. This is because one ImpalaClient was making RPC's while

svn commit: r23313 - /dev/impala/

2017-11-28 Thread cml
Author: cml Date: Wed Nov 29 01:47:21 2017 New Revision: 23313 Log: INFRA-15509 - TLP Graduation Added: dev/impala/ - copied from r23312, dev/incubator/impala/

svn commit: r23312 - /release/impala/

2017-11-28 Thread cml
Author: cml Date: Wed Nov 29 01:47:07 2017 New Revision: 23312 Log: INFRA-15509 - TLP Graduation Added: release/impala/ - copied from r23311, release/incubator/impala/

svn commit: r23313 - /dev/incubator/impala/

2017-11-28 Thread cml
Author: cml Date: Wed Nov 29 01:47:21 2017 New Revision: 23313 Log: INFRA-15509 - TLP Graduation Removed: dev/incubator/impala/

svn commit: r23312 - /release/incubator/impala/

2017-11-28 Thread cml
Author: cml Date: Wed Nov 29 01:47:07 2017 New Revision: 23312 Log: INFRA-15509 - TLP Graduation Removed: release/incubator/impala/