[2/5] impala git commit: IMPALA-6819: Add new performance test workload - tpcds-unmodified used by Impala Performance Tests

2018-05-14 Thread arodoni
http://git-wip-us.apache.org/repos/asf/impala/blob/bb9237d9/testdata/workloads/tpcds-unmodified/queries/tpcds-q8.test -- diff --git a/testdata/workloads/tpcds-unmodified/queries/tpcds-q8.test

[3/5] impala git commit: IMPALA-6819: Add new performance test workload - tpcds-unmodified used by Impala Performance Tests

2018-05-14 Thread arodoni
http://git-wip-us.apache.org/repos/asf/impala/blob/bb9237d9/testdata/workloads/tpcds-unmodified/queries/tpcds-q46.test -- diff --git a/testdata/workloads/tpcds-unmodified/queries/tpcds-q46.test

[5/5] impala git commit: IMPALA-6221: [DOCS] Correct syntax for Kudu Partition clause

2018-05-14 Thread arodoni
IMPALA-6221: [DOCS] Correct syntax for Kudu Partition clause Change-Id: I8d8ccdcc8b28fcd44511040f1e05969af83b3d1e Reviewed-on: http://gerrit.cloudera.org:8080/10353 Reviewed-by: Thomas Tauber-Marshall Tested-by: Impala Public Jenkins

[4/5] impala git commit: IMPALA-6819: Add new performance test workload - tpcds-unmodified used by Impala Performance Tests

2018-05-14 Thread arodoni
IMPALA-6819: Add new performance test workload - tpcds-unmodified used by Impala Performance Tests Description: Impala versions prior to 2.5 didn't have Runtimefilters, which made TPC-DS queries run very slow, so queries under tpcds have explicit partition filters to workaround the limitation.

[1/5] impala git commit: IMPALA-6337: Fix infinite loop in Impala shell

2018-05-14 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 47f95f14b -> 19bcc3099 IMPALA-6337: Fix infinite loop in Impala shell This patch fixes a bug in sqlparse where sqlparse incorrectly splits a statement that has a new line inside double quotes. The bug in sqlparse causes Impala shell to go

impala git commit: [DOCS] Removed an extra p tag in known issues

2018-05-07 Thread arodoni
Repository: impala Updated Branches: refs/heads/master f13abdca6 -> f20415755 [DOCS] Removed an extra p tag in known issues Change-Id: Ieb4cf7b2ce0cd1f99420a75a0c26cd0097f1edb6 Cherry-picks: not for 2.x. Reviewed-on: http://gerrit.cloudera.org:8080/10331 Reviewed-by: Alex Rodoni

[2/2] impala git commit: [DOCS] Fixed a typo in CREATE TABLE syntax

2018-05-08 Thread arodoni
[DOCS] Fixed a typo in CREATE TABLE syntax Change-Id: I968b92dc10d0426fc6295965f909e91b78379522 Reviewed-on: http://gerrit.cloudera.org:8080/10350 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins Project:

[1/2] impala git commit: IMPALA-6993: Don't log stack trace in Coordinator::BackendState::Exec()

2018-05-08 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 96c9dac28 -> f976318cc IMPALA-6993: Don't log stack trace in Coordinator::BackendState::Exec() We should use Status::Expected() here, just like it's used above. The stack trace isn't interesting and the error is expected once we get down

impala git commit: [DOCS] Fixed a typo that broke a keyref

2018-04-30 Thread arodoni
Repository: impala Updated Branches: refs/heads/master d8ab804e3 -> 167ed627f [DOCS] Fixed a typo that broke a keyref Change-Id: I6957e96add649b898cef5b8b0d74dc28d5adee20 Reviewed-on: http://gerrit.cloudera.org:8080/10249 Reviewed-by: Alex Rodoni Tested-by: Impala

[1/2] impala git commit: [DOCS] Minor copy edits and typo fixes

2018-05-01 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 52a2d90f9 -> 202807e2f [DOCS] Minor copy edits and typo fixes Change-Id: I353a7917eb770aa40696476a587d7600289c336c Cherry-picks: not for 2.x. Reviewed-on: http://gerrit.cloudera.org:8080/10276 Reviewed-by: Alex Rodoni

[2/2] impala git commit: Speed up Python dependencies.

2018-05-01 Thread arodoni
Speed up Python dependencies. This parallelizes downloading some Python libraries, giving a speedup of $IMPALA_HOME/infra/python/deps/download_requirements. I've seen this take from 7-15 seconds before and from 2-5 seconds after. I also checked that we always have at least Python 2.6 when

