[ 
https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909897#action_12909897
 ] 

Robert Gibbon commented on PIG-366:
-----------------------------------

Here's the README

* Download the latest version of the jar binary. Right now that's 
org.apache.pig.pigpen_0.7.4.jar

* Put the jar in the $ECLIPSE_HOME/plugins/ directory, where $ECLIPSE_HOME is 
your eclipse installation directory.

* Optionally edit the file $ECLIPSE_HOME/eclipse.ini and add the parameter 
"-clean" (no quotes) to make sure the deployment is fresh

* Start eclipse.

* Open a .pig script or make a new one. It should come up with syntax colouring 
etc. when you start keying in your script. If it doesn't, post your report here

* When you save a script for the first time there might be a slight delay. 
*normal*. Any errors in your script should be marked up so you can see them.

* To run a script on the cluster, first open the eclipse "preferences" dialog 
=> "PigPen" => and change the settings to your liking. You must have 
configuration.path pointing to where your pig config files are located 
(typically $PIG_HOME/conf/). You should specify your preferred pig runtime jar 
(typically $PIG_HOME/pig-x.x.x-core.jar). log.path defaults to your temp 
directory, but you can set it to whatever you like. ssh.gateway is untested, so 
if you don't use it, delete that key. Go ahead and click on "OK".

* Select the script you want to run from the package explorer and click the 
little pig icon on the toolbar. This kicks off a new JVM and submits your job. 
You can track it in the console. If you want to cancel it for some reason, 
click the little pig icon with the red cross next to the console tab. This 
simply kills the JVM process.

That's it for now. have fun...


> 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
>            Assignee: Robert Gibbon
>            Priority: Minor
>         Attachments: org.apache.pig.pigpen-0.7.0.tar.gz, 
> org.apache.pig.pigpen-0.7.2.tar.gz, org.apache.pig.pigpen-0.7.4.tar.gz, 
> org.apache.pig.pigpen_0.0.1.jar, org.apache.pig.pigpen_0.0.1.tgz, 
> org.apache.pig.pigpen_0.0.4.jar, org.apache.pig.pigpen_0.7.2.jar, 
> org.apache.pig.pigpen_0.7.4.jar, pigpen.patch, pigPen.patch, PigPen.tgz
>
>
> 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.

Reply via email to