Author: olga
Date: Tue Nov 25 08:38:33 2008
New Revision: 720534
URL: http://svn.apache.org/viewvc?rev=720534&view=rev
Log:
release related changes
Modified:
hadoop/pig/branches/branch-0.1/RELEASE_NOTES.txt
Modified: hadoop/pig/branches/branch-0.1/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.1/RELEASE_NOTES.txt?rev=720534&r1=720533&r2=720534&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.1/RELEASE_NOTES.txt (original)
+++ hadoop/pig/branches/branch-0.1/RELEASE_NOTES.txt Tue Nov 25 08:38:33 2008
@@ -1,4 +1,5 @@
-This notes are for Pig 0.1.0, our initial release from the incubator.
+This notes are for Pig 0.1.1 release. This is our first release as Hadoop
+subproject.
System Requirements
===================
@@ -7,13 +8,14 @@
Java installation
2. Ant build tool: http://ant.apache.org - to build source only
3. Sigwin: http://www.cygwin.com/ - to run under windows
+4. This release is compatible with Hadoop 0.18.x releases
Trying the Release
==================
-1. Download pig-0.1.0.tar.gz
-2. Unpack the file: tar -xzvf pig-0.1.0.tar.gz
-3. Move into the installation directory: cd pig-0.1.0-incubating
+1. Download pig-0.1.1.tar.gz
+2. Unpack the file: tar -xzvf pig-0.1.1.tar.gz
+3. Move into the installation directory: cd pig-0.1.1
4. To run pig without Hadoop cluster, execute the command below. This will
take you into an interactive shell called grunt that allows you to navigate
the local file system and execute Pig commands against the local files