[01/10] impala git commit: IMPALA-6174: [DOCS] Fixed the seed data type for RAND and RANDOM functions

2018-07-25 Thread arodoni
Repository: impala Updated Branches: refs/heads/master ac4acf1b7 -> cec33fa0a IMPALA-6174: [DOCS] Fixed the seed data type for RAND and RANDOM functions Change-Id: If6393bd618a26148dd668b3323c32af263637e14 Reviewed-on: http://gerrit.cloudera.org:8080/11023 Reviewed-by: Impala Public Jenkins

[02/10] impala git commit: IMPALA-5826 IMPALA-7162: [DOCS] Documented the IDLE_SESSION_TIMEOUT query option

2018-07-25 Thread arodoni
IMPALA-5826 IMPALA-7162: [DOCS] Documented the IDLE_SESSION_TIMEOUT query option Also, clarified cancelled queries vs closed queries Change-Id: I37182a3c5cf19fdcbb5f247ed71d43f963143510 Reviewed-on: http://gerrit.cloudera.org:8080/11004 Reviewed-by: Impala Public Jenkins Tested-by: Impala

[08/10] impala git commit: IMPALA-7257. Support Kudu tables in LocalCatalog

2018-07-25 Thread arodoni
IMPALA-7257. Support Kudu tables in LocalCatalog This adds support for querying Kudu tables when --use_local_catalog is enabled. With this change, most of the kudu e2e tests pass. Those that don't are related to missing support for CREATE TABLE AS SELECT, which currently has some downcasts to

[05/10] impala git commit: IMPALA-5607: Part 1 [DOCS] Return type changes for EXTRACT and DATE_PART

2018-07-25 Thread arodoni
IMPALA-5607: Part 1 [DOCS] Return type changes for EXTRACT and DATE_PART Change-Id: I0a7b1c2f984aac1d6d84480523d07a4125de1f52 Reviewed-on: http://gerrit.cloudera.org:8080/11044 Tested-by: Impala Public Jenkins Reviewed-by: Jinchul Kim Reviewed-by: Tim Armstrong Project:

[07/10] impala git commit: IMPALA-7257. Support Kudu tables in LocalCatalog

2018-07-25 Thread arodoni
http://git-wip-us.apache.org/repos/asf/impala/blob/c333b552/fe/src/main/java/org/apache/impala/planner/TableSink.java -- diff --git a/fe/src/main/java/org/apache/impala/planner/TableSink.java

[09/10] impala git commit: IMPALA-7276. Support CREATE TABLE AS SELECT with LocalCatalog

2018-07-25 Thread arodoni
IMPALA-7276. Support CREATE TABLE AS SELECT with LocalCatalog This fixed most of the remaining Kudu tests which relied on CTAS. Now only a few Kudu tests fail: FAIL query_test/test_kudu.py::TestKuduOperations::()::test_kudu_col_changed FAIL

[03/10] impala git commit: IMPALA-7330. After LOAD DATA, only refresh affected partition

2018-07-25 Thread arodoni
IMPALA-7330. After LOAD DATA, only refresh affected partition This changes LOAD DATA so that, if a specific partition is provided, only the named partition will be refreshed upon completion of the statement. No new tests are added since this code path is covered by existing tests and this just

[06/10] impala git commit: IMPALA-7218: [DOCS] Support column list in ALTER VIEW

2018-07-25 Thread arodoni
IMPALA-7218: [DOCS] Support column list in ALTER VIEW Change-Id: I19e5cf97302a46738fd832344415fb7ad4ca0e41 Reviewed-on: http://gerrit.cloudera.org:8080/11043 Reviewed-by: Fredy Wijaya Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[10/10] impala git commit: IMPALA-7277. Support INSERT and LOAD DATA statements in LocalCatalog

2018-07-25 Thread arodoni
IMPALA-7277. Support INSERT and LOAD DATA statements in LocalCatalog This adds support for INSERT and LOAD DATA statements when LocalCatalog is enabled by fixing the following items: * Remove some downcasts to HdfsTable in various Stmt classes and replace them with casts to FeFsTable. * Stub

impala git commit: [DOCS] Dedicated coordinators and executors explained

2018-08-06 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 34fd9732e -> 312a8d60d [DOCS] Dedicated coordinators and executors explained Change-Id: Ic0038eb40951ddf619ea6470a7363122635391d8 Reviewed-on: http://gerrit.cloudera.org:8080/11080 Tested-by: Impala Public Jenkins Reviewed-by: Tim

