Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3779: Disable cache pool reader thread when HDFS isn't running ......................................................................
IMPALA-3779: Disable cache pool reader thread when HDFS isn't running When running Impala on S3 (without hdfs started) the logs every minute produced an error which detailed that the HDFS cache pool couldn't be read from. This change disables the cache pool reader thread if HDFS is not the default filesystem. Change-Id: I2ff3769fff9099aed88a6a587aa721b3487216bd Reviewed-on: http://gerrit.cloudera.org:8080/3577 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins --- M fe/src/main/java/com/cloudera/impala/catalog/CatalogServiceCatalog.java M fe/src/main/java/com/cloudera/impala/common/FileSystemUtil.java 2 files changed, 17 insertions(+), 2 deletions(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3577 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2ff3769fff9099aed88a6a587aa721b3487216bd Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Sailesh Mukil <[email protected]>
