Author: olga
Date: Mon Jun 22 17:30:54 2009
New Revision: 787322

URL: http://svn.apache.org/viewvc?rev=787322&view=rev
Log:
updated external reference to point to hadoop's new common dir

Modified:
    hadoop/pig/trunk/RELEASE_NOTES.txt
    hadoop/pig/trunk/test/   (props changed)

Modified: hadoop/pig/trunk/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/RELEASE_NOTES.txt?rev=787322&r1=787321&r2=787322&view=diff
==============================================================================
--- hadoop/pig/trunk/RELEASE_NOTES.txt (original)
+++ hadoop/pig/trunk/RELEASE_NOTES.txt Mon Jun 22 17:30:54 2009
@@ -1,10 +1,10 @@
-These notes are for Pig 0.2.0 release.
+These notes are for Pig 0.3.0 release.
 
 Highlights
 ==========
 
-The main focus of this release is pipeline redesign, addition of type system 
and
-significant (2-10x) performance improvements.
+The main focus of this release is multiquery support that allows to optimize
+multiple queries within the same script that share a computation.
 
 System Requirements
 ===================
@@ -18,9 +18,9 @@
 Trying the Release
 ==================
 
-1. Download pig-0.2.0.tar.gz
-2. Unpack the file: tar -xzvf pig-0.2.0.tar.gz
-3. Move into the installation directory: cd pig-0.2.0
+1. Download pig-0.3.0.tar.gz
+2. Unpack the file: tar -xzvf pig-0.3.0.tar.gz
+3. Move into the installation directory: cd pig-0.3.0
 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

Propchange: hadoop/pig/trunk/test/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Mon Jun 22 17:30:54 2009
@@ -1 +1 @@
-bin http://svn.apache.org/repos/asf/hadoop/core/nightly/test-patch
+bin http://svn.apache.org/repos/asf/hadoop/common/nightly/test-patch


Reply via email to