You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2011/04/06 22:32:05 UTC

[jira] [Created] (PIG-1968) Need to document embeding in Java

Need to document embeding in Java
---------------------------------

                 Key: PIG-1968
                 URL: https://issues.apache.org/jira/browse/PIG-1968
             Project: Pig
          Issue Type: Bug
          Components: documentation
            Reporter: Olga Natkovich
            Assignee: Olga Natkovich
             Fix For: 0.9.0


We have a small snipped in the setup but we should now provide the information in the control structure section

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

[jira] [Resolved] (PIG-1968) Need to document embeding in Java

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

Corinne Chandel resolved PIG-1968.
----------------------------------

    Resolution: Fixed

Docs updated. See PIG-1772 and patch pig-1772-beta2-1.patch

> Need to document embeding in Java
> ---------------------------------
>
>                 Key: PIG-1968
>                 URL: https://issues.apache.org/jira/browse/PIG-1968
>             Project: Pig
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Olga Natkovich
>            Assignee: Corinne Chandel
>             Fix For: 0.9.0
>
>
> We have a small snipped in the setup but we should now provide the information in the control structure section

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

[jira] [Updated] (PIG-1968) Need to document embeding in Java

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

Olga Natkovich updated PIG-1968:
--------------------------------

    Assignee: Corinne Chandel  (was: Olga Natkovich)

There is a section on Embedding in the Getting Started guide. It needs to be moved under Control Structures with 2 changes:

(1) Need to specify that PigServer is the main class that allows to embed Pig in Java and give a link to its javadoc.
(2) Need to mention that PigServer can be instanciated from multiple threads. (This is new in Pig 0.9) In the past, PigServer contained references to static data that prevented multiple instances of the object to be created from different threads within your application. This has been addressed in 0.9. Please note PigServer is not thread safe and the same object can't be shared accross multiple threads. 

> Need to document embeding in Java
> ---------------------------------
>
>                 Key: PIG-1968
>                 URL: https://issues.apache.org/jira/browse/PIG-1968
>             Project: Pig
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Olga Natkovich
>            Assignee: Corinne Chandel
>             Fix For: 0.9.0
>
>
> We have a small snipped in the setup but we should now provide the information in the control structure section

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