[3/5] impala git commit: IMPALA-6881: COMPUTE STATS should require SELECT privilege at analysis

2018-07-18 Thread arodoni
IMPALA-6881: COMPUTE STATS should require SELECT privilege at analysis In order to do COMPUTE STATS, Impala performs several SELECT queries. However, in the COMPUTE STATS analysis phase, we only check for the ALTER privilege. Although the SELECT privilege is eventually checked in the target table

[1/5] impala git commit: IMPALA-7014: Disable stacktrace symbolisation by default

2018-07-18 Thread arodoni
Repository: impala Updated Branches: refs/heads/master effe4e666 -> add651c11 IMPALA-7014: Disable stacktrace symbolisation by default Stacktrace symbolization has been shown to be 2500x slower compared to just printing the un-symbolized one. This has burned us a few times now, so let's

[4/5] impala git commit: [DOCS] Fix UPDATE/UPSERT/DELETE authorization doc

2018-07-18 Thread arodoni
[DOCS] Fix UPDATE/UPSERT/DELETE authorization doc The patch also fixes broken links in the authorization doc. Change-Id: I9bf6109636e44ca514cfe74fb565f7c506ec0708 Reviewed-on: http://gerrit.cloudera.org:8080/10975 Reviewed-by: Fredy Wijaya Tested-by: Impala Public Jenkins Project:

impala git commit: IMPALA-7304: Don't write floating column index until PARQUET-1222 is resolved.

2018-07-18 Thread arodoni
Repository: impala Updated Branches: refs/heads/2.x 329979d6f -> 07c704aef IMPALA-7304: Don't write floating column index until PARQUET-1222 is resolved. Impala master branch can already write the Parquet page index. However, we still don't have a well-defined ordering for floating-point

[5/5] impala git commit: [DOCS] Fixed an incorrect link in impala_perf_stats.xml

2018-07-18 Thread arodoni
[DOCS] Fixed an incorrect link in impala_perf_stats.xml Change-Id: I8a2fa82d5c778fa05a94f84bf1a213e89a6231f1 Reviewed-on: http://gerrit.cloudera.org:8080/10984 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[2/6] impala git commit: IMPALA-6223: Gracefully handle malformed 'with' queries in impala-shell

2018-07-09 Thread arodoni
IMPALA-6223: Gracefully handle malformed 'with' queries in impala-shell The change handles the exception thrown by shlex while parsing a malformed query. This patch was tested by adding both commandline and interactive shell tests. Change-Id: Ibb1e9238ac67b8ad3b2caa1748a18b04f384802d

[5/6] impala git commit: IMPALA-6918: [DOCS] COMMENT ON COLUMN privileges

2018-07-09 Thread arodoni
IMPALA-6918: [DOCS] COMMENT ON COLUMN privileges Change-Id: Ib2b3621ecc8113a165ec36beaf82cbc1d480bc54 Reviewed-on: http://gerrit.cloudera.org:8080/10890 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[6/6] impala git commit: [DOCS] Removed an unused keydef

2018-07-09 Thread arodoni
[DOCS] Removed an unused keydef Change-Id: I694adc75f8e1dbdf2913b18438f127f2d9dfd6b6 Reviewed-on: http://gerrit.cloudera.org:8080/10892 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit:

[3/6] impala git commit: IMPALA-6031: Fix executor node count in distributed plans

2018-07-09 Thread arodoni
IMPALA-6031: Fix executor node count in distributed plans Prior to this change, the planner also considered coordinator-only nodes as executors while estimating the number of scan nodes to be used in the distributed plan. This change ensures that only executor nodes are considered for that

[4/6] impala git commit: IMPALA-3956: [DOCS] Escape variables with '\' in impala-shell

2018-07-09 Thread arodoni
IMPALA-3956: [DOCS] Escape variables with '\' in impala-shell Change-Id: Ifb95785a143939a94d55d3565364afe1e26c1f3d Reviewed-on: http://gerrit.cloudera.org:8080/10861 Reviewed-by: Adam Holley Reviewed-by: Fredy Wijaya Tested-by: Impala Public Jenkins Project:

[1/2] impala git commit: IMPALA-5937: [DOCS] PARQUET_READ_STATISTICS and PARQUET_DICTIONARY_FILTERING

