Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.
The following page has been changed by ShubhamChopra: http://wiki.apache.org/pig/PigPen ------------------------------------------------------------------------------ == PigPen == PigPen is an eclipse plugin that helps users create pig-scripts, test them using the example generator and then submit them to a hadoop cluster as well. + + === Getting PigPen === + The PigPen plugin jar can be obtained from the following JIRA + + http://issues.apache.org/jira/browse/PIG-366 + + The jar can be placed in the eclipse/plugins/ folder. It is a good idea to start eclipse with a "-clean" option to ensure that the latest version of the plugins is being used. === Using PigPen === To start using PigPen you will have to set the path to the directory containing hadoop-site.xml for the plugin to connect to the cluster. This can be done by going to Eclipse preferences -> Pig and adding a new variable *ConfigurationPath* to the JobConf properties.
