BuildPig

Requirements

  1. Java 1.5.x or newer, preferably from Sun. Set JAVA_HOME to the root of your Java installation.

  2. Ant build tool: [WWW] http://ant.apache.org/.

  3. To run unit tests, you also need JUnit: [WWW] http://junit.sourceforge.net/.

Building Pig

  1. Check out pig code from svn: svn co http://svn.apache.org/repos/asf/incubator/pig/trunk.

  2. Build the code from the top directory: ant. If the build is successful, you should see pig.jar created in that directory.

  3. To validate your pig.jar run unit test: ant test

last edited 2008-07-31 19:23:34 by CorinneC