Author: daijy
Date: Tue May  4 03:53:16 2010
New Revision: 940722

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

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

Modified: hadoop/pig/branches/branch-0.7/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/CHANGES.txt?rev=940722&r1=940721&r2=940722&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.7/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.7/CHANGES.txt Tue May  4 03:53:16 2010
@@ -18,7 +18,7 @@
 
 Pig Change Log
 
-Release 0.7.0 - Unreleased
+Release 0.7.0 - 2010-05-03
 
 INCOMPATIBLE CHANGES
 

Modified: hadoop/pig/branches/branch-0.7/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/RELEASE_NOTES.txt?rev=940722&r1=940721&r2=940722&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.7/RELEASE_NOTES.txt (original)
+++ hadoop/pig/branches/branch-0.7/RELEASE_NOTES.txt Tue May  4 03:53:16 2010
@@ -1,10 +1,20 @@
-These notes are for Pig 0.3.0 release.
+These notes are for Pig 0.7.0 release.
 
 Highlights
 ==========
 
-The main focus of this release is multiquery support that allows to optimize
-multiple queries within the same script that share a computation.
+- Redesign the LoadFunc and StoreFunc interface for future growth of Pig.
+  PIG-966
+- Switch Pig local mode to use hadoop local mode. PIG-1053
+- Provide more information for hadoop job launched, such as job id and number 
of spills.
+  PIG-1215, PIG-1102
+- More aggressive use of hadoop distributed cache. PIG-872, PIG-1218 
+- Over 100 bug fixes and improvements.
+
+Incompatibilities
+=================
+
+Please check http://wiki.apache.org/pig/Pig070IncompatibleChanges
 
 System Requirements
 ===================
@@ -13,14 +23,14 @@ System Requirements
 Java installation
 2. Ant build tool:  http://ant.apache.org - to build source only
 3. Cygwin: http://www.cygwin.com/ - to run under Windows 
-4. This release is compatible with Hadoop 0.18.x releases
+4. This release is compatible with Hadoop 0.20.x releases
 
 Trying the Release
 ==================
 
-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
+1. Download pig-0.7.0.tar.gz
+2. Unpack the file: tar -xzvf pig-0.7.0.tar.gz
+3. Move into the installation directory: cd pig-0.7.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
@@ -47,9 +57,6 @@ This currently only works with Java 1.6.
 Relevant Documentation
 ======================
 
-Pig Language Manual(including Grunt commands):
-http://wiki.apache.org/pig-data/attachments/FrontPage/attachments/plrm.htm 
-UDF Manual: http://wiki.apache.org/pig/UDFManual
-Piggy Bank: http://wiki.apache.org/pig/PiggyBank
-Pig Tutorial: http://wiki.apache.org/pig/PigTutorial
-Pig Eclipse Plugin (PigPen):  http://wiki.apache.org/pig/PigPen
+http://hadoop.apache.org/pig/docs/r0.7.0/
+http://wiki.apache.org/pig/
+http://wiki.apache.org/pig/Pig070IncompatibleChanges

Modified: hadoop/pig/branches/branch-0.7/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/build.xml?rev=940722&r1=940721&r2=940722&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.7/build.xml (original)
+++ hadoop/pig/branches/branch-0.7/build.xml Tue May  4 03:53:16 2010
@@ -24,7 +24,7 @@
     <!-- name and version properties -->
     <property name="name" value="pig" />
     <property name="Name" value="Pig" />
-    <property name="version" value="0.7.0-dev" />
+    <property name="version" value="0.7.1-dev" />
     <property name="final.name" value="${name}-${version}" />
     <condition property="isWindows">
         <os family="windows"/>

Modified: hadoop/pig/branches/branch-0.7/contrib/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/contrib/CHANGES.txt?rev=940722&r1=940721&r2=940722&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.7/contrib/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.7/contrib/CHANGES.txt Tue May  4 03:53:16 2010
@@ -18,17 +18,6 @@
 
 Pig Change Log
 
-Trunk (unreleased changes)
-
-INCOMPATIBLE CHANGES
-
-IMPROVEMENTS
-
-OPTIMIZATIONS
-
-BUG FIXES
-
-
 PIG 0.7.0
 
 INCOMPATIBLE CHANGES


Reply via email to