[ https://issues.apache.org/jira/browse/PHOENIX-4231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379456#comment-16379456 ]
Ethan Wang edited comment on PHOENIX-4231 at 2/27/18 11:09 PM: --------------------------------------------------------------- Please review the patch. [~apurtell] [~rajeshbabu] [~jamestaylor] {quote}Either way, we want UDF loading to be restricted to one place only. {quote} This patch basically does exactly this. FYI [~ckulkarni] was (Author: aertoria): Please review the patch. [~apurtell] [~rajeshbabu] {quote}Either way, we want UDF loading to be restricted to one place only. {quote} This patch basically does exactly this. FYI [~ckulkarni] > Support restriction of remote UDF load sources > ----------------------------------------------- > > Key: PHOENIX-4231 > URL: https://issues.apache.org/jira/browse/PHOENIX-4231 > Project: Phoenix > Issue Type: Improvement > Reporter: Andrew Purtell > Assignee: Chinmay Kulkarni > Priority: Major > Attachments: PHOENIX-4231.patch > > > When allowUserDefinedFunctions is true, users can load UDFs remotely via a > jar file from any HDFS filesystem reachable on the network. The setting > hbase.dynamic.jars.dir can be used to restrict locations for jar loading but > is only applied to jars loaded from the local filesystem. We should > implement support for similar restriction via configuration for jars loaded > via hdfs:// URIs. -- This message was sent by Atlassian JIRA (v7.6.3#76005)