You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2011/06/29 08:53:28 UTC

[jira] [Created] (HIVE-2244) Add a Plugin Developer Kit to Hive

Add a Plugin Developer Kit to Hive
----------------------------------

                 Key: HIVE-2244
                 URL: https://issues.apache.org/jira/browse/HIVE-2244
             Project: Hive
          Issue Type: New Feature
          Components: UDF
            Reporter: John Sichi
             Fix For: 0.8.0
         Attachments: HIVE-2244.patch

See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117784#comment-13117784 ] 

Hudson commented on HIVE-2244:
------------------------------

Integrated in Hive-trunk-h0.21 #983 (See [https://builds.apache.org/job/Hive-trunk-h0.21/983/])
    HIVE-2244. Add a Plugin Developer Kit to Hive (John Sichi via cws)

cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1177382
Files : 
* /hive/trunk/build.xml
* /hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
* /hive/trunk/pdk
* /hive/trunk/pdk/build.xml
* /hive/trunk/pdk/scripts
* /hive/trunk/pdk/scripts/README
* /hive/trunk/pdk/scripts/build-plugin.xml
* /hive/trunk/pdk/scripts/class-registration.xsl
* /hive/trunk/pdk/src
* /hive/trunk/pdk/src/java
* /hive/trunk/pdk/src/java/org
* /hive/trunk/pdk/src/java/org/apache
* /hive/trunk/pdk/src/java/org/apache/hive
* /hive/trunk/pdk/src/java/org/apache/hive/pdk
* /hive/trunk/pdk/src/java/org/apache/hive/pdk/FunctionExtractor.java
* /hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTest.java
* /hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTests.java
* /hive/trunk/pdk/src/java/org/apache/hive/pdk/PluginTest.java
* /hive/trunk/pdk/test-plugin
* /hive/trunk/pdk/test-plugin/build.xml
* /hive/trunk/pdk/test-plugin/src
* /hive/trunk/pdk/test-plugin/src/org
* /hive/trunk/pdk/test-plugin/src/org/apache
* /hive/trunk/pdk/test-plugin/src/org/apache/hive
* /hive/trunk/pdk/test-plugin/src/org/apache/hive/pdktest
* /hive/trunk/pdk/test-plugin/src/org/apache/hive/pdktest/Rot13.java
* /hive/trunk/pdk/test-plugin/test
* /hive/trunk/pdk/test-plugin/test/cleanup.sql
* /hive/trunk/pdk/test-plugin/test/onerow.txt
* /hive/trunk/pdk/test-plugin/test/setup.sql

                
> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

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

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057037#comment-13057037 ] 

John Sichi commented on HIVE-2244:
----------------------------------

Review board at

https://reviews.apache.org/r/977/

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi reassigned HIVE-2244:
--------------------------------

    Assignee: John Sichi

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-2244:
-----------------------------

    Attachment: HIVE-2244.patch

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-2244:
-----------------------------

    Attachment: HIVE-2244.1.patch

HIVE-2244.1.patch has the optimization.

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113097#comment-13113097 ] 

Carl Steinbach commented on HIVE-2244:
--------------------------------------

+1. Will commit if tests pass.

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "Carl Steinbach (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2244:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed to trunk and branch-0.8. Thanks John!
                
> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

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

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113080#comment-13113080 ] 

jiraposter@reviews.apache.org commented on HIVE-2244:
-----------------------------------------------------


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

Review request for hive.


Summary
-------

HIVE-2244


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


Diffs
-----

  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/build.xml PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/src/org/apache/hive/pdktest/Rot13.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/cleanup.sql PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/onerow.txt PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/setup.sql PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/PluginTest.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTest.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTests.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/FunctionExtractor.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/build-plugin.xml PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/class-registration.xsl PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/README PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/build.xml PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java 1174460 
  http://svn.apache.org/repos/asf/hive/trunk/build.xml 1174460 

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


Testing
-------


Thanks,

John



> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2244:
---------------------------------

    Fix Version/s:     (was: 0.8.0)

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058092#comment-13058092 ] 

John Sichi commented on HIVE-2244:
----------------------------------

I'm tweaking a few things based on experience at the mini-hackathon, so this is just a first draft.


> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "JunHo Cho (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064544#comment-13064544 ] 

JunHo Cho commented on HIVE-2244:
---------------------------------

I tested my udf using pdk. but it was slow because invoking cli repeatedly.
So, I just changed PluginTest to use Driver directly not using invoking cli. 
then, I got a following result 

test case : Rot13 , Rot12 (just changed class-name of Rot13)
total test count : 4

pdk using cli : 2min 44s
pdk using driver : 1min 49s 

