impala git commit: IMPALA-7460 part 2: upgrade Paramiko and Fabric in extended test env

2018-08-23 Thread mikeb
Repository: impala Updated Branches: refs/heads/master 1d84d6855 -> 063d2c9d5 IMPALA-7460 part 2: upgrade Paramiko and Fabric in extended test env Upgrade Paramiko to the latest, 2.4.1. Paramiko drastically changed its dependencies in Paramiko 2, dropping defunct Pycrypto and using

[2/2] impala git commit: IMPALA-7418: Return first non-ok status from HdfsScanNode::GetNext()

2018-08-23 Thread tarmstrong
IMPALA-7418: Return first non-ok status from HdfsScanNode::GetNext() Previously, HdfsScanNode::GetNext passed the status returned by IssueInitialScanRanges() without inspecting the HdfsScanNodeBase::status_. This resulted in the error status being lost in case a scanner thread hit an error and

[1/2] impala git commit: [DOCS] Rewrote the opening paragraph for a better readability

2018-08-23 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 6ce7ba295 -> 1d84d6855 [DOCS] Rewrote the opening paragraph for a better readability Change-Id: I86116cb9163b91133d17b1bb3f40af9e636f02cf Reviewed-on: http://gerrit.cloudera.org:8080/11309 Reviewed-by: Alex Rodoni Tested-by: Impala

[4/6] impala git commit: IMPALA-7433: reduce logging on executors

2018-08-23 Thread tarmstrong
IMPALA-7433: reduce logging on executors Moved logs to -v=2 for reasons described in the JIRA. Added more details to some existing log messages or new less-frequent log messages so that useful information is not removed. Sample logging for an executor after the change: I0813 12:10:50.249850

[3/6] impala git commit: IMPALA-7399: Emit a junit xml report when trapping errors

2018-08-23 Thread tarmstrong
IMPALA-7399: Emit a junit xml report when trapping errors This patch will cause a junitxml file to be emitted in the case of errors in build scripts. Instead of simply echoing a message to the console, we set up a trap function that also writes out to a junit xml report that can be consumed by

[2/6] impala git commit: IMPALA-7479: Harmonize parquet versions.

2018-08-23 Thread tarmstrong
IMPALA-7479: Harmonize parquet versions. We have a copy of parquet-avro in testdata/ that wasn't using the same verion of parquet as everywhere else; fixing that. I ran core tests. Change-Id: Ia47b0871f25171510d7cb39593f3e94aadb9adeb Reviewed-on: http://gerrit.cloudera.org:8080/11299

[5/6] impala git commit: IMPALA-5937: [DOCS] Documented ENABLE_EXPR_REWRITES query option

2018-08-23 Thread tarmstrong
IMPALA-5937: [DOCS] Documented ENABLE_EXPR_REWRITES query option Change-Id: I82a27172a6a6570f9c3cebe1a516a29c755e6d58 Reviewed-on: http://gerrit.cloudera.org:8080/11206 Tested-by: Impala Public Jenkins Reviewed-by: Thomas Marshall Project: http://git-wip-us.apache.org/repos/asf/impala/repo