You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Shubham Chopra (JIRA)" <ji...@apache.org> on 2008/08/07 09:15:44 UTC

[jira] Created: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

PigPen - Eclipse plugin for a graphical PigLatin editor
-------------------------------------------------------

                 Key: PIG-366
                 URL: https://issues.apache.org/jira/browse/PIG-366
             Project: Pig
          Issue Type: New Feature
            Reporter: Shubham Chopra
            Priority: Minor
         Attachments: pigPen.patch

This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

Posted by "Shubham Chopra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638186#action_12638186 ] 

Shubham Chopra commented on PIG-366:
------------------------------------

Thanks for the comments Alan. I am working on a few improvements of the Plugin and should be able to submit a patch in about a week. I will make sure the next patch meets the requirements.

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.tgz, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

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

Shubham Chopra updated PIG-366:
-------------------------------

    Attachment: org.apache.pig.pigpen_0.0.1.jar

PigPen plugin jar containing the compiled plugin. I was not able to get a build.xml for the plugin since it needs to be compiled in eclipse environment. 

Notes on using the plugin:
1. The plugin right now supports script editing from in the text form. You can switch to the graphic view to see the alternate graph representation of the script.
2. You would have to supply a suitable hadoop-site.xml for the plugin to be able to connect to a cluster. You can also submit the job using the plugin.
3. The plugin might not work in cases where the access to cluster is restricted/firewalled and is only allowed through gateways.
4. You can copy a part of the data (The example generator uses 10,000 records) and copy that to a local single-node pseudo-distributed cluster that can easily be setup (http://hadoop.apache.org/core/docs/r0.18.2/quickstart.html#PseudoDistributed). You can then use the plugin with this pseudo-cluster to tweak the script and see the examples.

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.jar, org.apache.pig.pigpen_0.0.1.tgz, pigpen.patch, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

Posted by "Ian Holsman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638183#action_12638183 ] 

Ian Holsman commented on PIG-366:
---------------------------------

shouldn't there be a build.xml or something in the patch?

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.tgz, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

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

Shubham Chopra updated PIG-366:
-------------------------------

    Attachment: pigPen.patch

Patch adding the eclipse plugin source to Pig contrib

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

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

Shubham Chopra updated PIG-366:
-------------------------------

    Attachment: org.apache.pig.pigpen_0.0.1.tgz

Compiled plugin ready to use. Includes some minor modifications. Just unpack the tarball in eclipse/plugins directory. Path to the configuration directory containing hadoop-site.xml and pig.properties will have to be provided by setting the variable ConfigurationPath in Pig Preferences (Window -> Preferences -> Pig).

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.tgz, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

Posted by "Romain Rigaux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622064#action_12622064 ] 

Romain Rigaux commented on PIG-366:
-----------------------------------

Hello, is there a simple way to compile it or a location where the plugin is already compiled?

Thanks!

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

Posted by "Shubham Chopra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646837#action_12646837 ] 

Shubham Chopra commented on PIG-366:
------------------------------------

The plugin can be used straight-away by putting the plugin jar into eclipse/plugins/ folder.

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.jar, org.apache.pig.pigpen_0.0.1.tgz, pigpen.patch, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

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

Shubham Chopra updated PIG-366:
-------------------------------

    Attachment: pigpen.patch

Updated pigpen patch

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.tgz, pigpen.patch, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636679#action_12636679 ] 

Alan Gates commented on PIG-366:
--------------------------------

Shubham, sorry to take so long to get to looking at this.  

I have several comments.

One, the files lack the Apache license header.

Two, they use tabs not spaces.

Three, there isn't a build file.  At the PigPen level there should be a build.xml so that users can build the plugin for themselves.

> PigPen - Eclipse plugin for a graphical PigLatin editor
> -------------------------------------------------------
>
>                 Key: PIG-366
>                 URL: https://issues.apache.org/jira/browse/PIG-366
>             Project: Pig
>          Issue Type: New Feature
>            Reporter: Shubham Chopra
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen_0.0.1.tgz, pigPen.patch
>
>
> This is an Eclipse plugin that provides a GUI that can help users create PigLatin scripts and see the example generator outputs on the fly and submit the jobs to hadoop clusters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.