[ 
https://issues.apache.org/jira/browse/HIVE-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-2656:
------------------------------

    Attachment: HIVE-2656.D1023.1.patch

jonchang requested code review of "HIVE-2656 [jira] Add a command line flag to 
specify a jar whence to load UDFs".
Reviewers: JIRA

  HIVE-2656

  To extend the functionality of Hive, it is useful to be able to easily deploy 
packages of UDFs and register the functions therein.  Right now it is a bit 
cumbersome to do ADD JAR and CREATE TEMPORARY FUNCTION.  This can be greatly 
simplified by adding a simple command line flag that will leverage the code in 
<a href="https://issues.apache.org/jira/browse/HIVE-2523"; title="add a new 
builtins subproject"><del>HIVE-2523</del></a> to load all the functions.

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1023

AFFECTED FILES
  cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
  cli/src/java/org/apache/hadoop/hive/cli/CliSessionState.java
  cli/src/java/org/apache/hadoop/hive/cli/OptionsProcessor.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/2145/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Add a command line flag to specify a jar whence to load UDFs
> ------------------------------------------------------------
>
>                 Key: HIVE-2656
>                 URL: https://issues.apache.org/jira/browse/HIVE-2656
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Jonathan Chang
>            Assignee: Jonathan Chang
>         Attachments: HIVE-2656.D1023.1.patch
>
>
> To extend the functionality of Hive, it is useful to be able to easily deploy 
> packages of UDFs and register the functions therein.  Right now it is a bit 
> cumbersome to do ADD JAR and CREATE TEMPORARY FUNCTION.  This can be greatly 
> simplified by adding a simple command line flag that will leverage the code 
> in HIVE-2523 to load all the functions.

--
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