Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/3577
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 --- 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, 14 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/77/3577/1 -- To view, visit http://gerrit.cloudera.org:8080/3577 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ff3769fff9099aed88a6a587aa721b3487216bd Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]>
