Bharath Vissapragada has uploaded a new change for review. http://gerrit.cloudera.org:8080/4617
Change subject: IMPALA-3983: Delete function jar resources after load ...................................................................... IMPALA-3983: Delete function jar resources after load Catalog copies the UDF jar files to local file system for loading the Java UDF classes. However we don't seem to be cleaning them up after the UDF load and hence on a deployment with large number of functions registered, these jar can accumulate over a period of time and can fill up the tmp space. We fix it by deleting the jar resource once the function is loaded. Change-Id: I5f9dedb5b342415380c83e61a72eb497371a8199 --- M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java M fe/src/main/java/org/apache/impala/common/FileSystemUtil.java 2 files changed, 17 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/4617/1 -- To view, visit http://gerrit.cloudera.org:8080/4617 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5f9dedb5b342415380c83e61a72eb497371a8199 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <[email protected]>
