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 FlipKromer: http://wiki.apache.org/pig/BuildPig The comment on the change is: pig svn changed names: http://svn.apache.org/repos/asf/hadoop/pig/trunk/ ------------------------------------------------------------------------------ == Building Pig == - 1. Check out pig code from SVN: `svn co http://svn.apache.org/repos/asf/incubator/pig/trunk` + 1. Check out pig code from SVN: `svn co http://svn.apache.org/repos/asf/hadoop/pig/trunk/` 2. Build the code from the top directory: `ant`. If the build is successful, you should see the `pig.jar` file created in that directory. 3. To validate your `pig.jar` run unit test: `ant test`
