You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ga...@apache.org on 2009/03/27 17:25:50 UTC

svn commit: r759197 - in /hadoop/pig/branches/branch-0.2: CHANGES.txt README.txt RELEASE_NOTES.txt build.xml

Author: gates
Date: Fri Mar 27 16:25:49 2009
New Revision: 759197

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


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

Modified: hadoop/pig/branches/branch-0.2/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.2/CHANGES.txt?rev=759197&r1=759196&r2=759197&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.2/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.2/CHANGES.txt Fri Mar 27 16:25:49 2009
@@ -18,7 +18,7 @@
 
 Pig Change Log
 
-Release 1.0.0 - 03/17/09
+Release 0.2.0 - 03/26/09
 
 INCOMPATIBLE CHANGES
 

Modified: hadoop/pig/branches/branch-0.2/README.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.2/README.txt?rev=759197&r1=759196&r2=759197&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.2/README.txt (original)
+++ hadoop/pig/branches/branch-0.2/README.txt Fri Mar 27 16:25:49 2009
@@ -17,7 +17,7 @@
 
 For the latest information about Pig, please visit our website at:
 
-   http://incubator.apache.org/pig/
+   http://hadoop.apache.org/pig/
 
 and our wiki, at:
 
@@ -37,14 +37,3 @@
 We welcome all contributions. For the details, please, visit
 http://wiki.apache.org/pig/HowToContribute.
 
-Incubator Disclaimer
-=====================
-
-Apache Pig is an effort undergoing incubation at The Apache Software
-Foundation (ASF). Incubation is required of all newly accepted projects 
-until a further review indicates that the infrastructure, communications, 
-and decision making process have stabilized in a manner consistent with 
-other successful ASF projects. While incubation status is not necessarily
-a reflection of the completeness or stability of the code, it does indicate
-that the project has yet to be fully endorsed by the ASF.
-

Modified: hadoop/pig/branches/branch-0.2/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.2/RELEASE_NOTES.txt?rev=759197&r1=759196&r2=759197&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.2/RELEASE_NOTES.txt (original)
+++ hadoop/pig/branches/branch-0.2/RELEASE_NOTES.txt Fri Mar 27 16:25:49 2009
@@ -1,4 +1,4 @@
-This notes are for Pig 1.0.0 release.
+These notes are for Pig 0.2.0 release.
 
 Highlights
 ==========
@@ -12,15 +12,15 @@
 1. Java 1.6.x or newer, preferably from Sun. Set JAVA_HOME to the root of your
 Java installation
 2. Ant build tool:  http://ant.apache.org - to build source only
-3. Sigwin: http://www.cygwin.com/ - to run under windows 
+3. Cygwin: 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-1.0.0.tar.gz
-2. Unpack the file: tar -xzvf pig-1.0.0.tar.gz
-3. Move into the installation directory: cd pig-1.0.0
+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
 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,8 +47,9 @@
 Relevant Documentation
 ======================
 
-Pig Language Manual(including Grant commands):
+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

Modified: hadoop/pig/branches/branch-0.2/build.xml
URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.2/build.xml?rev=759197&r1=759196&r2=759197&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.2/build.xml (original)
+++ hadoop/pig/branches/branch-0.2/build.xml Fri Mar 27 16:25:49 2009
@@ -25,7 +25,7 @@
     <!-- name and version properties -->
     <property name="name" value="pig" />
     <property name="Name" value="Pig" />
-    <property name="version" value="1.0.1-dev" />
+    <property name="version" value="0.2.0-dev" />
     <property name="final.name" value="${name}-${version}" />
     <condition property="isWindows">
         <os family="windows"/>