2018-09-11 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 85f3bb017 -> d91bc4402 IMPALA-5937: [DOCS] PARQUET_READ_STATISTICS and PARQUET_DICTIONARY_FILTERING Change-Id: I88fa8c4a64560711251076c50e1695f7f032f9c0 Reviewed-on: http://gerrit.cloudera.org:8080/11355 Tested-by: Impala Public Jenkins

[2/2] impala git commit: Avoid python26-ism in get_query_locations()

2018-09-11 Thread arodoni
Avoid python26-ism in get_query_locations() A recent change used a python27+ mechanism to create a dict with a list comprehension. This updates it to the python26-friendly way. Change-Id: Ie3457e6d97d2f6e55fc54040b4c6801343ffbb46 Reviewed-on: http://gerrit.cloudera.org:8080/11419 Reviewed-by:

impala git commit: IMPALA-3282: [DOCS] Adds regexp_escape built-in function

2018-04-24 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 20c161d75 -> 1b706fb32 IMPALA-3282: [DOCS] Adds regexp_escape built-in function Change-Id: Ied8e757c1b3012dd170b05da190d1598004d12cf Reviewed-on: http://gerrit.cloudera.org:8080/10174 Reviewed-by: Alex Rodoni

impala git commit: [DOCS] COMPUTE_STATS_MIN_SAMPLE_SIZE keydef typo corrected

2018-04-24 Thread arodoni
Repository: impala Updated Branches: refs/heads/master da7f865f0 -> e9535bc02 [DOCS] COMPUTE_STATS_MIN_SAMPLE_SIZE keydef typo corrected Change-Id: I3fae14499a92bb00a2696b220751d4cc15aeb0a4 Reviewed-on: http://gerrit.cloudera.org:8080/10173 Reviewed-by: Alex Rodoni

impala git commit: IMPALA-6733: [DOCS] Impala 3.0 Release Notes

2018-04-23 Thread arodoni
Repository: impala Updated Branches: refs/heads/master c84764d57 -> c1be4e967 IMPALA-6733: [DOCS] Impala 3.0 Release Notes Release Version was updated in ImpalaVariables.xml. Cherry-picks: not for 2.x. Change-Id: I971323993aa6dced0791476e3e798d2f246fab5c Reviewed-on:

[3/4] impala git commit: IMPALA-6872: [DOCS] Known Issues in Impala 3.0

2018-04-23 Thread arodoni
http://git-wip-us.apache.org/repos/asf/impala/blob/c84764d5/docs/topics/impala_known_issues.xml -- diff --git a/docs/topics/impala_known_issues.xml b/docs/topics/impala_known_issues.xml index a09188e..e67b535 100644 ---

[4/4] impala git commit: IMPALA-6872: [DOCS] Known Issues in Impala 3.0

2018-04-23 Thread arodoni
IMPALA-6872: [DOCS] Known Issues in Impala 3.0 Cherry-picks: not for 2.x. Change-Id: I0d89198106136d2e4abced1ee794def19e23ecbf Reviewed-on: http://gerrit.cloudera.org:8080/10139 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins

[1/4] impala git commit: Revert "IMPALA-6869: [DOCS] Update Known Issues doc for 2.12"

2018-04-23 Thread arodoni
Repository: impala Updated Branches: refs/heads/master da363a99a -> c84764d57 http://git-wip-us.apache.org/repos/asf/impala/blob/62eed0d5/docs/topics/impala_known_issues.xml -- diff --git a/docs/topics/impala_known_issues.xml

[2/4] impala git commit: Revert "IMPALA-6869: [DOCS] Update Known Issues doc for 2.12"

2018-04-23 Thread arodoni
Revert "IMPALA-6869: [DOCS] Update Known Issues doc for 2.12" This reverts commit b9271ccf0e2e2e8cfbe7c6538aca0109c68acbef, mistakenly put into master. Prevent 2.x from getting this since it's the correct set of known issues for 2.12. Cherry-picks: not for 2.x. Change-Id:

impala git commit: IMPALA-6912: [DOCS] A new query option COMPUTE_STATS_MIN_SAMPLE_SIZE

2018-04-23 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 1dcc6c1be -> da7f865f0 IMPALA-6912: [DOCS] A new query option COMPUTE_STATS_MIN_SAMPLE_SIZE Change-Id: Ibd6f55a4c6c99185baf7974f68935ba4e03579df Reviewed-on: http://gerrit.cloudera.org:8080/10172 Reviewed-by: Alex Behm

impala git commit: IMPALA-6529: [DOCS] Output type of round function matches the input type