I think that we need to improve it's performance in this release to apply many udf.

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-2244:
-----------------------------

    Status: Patch Available  (was: Open)

Review Board at

https://reviews.apache.org/r/2030


> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "Edward Capriolo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113527#comment-13113527 ] 

Edward Capriolo commented on HIVE-2244:
---------------------------------------

I have a similar approach on github.

https://github.com/edwardcapriolo/hive_test

It pulls down all hive deps from maven and only requires a local copy of hadoop because hive always seems to fork a call to hadoop jar.

> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "jiraposter@reviews.apache.org (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057036#comment-13057036 ] 

jiraposter@reviews.apache.org commented on HIVE-2244:
-----------------------------------------------------


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

Review request for hive.


Summary
-------

Review request from JVS.


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


Diffs
-----

  http://svn.apache.org/repos/asf/hive/trunk/build.xml 1139984 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/build.xml PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/README PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/build-plugin.xml PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/scripts/class-registration.xsl PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/FunctionExtractor.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTest.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTests.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/src/java/org/apache/hive/pdk/PluginTest.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/build.xml PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/src/org/apache/hive/pdktest/Rot13.java PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/cleanup.sql PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/onerow.txt PRE-CREATION 
  http://svn.apache.org/repos/asf/hive/trunk/pdk/test-plugin/test/setup.sql PRE-CREATION 

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


Testing
-------


Thanks,

John



> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064690#comment-13064690 ] 

John Sichi commented on HIVE-2244:
----------------------------------

I agree; I'm working on a similar optimization.


> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2244) Add a Plugin Developer Kit to Hive

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117751#comment-13117751 ] 

Hudson commented on HIVE-2244:
------------------------------

Integrated in Hive-0.8.0-SNAPSHOT-h0.21 #38 (See [https://builds.apache.org/job/Hive-0.8.0-SNAPSHOT-h0.21/38/])
    HIVE-2244. Add a Plugin Developer Kit to Hive (John Sichi via cws)

cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1177386
Files : 
* /hive/branches/branch-0.8/build.xml
* /hive/branches/branch-0.8/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
* /hive/branches/branch-0.8/pdk
* /hive/branches/branch-0.8/pdk/build.xml
* /hive/branches/branch-0.8/pdk/scripts
* /hive/branches/branch-0.8/pdk/scripts/README
* /hive/branches/branch-0.8/pdk/scripts/build-plugin.xml
* /hive/branches/branch-0.8/pdk/scripts/class-registration.xsl
* /hive/branches/branch-0.8/pdk/src
* /hive/branches/branch-0.8/pdk/src/java
* /hive/branches/branch-0.8/pdk/src/java/org
* /hive/branches/branch-0.8/pdk/src/java/org/apache
* /hive/branches/branch-0.8/pdk/src/java/org/apache/hive
* /hive/branches/branch-0.8/pdk/src/java/org/apache/hive/pdk
* /hive/branches/branch-0.8/pdk/src/java/org/apache/hive/pdk/FunctionExtractor.java
* /hive/branches/branch-0.8/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTest.java
* /hive/branches/branch-0.8/pdk/src/java/org/apache/hive/pdk/HivePdkUnitTests.java
* /hive/branches/branch-0.8/pdk/src/java/org/apache/hive/pdk/PluginTest.java
* /hive/branches/branch-0.8/pdk/test-plugin
* /hive/branches/branch-0.8/pdk/test-plugin/build.xml
* /hive/branches/branch-0.8/pdk/test-plugin/src
* /hive/branches/branch-0.8/pdk/test-plugin/src/org
* /hive/branches/branch-0.8/pdk/test-plugin/src/org/apache
* /hive/branches/branch-0.8/pdk/test-plugin/src/org/apache/hive
* /hive/branches/branch-0.8/pdk/test-plugin/src/org/apache/hive/pdktest
* /hive/branches/branch-0.8/pdk/test-plugin/src/org/apache/hive/pdktest/Rot13.java
* /hive/branches/branch-0.8/pdk/test-plugin/test
* /hive/branches/branch-0.8/pdk/test-plugin/test/cleanup.sql
* /hive/branches/branch-0.8/pdk/test-plugin/test/onerow.txt
* /hive/branches/branch-0.8/pdk/test-plugin/test/setup.sql

                
> Add a Plugin Developer Kit to Hive
> ----------------------------------
>
>                 Key: HIVE-2244
>                 URL: https://issues.apache.org/jira/browse/HIVE-2244
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: John Sichi
>            Assignee: John Sichi
>             Fix For: 0.8.0
>
>         Attachments: HIVE-2244.1.patch, HIVE-2244.patch
>
>
> See https://cwiki.apache.org/confluence/display/Hive/PluginDeveloperKit

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