Sahil Takiar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13212
Change subject: IMPALA-8428: Bump CDH_BUILD_NUMBER to 1055188. ...................................................................... IMPALA-8428: Bump CDH_BUILD_NUMBER to 1055188. Brings in HADOOP-14747 (S3AInputStream to implement CanUnbuffer) which is necessary for IMPALA-8428. The file handle cache calls `unbuffer()` on a file handle before returning it to the cache. The call to `unbuffer()` releases any resources that the file handle is holding onto (in the S3A case the underlying S3ObjectInputStream is closed). Without this fix an impalad would quickly crash as every cached file handle would be holding onto a HTTP connection. Change-Id: I44b2169afff9af41d6f31312feb74ee362ecacf5 --- M bin/impala-config.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/13212/1 -- To view, visit http://gerrit.cloudera.org:8080/13212 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I44b2169afff9af41d6f31312feb74ee362ecacf5 Gerrit-Change-Number: 13212 Gerrit-PatchSet: 1 Gerrit-Owner: Sahil Takiar <[email protected]>