2018-04-25 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 65bcb1608 -> 770ef77d5 IMPALA-6529: [DOCS] Output type of round function matches the input type Output types of the following functions now match the input types: - round - ceil - floor - trunc Cherry-picks: Cherry-picks: not for 2.x

[4/4] impala git commit: IMPALA-7706: [DOCS] Added the privileges required for ALTER TABLE SET OWNER

2018-10-15 Thread arodoni
IMPALA-7706: [DOCS] Added the privileges required for ALTER TABLE SET OWNER Also, added the privileges required for ALTER VIEW SET OWNER Change-Id: I671dbe3e6fb3118a67c59fb1fcaf1ec53139b587 Reviewed-on: http://gerrit.cloudera.org:8080/11675 Reviewed-by: Fredy Wijaya Tested-by: Impala Public

[1/4] impala git commit: IMPALA-5031: fix signed overflows in decimal

2018-10-15 Thread arodoni
Repository: impala Updated Branches: refs/heads/master af76186e0 -> fe6dabda6 IMPALA-5031: fix signed overflows in decimal The standard says that overflow for signed arithmetic operations is undefined behavior; see [expr]: If during the evaluation of an expression, the result is not

[2/4] impala git commit: IMPALA-7703: Update to Sentry 2.1.0

2018-10-15 Thread arodoni
IMPALA-7703: Update to Sentry 2.1.0 This patch bumps the CDH_BUILD_NUMBER to 632827 in order to use Sentry 2.1.0. Testing: - Ran all core tests Change-Id: I001d17313663171bc6ff23d62026c258486726a1 Reviewed-on: http://gerrit.cloudera.org:8080/11678 Reviewed-by: Impala Public Jenkins Tested-by:

[2/2] impala git commit: IMPALA-5031: make codegen ubsan available by environment variable

2018-10-23 Thread arodoni
IMPALA-5031: make codegen ubsan available by environment variable bin/jenkins/all-tests.sh does not support any flags when calling bootstrap_development.sh, which eventually calls buildall.sh. Since Jenkins scripts are called non-interactively, the type of build is usually controlled by an

[1/2] impala git commit: IMPALA-7432: [DOCS] Document the new LOGGED_IN_USER function

2018-10-23 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 7a022cf36 -> 1104f6785 IMPALA-7432: [DOCS] Document the new LOGGED_IN_USER function Change-Id: I175e866ac45ad6e760a454fb8994f7cf39f51d2c Reviewed-on: http://gerrit.cloudera.org:8080/11755 Tested-by: Impala Public Jenkins Reviewed-by: Tim

[2/4] impala git commit: IMPALA-7743: [DOCS] A new option to load incremental statistics from catalog

2018-10-31 Thread arodoni
IMPALA-7743: [DOCS] A new option to load incremental statistics from catalog --pull_incremental_statistics described in the Incremental Stats section. Change-Id: I8fd9b88138350406065df2f39a48043178759949 Reviewed-on: http://gerrit.cloudera.org:8080/11790 Reviewed-by: Greg Rahn Tested-by: Impala

[1/4] impala git commit: IMPALA-7687: [DOCS] Support for multiple DISTINCT in a query

2018-10-31 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 85166afa8 -> 01f60d938 IMPALA-7687: [DOCS] Support for multiple DISTINCT in a query - Removed notes about the single DISTINCT restriction. - Rewrote the description for the APPX_COUNT_DISTINCT query option. Change-Id:

[3/4] impala git commit: IMPALA-7765: [DOCS] Document IMPALA_MAX_MEM_ESTIMATE_FOR_ADMISSION option

2018-10-31 Thread arodoni
IMPALA-7765: [DOCS] Document IMPALA_MAX_MEM_ESTIMATE_FOR_ADMISSION option Change-Id: Ibef89c98530c6974dc791666cc51c1ded52e7910 Reviewed-on: http://gerrit.cloudera.org:8080/11804 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong Project:

[2/2] impala git commit: IMPALA-7789: [DOCS] Admission status in Impala Shell

2018-11-07 Thread arodoni
IMPALA-7789: [DOCS] Admission status in Impala Shell Change-Id: I17d788eb716c6a2f7a144ee2d81bbe823f74d16a Reviewed-on: http://gerrit.cloudera.org:8080/11895 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong Reviewed-by: Bikramjeet Vig Project:

[1/2] impala git commit: Bump CDH_BUILD_VERSION to include Hive fix for RELY constraint

