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

Phabricator updated HIVE-2523:
------------------------------

    Attachment: D267.1.patch

jsichi requested code review of "HIVE-2523 [jira] add a new builtins 
subproject".
Reviewers: JIRA

  I still need to run this through ant test.

  Now that we have a PDK, we can make it easier to add builtin functions to 
Hive by putting them in a plugin which automatically gets loaded by Hive.  This 
issue will add the necessary framework and one example function; then new 
functions can be added here, and over time we could migrate old ones here if 
desired.

TEST PLAN
  EMPTY

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

AFFECTED FILES
  eclipse-templates/.classpath
  builtins
  builtins/test
  builtins/test/iris.txt
  builtins/test/cleanup.sql
  builtins/test/onerow.txt
  builtins/test/setup.sql
  builtins/ivy.xml
  builtins/src
  builtins/src/org
  builtins/src/org/apache
  builtins/src/org/apache/hive
  builtins/src/org/apache/hive/builtins
  builtins/src/org/apache/hive/builtins/UDAFUnionMap.java
  builtins/src/org/apache/hive/builtins/BuiltinUtils.java
  builtins/build-plugin.xml
  builtins/build.xml
  build.xml
  bin/hive
  ql/src/test/results/clientpositive/show_functions.q.out
  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionTask.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
  pdk/scripts/build-plugin.xml

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

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

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

                
> add a new builtins subproject
> -----------------------------
>
>                 Key: HIVE-2523
>                 URL: https://issues.apache.org/jira/browse/HIVE-2523
>             Project: Hive
>          Issue Type: Improvement
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.9.0
>
>         Attachments: D267.1.patch
>
>
> Now that we have a PDK, we can make it easier to add builtin functions to 
> Hive by putting them in a plugin which automatically gets loaded by Hive.  
> This issue will add the necessary framework and one example function; then 
> new functions can be added here, and over time we could migrate old ones here 
> if desired.

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