[2/5] impala git commit: IMPALA-6688: [DOCS] compact_catalog_topic setting is enabled by default

2018-04-04 Thread tarmstrong
IMPALA-6688: [DOCS] compact_catalog_topic setting is enabled by default - Marked IMPALA-5500 as fixed in Impala 2.10 in the impala_known_issues. xml - In the same section, removed the mention of default setting being false. - Added a section in impala_upgrading.xml for default setting Changes. - A

[1/5] impala git commit: IMPALA-6571: NullPointerException in SHOW CREATE TABLE for HBase tables

2018-04-04 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master cf76953cc -> 890bd4c72 IMPALA-6571: NullPointerException in SHOW CREATE TABLE for HBase tables This patch fixes the NullPointerException in SHOW CREATE TABLE for HBase tables. Testing: - Moved the content of back hbase-show-create-table.t

[3/5] impala git commit: IMPALA-4168: [DOCS] Adds Oracle-style hint placement for INSERT/UPSERT

2018-04-04 Thread tarmstrong
IMPALA-4168: [DOCS] Adds Oracle-style hint placement for INSERT/UPSERT Change-Id: I43e0a782087c2e67f2e012424fb9261be445efc9 Reviewed-on: http://gerrit.cloudera.org:8080/9030 Reviewed-by: Alex Rodoni Reviewed-by: Kim Jin Chul Reviewed-by: John Russell Tested-by: Impala Public Jenkins Project:

[4/5] impala git commit: IMPALA-4430: Update build scripts to die hard when IMPALA_HOME has spaces

2018-04-04 Thread tarmstrong
IMPALA-4430: Update build scripts to die hard when IMPALA_HOME has spaces Change-Id: I08b3d2b3f3e14c568d1672ee86ff2c52e8017b81 Reviewed-on: http://gerrit.cloudera.org:8080/9385 Reviewed-by: Tim Armstrong Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/rep

[5/5] impala git commit: IMPALA-6785: reset failed heartbeat count when re-registering

2018-04-04 Thread tarmstrong
IMPALA-6785: reset failed heartbeat count when re-registering When a subscriber re-registers with the same subscriber ID, we need to reset failure detection info so that we don't erroneously think that the subscriber has failed. The bug is a mix-up between whether the subscriber or registration I

[3/5] impala git commit: IMPALA-6771: Fix in-predicate set up bug

2018-04-04 Thread sailesh
IMPALA-6771: Fix in-predicate set up bug Fixes a bug that introduced default initialized values in the set data structure used to check for set membership that can cause wrong results. Testing: Added a test case that checks for the same. Change-Id: I7e776dbcb7ee4a9b64e1295134a27d332f5415b6 Revie

[5/5] impala git commit: IMPALA-6792: Fail status reporting if coordinator refuses connections

2018-04-04 Thread sailesh
IMPALA-6792: Fail status reporting if coordinator refuses connections The ReportExecStatusAux() function is run on a dedicated thread per fragment instance. This thread will run until the fragment instance completes executing. On every attempt to send a report to the coordinator, it will attempt

impala git commit: IMPALA-6753: Update CDH versions in asf/2.x/impala-config.sh

2018-04-04 Thread sailesh
Repository: impala Updated Branches: refs/heads/2.x 5166270bf -> 9b56cc3c8 IMPALA-6753: Update CDH versions in asf/2.x/impala-config.sh Updates from 5.15.0-SNAPSHOT to 5.16.0-SNAPSHOT Change-Id: I3d5f041dc5f0d7eda87c2a2b95925bd99f3bd62e Reviewed-on: http://gerrit.cloudera.org:8080/9914 Review

[2/5] impala git commit: IMPALA-6667: [DOCS] max_cached_file_handles is enabled by default

2018-04-04 Thread sailesh
IMPALA-6667: [DOCS] max_cached_file_handles is enabled by default Change-Id: I61b1dc10c61415c673b49d339ba0d27f6a32a51e Reviewed-on: http://gerrit.cloudera.org:8080/9915 Reviewed-by: Alex Behm Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: ht

[1/5] impala git commit: IMPALA-6457: [DOCS] DECIMAL support for Kudu tables

2018-04-04 Thread sailesh
Repository: impala Updated Branches: refs/heads/master 890bd4c72 -> 4d6b07f0e IMPALA-6457: [DOCS] DECIMAL support for Kudu tables Removed DECIMAL from the unsupported data types for Kudu. Change-Id: I5a2498b4a28c2a53a3fec9b634a770e42dcac499 Reviewed-on: http://gerrit.cloudera.org:8080/9918 Re

[4/5] impala git commit: IMPALA-6650: Add fine-grained DROP privilege

2018-04-04 Thread sailesh
IMPALA-6650: Add fine-grained DROP privilege Add support for executing DROP statements by granting DROP privilege. These are the new GRANT/REVOKE statements introduced at server, database, and table scopes. GRANT DROP on SERVER svr TO ROLE testrole; GRANT DROP on DATABASE db TO ROLE testrole; GR