2018-11-07 Thread arodoni
Repository: impala Updated Branches: refs/heads/master c7ef48e1d -> 690d905a5 Bump CDH_BUILD_VERSION to include Hive fix for RELY constraint This change bumps the CDH_BUILD_VERSION to a version that includes the fix for a bug that does not correctly propagate "RELY" constraints from SQL

[impala] branch master updated: Update ASF copyright to current year, 2019

2019-01-18 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new fd7e32f Update ASF copyright to current year

impala git commit: [DOCS] The wrong version number was fixed for Impala 3.0 Changelog

2018-12-07 Thread arodoni
Repository: impala Updated Branches: refs/heads/asf-site b4ad38a99 -> d307eac55 [DOCS] The wrong version number was fixed for Impala 3.0 Changelog Change-Id: I54e4f2a91e65b9243cf230422e4cd50fd0bd8640 Reviewed-on: http://gerrit.cloudera.org:8080/12056 Reviewed-by: Michael Brown Tested-by:

[1/3] impala git commit: IMPALA-7233: [DOCS] Support for IANA timezone database

2018-11-26 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 622e19c5f -> 12dc29e5e IMPALA-7233: [DOCS] Support for IANA timezone database - Updated the timezone section - Added the sections on customizing timezone db and aliases Change-Id: Id400cda5a1be321063d17e0ee6337e92a5da732a Reviewed-on:

[3/3] impala git commit: IMPALA-7867 (Part 1): Expose List in TreeNode, parser

2018-11-26 Thread arodoni
IMPALA-7867 (Part 1): Expose List in TreeNode, parser When using Java collections, a common Java best practice is to expose the collection interface, but hide the implementation choice. This pattern allows us to start with a generic implementation (an ArrayList, say), but evolve to a more

[2/3] impala git commit: [DOCS] A number of typos were fixed in impala_dedicated_coordinator

2018-11-26 Thread arodoni
[DOCS] A number of typos were fixed in impala_dedicated_coordinator Change-Id: I5758a5beabdf46feaf52fa0b3ed14bdce4408754 Reviewed-on: http://gerrit.cloudera.org:8080/11986 Reviewed-by: Alex Rodoni Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo

impala git commit: IMPALA-8060: [DOCS] Restructured the admission control docs

2019-01-09 Thread arodoni
Repository: impala Updated Branches: refs/heads/master 274e96bd1 -> 56dea8438 IMPALA-8060: [DOCS] Restructured the admission control docs - Created a new doc category called "Resource Management". - Moved impala_admission under Resource Management. - Move the config steps out of

[impala] 03/03: IMPALA-8308: [DOCS] Impala 3.2 Release

2019-03-26 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 36a67c467dbaf713f19c9423a9b4de1f0fc7a5a0 Author: Alex Rodoni AuthorDate: Fri Mar 22 15:20:13 2019 -0700 IMPALA

[impala] branch master updated (25559dd -> 36a67c4)

2019-03-26 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from 25559dd Bump toolchain version to 8430101a-b65f-4e4d-921e-767771649ae4-713afc77a8 new ed9e1d4 IMPALA-8340

[impala] 01/03: IMPALA-8340: Rewrite fixes in IMPALA-8317 and IMPALA-8337

2019-03-26 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit ed9e1d499b3a3e6e30386dc11e55b6907eaaf409 Author: Fredy Wijaya AuthorDate: Mon Mar 25 09:24:19 2019 -0700 IMPALA

[impala] 02/03: Re-land IMPALA-5393. Use THREAD_LOCAL state for regexp

2019-03-26 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 209a350aae4c84a00dcd3bbc7354f84be3f7f572 Author: Todd Lipcon AuthorDate: Mon Mar 25 09:20:44 2019 -0700 Re-land

[impala] 01/02: IMPALA-8250: Remove unused THROW_IF_ERROR_WITH_LOGGING, THROW_IF_EXC, and RETURN_IF_EXC.

2019-03-05 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 10a400f10c66f0897f62c990a03013c1069f6110 Author: Philip Zeyliger AuthorDate: Wed Feb 27 10:40:41 2019 -0800

[impala] branch master updated (e316f1b -> f88d5da)

2019-03-05 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from e316f1b [DOCS] Add HADOOP-15720 to the list of Known Issues new 10a400f IMPALA-8250: Remove unused

[impala] 02/02: IMPALA-8153: [DOCS] Admission Control page added to web ui

2019-03-05 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit f88d5da899deb1465a9745827e95ba96dc6c1c55 Author: Alex Rodoni AuthorDate: Tue Feb 19 12:48:24 2019 -0800 IMPALA

