Author: olga
Date: Tue Jun 16 23:40:25 2009
New Revision: 785446

URL: http://svn.apache.org/viewvc?rev=785446&view=rev
Log:
Preparing for release 0.3.0

Modified:
    hadoop/pig/branches/branch-0.3/CHANGES.txt
    hadoop/pig/branches/branch-0.3/RELEASE_NOTES.txt
    hadoop/pig/branches/branch-0.3/build.xml

Modified: hadoop/pig/branches/branch-0.3/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.3/CHANGES.txt?rev=785446&r1=785445&r2=785446&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.3/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.3/CHANGES.txt Tue Jun 16 23:40:25 2009
@@ -20,7 +20,7 @@
 
 Pig Change Log
 
-Release 0.3.0 - Unreleased
+Release 0.3.0 - 06/16/09
 
 INCOMPATIBLE CHANGES
 

Modified: hadoop/pig/branches/branch-0.3/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.3/RELEASE_NOTES.txt?rev=785446&r1=785445&r2=785446&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.3/RELEASE_NOTES.txt (original)
+++ hadoop/pig/branches/branch-0.3/RELEASE_NOTES.txt Tue Jun 16 23:40:25 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

Modified: hadoop/pig/branches/branch-0.3/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.3/build.xml?rev=785446&r1=785445&r2=785446&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.3/build.xml (original)
+++ hadoop/pig/branches/branch-0.3/build.xml Tue Jun 16 23:40:25 2009
@@ -24,7 +24,7 @@
     <!-- name and version properties -->
     <property name="name" value="pig" />
     <property name="Name" value="Pig" />
-    <property name="version" value="0.3.0-dev" />
+    <property name="version" value="0.3.1-dev" />
     <property name="final.name" value="${name}-${version}" />
     <condition property="isWindows">
         <os family="windows"/>


Reply via email to