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: Release page; Hadoop compatibility ------------------------------------------------------------------------------ + == Releases == + + Pig v.0.1.0 is out: [http://hadoop.apache.org/pig/releases.html] + == Requirements == 1. '''Java 1.5.x''' or newer, preferably from Sun ([http://java.sun.com/javase/downloads/index.jsp]). Set JAVA_HOME to the root of your Java installation. @@ -13, +17 @@ 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` + == Hadoop Compatibility == + + The 0.1.0 release requires hadoop 17. + + Versions from the SVN (described below) build against hadoop 18.2 as of 2008 Dec 2. + + Neither is likely to work with the bleeding edge, hadoop 19. +