[impala] branch master updated: [DOCS] Add HADOOP-15720 to the list of Known Issues

2019-03-05 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new e316f1b [DOCS] Add HADOOP-15720 to the list

[impala] branch master updated: [DOCS] Event based HMS sync works for Metadata V1 and V2

2019-03-14 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 58bc893 [DOCS] Event based HMS sync works

[impala] branch 2.x updated: IMPALA-6625: Skip computing parquet conjuncts for non-Parquet scans

2019-03-14 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/2.x by this push: new aaca453 IMPALA-6625: Skip computing parquet

[impala] branch master updated: IMPALA-8303: [DOCS] Impala 3.2 release notes

2019-03-14 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new f939908 IMPALA-8303: [DOCS] Impala 3.2

[impala] branch master updated: IMPALA-7974: [DOCS] Copy edits

2019-03-14 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 3c71a47 IMPALA-7974: [DOCS] Copy edits

[impala] 01/03: IMPALA-6802 (part 6): Clean up authorization tests

2019-03-12 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 139f3b7351bf6a45689b670fa3d388d56cf4cc72 Author: Fredy Wijaya AuthorDate: Wed Jun 27 12:59:20 2018 -0700 IMPALA-6802

[impala] branch 2.x updated (2434861 -> 52e5e18)

2019-03-12 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a change to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git. from 2434861 IMPALA-6802 (part 5): Clean up authorization tests new 139f3b7 IMPALA-6802 (part 6): Clean up

[impala] 02/03: IMPALA-6918: Implement COMMENT ON COLUMN

2019-03-12 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 8cd6c290fa13eefaa3153420d211bc919732e47d Author: Fredy Wijaya AuthorDate: Mon Jun 18 22:48:56 2018 -0700 IMPALA-6918

[impala] branch master updated: IMPALA-8067: [DOCS] Add host resource usage metrics to profile

2019-03-12 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 535d286 IMPALA-8067: [DOCS] Add host resource

[impala] branch master updated: IMPALA-8298: [DOCS] Update docs for complex types support in ORC

2019-03-13 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 0d3d325 IMPALA-8298: [DOCS] Update docs

[impala] branch master updated: IMPALA-8303: [DOCS] Take 2 Fixed the rev and id for 3.2

2019-03-18 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new e0a43fa IMPALA-8303: [DOCS] Take 2 Fixed

[impala] 02/04: IMPALA-6802 (part 2): Clean up authorization tests

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit e75a5b1f3faf371b75ae980b2ae511ec55b44057 Author: Fredy Wijaya AuthorDate: Tue May 1 14:00:14 2018 -0500 IMPALA-6802

[impala] branch 2.x updated (1d8f9ee -> 80fa7bb)

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a change to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git. from 1d8f9ee Ignore "IMPALA-7236: Fix the parsing of ALLOW_ERASURE_CODED_FILES" new b320fcd IMPALA-68

[impala] 01/04: IMPALA-6802 (part 1): Clean up authorization tests

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit b320fcd593489b279871866114ac91b775044f69 Author: Fredy Wijaya AuthorDate: Thu Apr 19 00:31:19 2018 -0500 IMPALA-6802

[impala] 03/04: IMPALA-6802 (part 3): Clean up authorization tests

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 74c7e42962e1d29fa9414d7893d3f1f4e7a4ba76 Author: Fredy Wijaya AuthorDate: Wed May 9 11:27:50 2018 -0500 IMPALA-6802

[impala] 04/04: IMPALA-6802 (part 4): Clean up authorization tests

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git commit 80fa7bb5a093c3f0c248b1612d8c25f9e887 Author: Adam Holley AuthorDate: Thu May 17 13:02:52 2018 -0500 IMPALA-6802

[impala] 02/05: IMPALA-8279: Revert IMPALA-6658 to avoid ETL performance regression.

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 729fcf34764928bebfe7cf31153b57f7246404af Author: Andrew Sherman AuthorDate: Tue Mar 5 17:07:15 2019 -0800 IMPALA

[impala] branch master updated (9686545 -> 76286bf)

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from 9686545 IMPALA-6503: Support reading complex types from ORC new 49027de IMPALA-8284. KuduTableSink spends

[impala] 04/05: IMPALA-8300: Skip test_max_nesting_depth for Orc in non-HDFS tests

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 26639963e0ea66bea716c0238cdf1ff086159c7c Author: Csaba Ringhofer AuthorDate: Mon Mar 11 16:19:43 2019 +0100

