You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2011/02/24 00:03:38 UTC

[jira] Resolved: (PIG-1794) Javascript support for Pig embedding and UDFs in scripting languages

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

Julien Le Dem resolved PIG-1794.
--------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

jsScript-6.patch was commited to TRUNK

> Javascript support for Pig embedding and UDFs in scripting languages
> --------------------------------------------------------------------
>
>                 Key: PIG-1794
>                 URL: https://issues.apache.org/jira/browse/PIG-1794
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>    Affects Versions: 0.9.0
>            Reporter: Julien Le Dem
>            Assignee: Julien Le Dem
>             Fix For: 0.9.0
>
>         Attachments: jsScripting-2.patch, jsScripting-3.patch, jsScripting-4.patch, jsScripting-5.patch, jsScripting-6.patch, jsScripting.patch
>
>
> The attached patch proposes a javascript implementation for Pig embedding and UDFs in scripting languages.
> It is similar to the Jython implementation and uses Rhino provided in the JDK.
> some differences:
>  - output schema is provided by: <functionName>.outSchema="<schema>" as javascript does not have annotations or decorators but functions are first class objects
>  - tuples are converted to objects using the input schema (the other way around using the output schema)
> The attached patch is not final yet. In particular it lacks unit tests.
> See test/org/apache/pig/test/data/tc.js for the "transitive closure" example
> See the following JIRAs for more context:
> https://issues.apache.org/jira/browse/PIG-928
> https://issues.apache.org/jira/browse/PIG-1479

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