[ 
https://issues.apache.org/jira/browse/HIVE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13150132#comment-13150132
 ] 

jirapos...@reviews.apache.org commented on HIVE-2573:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2831/
-----------------------------------------------------------

Review request for hive and Carl Steinbach.


Summary
-------

Extension from HIVE-2503 for function registry.


This addresses bug HIVE-2573.
    https://issues.apache.org/jira/browse/HIVE-2573


Diffs
-----

  ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java 35d124b 
  ql/src/test/queries/clientpositive/session_function.q PRE-CREATION 
  ql/src/test/results/clientpositive/session_function.q.out PRE-CREATION 
  ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g 4d4fce2 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java d60ba09 
  ql/src/java/org/apache/hadoop/hive/ql/plan/CreateFunctionDesc.java 051095a 
  ql/src/java/org/apache/hadoop/hive/ql/plan/DropFunctionDesc.java 8a78f5b 
  ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 07a4832 
  ql/src/java/org/apache/hadoop/hive/ql/parse/FunctionSemanticAnalyzer.java 
f2b7018 
  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionTask.java 70b6f57 
  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java 197bc77 

Diff: https://reviews.apache.org/r/2831/diff


Testing
-------


Thanks,

Navis


                
> Create per-session function registry 
> -------------------------------------
>
>                 Key: HIVE-2573
>                 URL: https://issues.apache.org/jira/browse/HIVE-2573
>             Project: Hive
>          Issue Type: Improvement
>          Components: Server Infrastructure
>            Reporter: Navis
>            Priority: Minor
>         Attachments: HIVE-2573.1.patch.txt, HIVE-2573.2.patch.txt
>
>
> Currently the function registry is shared resource and could be overrided by 
> other users when using HiveServer. If per-session function registry is 
> provided, this situation could be prevented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to