[impala] 03/05: IMPALA-8288: avoid overflow causing DCHECK in PrettyPrint.

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 288abf10f6142ae6cb02329604805a9a1dcc804f Author: Andrew Sherman AuthorDate: Wed Mar 6 14:45:04 2019 -0800 IMPALA

[impala] 05/05: IMPALA-7974: [DOCS] Document automatic invalidation via HMS notification

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 76286bf2c0320cce0eb1bf0c269d344255b4dd0e Author: Alex Rodoni AuthorDate: Thu Mar 7 18:58:27 2019 -0800 IMPALA

[impala] 01/05: IMPALA-8284. KuduTableSink spends too much CPU in KuduSchema::Column()

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 49027de9ff4450a438c8e631373c572ce189b36e Author: Todd Lipcon AuthorDate: Thu Mar 7 11:27:01 2019 -0800 IMPALA

[impala] branch master updated: IMPALA-8133: [DOCS] Review and update Known Issues for 3.2

2019-03-11 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 9cc75c5 IMPALA-8133: [DOCS] Review and update

[impala] 01/03: IMPALA-8277: support ranges in CPU lists

2019-03-15 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit b79a03bf408e32d0a29ead33c788b84e7bf1d439 Author: Tim Armstrong AuthorDate: Thu Mar 14 14:37:53 2019 -0700 IMPALA

[impala] 02/03: IMPALA-8299: Fix crash in GroupingAggregator on uninited hash table

2019-03-15 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit dee911ee6cc749b4c8172f0e644069e16bf5ef57 Author: Thomas Tauber-Marshall AuthorDate: Wed Mar 13 20:38:48 2019 +

[impala] branch 2.x updated: Bump toolchain version, include libunwind

2019-03-15 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/2.x by this push: new 193a1b5 Bump toolchain version, include libunwind

[impala] 03/03: [DOCS] Removed IMPALA-988 from the Known Issues list

2019-03-15 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 4b83ff1a8d0cf97d45d01a89456f48a57031291d Author: Alex Rodoni AuthorDate: Fri Mar 15 11:48:39 2019 -0700 [DOCS

[impala] branch master updated (b7c1124 -> 4b83ff1)

2019-03-15 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/impala.git. from b7c1124 IMPALA-8271: Refactor the use of Thrift enums for query options new b79a03b IMPALA-8277: support

[impala] branch master updated: IMPALA-7974: [DOCS] Phase 2: Configure Hive for event-based HMS sync

2019-03-13 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git The following commit(s) were added to refs/heads/master by this push: new 668bb73 IMPALA-7974: [DOCS] Phase 2

[impala] 01/03: [DOCS] Format fixes in the TABLESAMPLE doc

2019-02-07 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 9a3633c75f84601e7b8d05522daa6a9e0cf66a53 Author: Alex Rodoni AuthorDate: Thu Feb 7 11:38:43 2019 -0800 [DOCS

[impala] 02/03: IMPALA-8096: Add rows produced limit per query

2019-02-07 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 6601327af6088def7d880940a5712719fe46acb2 Author: poojanilangekar AuthorDate: Thu Jan 24 09:58:17 2019 -0800

[impala] 03/03: IMPALA-8171: minicluster: use exec builtin to start Impala daemons

2019-02-07 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 2fad3d08dd6d6c4ebc27f56d8a03e637a65fd29c Author: Michael Brown AuthorDate: Wed Feb 6 19:25:27 2019 -0800 IMPALA

[impala] 04/05: [DOCS] Re-formatted impala_ldap.xml

2019-02-08 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 5f59eefeb71688913e24263a1724c95039e12c54 Author: Alex Rodoni AuthorDate: Fri Feb 8 16:57:22 2019 -0800 [DOCS] Re

[impala] 01/05: IMPALA-8170: [DOCS] Added a section on load balancing proxy with TLS

2019-02-08 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 13be8cd8b510cffd4533918c4526733e89a6f26b Author: Alex Rodoni AuthorDate: Wed Feb 6 15:28:31 2019 -0800 IMPALA

[impala] 05/05: IMPALA-8105: [DOCS] Document cache_remote_file_handles flag

2019-02-08 Thread arodoni
This is an automated email from the ASF dual-hosted git repository. arodoni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git commit 022ba2bbdb6feec0ba944847e92d5a051cedc9a1 Author: Alex Rodoni AuthorDate: Mon Feb 4 17:41:23 2019 -0800 IMPALA

  1   2   >