[
https://issues.apache.org/jira/browse/HIVE-24169?focusedWorklogId=514246&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-514246
]
ASF GitHub Bot logged work on HIVE-24169:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/20 17:59
Start Date: 19/Nov/20 17:59
Worklog Time Spent: 10m
Work Description: saihemanth-cloudera commented on a change in pull
request #1503:
URL: https://github.com/apache/hive/pull/1503#discussion_r527088254
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java
##########
@@ -491,6 +495,16 @@ public void resetThreadName() {
Thread.currentThread().setName(names[names.length - 1].trim());
}
}
+ public static Map<String, String> getUDFCacheMap(){
+ return udfLocalResource;
+ }
+
+ public synchronized static File getUdfFileDir(){
+ if(udfFileDir == null){
Review comment:
Addressed in https://github.com/apache/hive/pull/1690/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 514246)
Time Spent: 1h 20m (was: 1h 10m)
> HiveServer2 UDF cache
> ---------------------
>
> Key: HIVE-24169
> URL: https://issues.apache.org/jira/browse/HIVE-24169
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Affects Versions: 4.0.0
> Reporter: Sam An
> Assignee: Sam An
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> UDF is cache per session. This optional feature can help speed up UDF access
> in S3 scenario.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)