You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2016/06/02 05:42:39 UTC

svn commit: r1746530 - in /pig/branches/branch-0.16: README.txt RELEASE_NOTES.txt

Author: daijy
Date: Thu Jun  2 05:42:39 2016
New Revision: 1746530

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

Modified:
    pig/branches/branch-0.16/README.txt
    pig/branches/branch-0.16/RELEASE_NOTES.txt

Modified: pig/branches/branch-0.16/README.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.16/README.txt?rev=1746530&r1=1746529&r2=1746530&view=diff
==============================================================================
--- pig/branches/branch-0.16/README.txt (original)
+++ pig/branches/branch-0.16/README.txt Thu Jun  2 05:42:39 2016
@@ -21,14 +21,15 @@ For the latest information about Pig, pl
 
 and our wiki, at:
 
-   http://wiki.apache.org/pig/
+   https://cwiki.apache.org/confluence/display/PIG/Index
 
 Getting Started
 ===============
-1. To learn about Pig, try http://wiki.apache.org/pig/PigTutorial
+1. To learn about Pig, try https://cwiki.apache.org/confluence/display/PIG/PigTutorial
 2. To build and run Pig, try http://wiki.apache.org/pig/BuildPig and
 http://wiki.apache.org/pig/RunPig
-3. To check out the function library, try http://wiki.apache.org/pig/PiggyBank
+3. To check out the function library, try
+https://cwiki.apache.org/confluence/display/PIG/PiggyBank
 
 
 Contributing to the Project

Modified: pig/branches/branch-0.16/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.16/RELEASE_NOTES.txt?rev=1746530&r1=1746529&r2=1746530&view=diff
==============================================================================
--- pig/branches/branch-0.16/RELEASE_NOTES.txt (original)
+++ pig/branches/branch-0.16/RELEASE_NOTES.txt Thu Jun  2 05:42:39 2016
@@ -1,26 +1,26 @@
-These notes are for Pig 0.3.0 release.
+These notes are for Pig 0.16.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.
+The highlights of this release is the stablization of Pig on Tez
 
 System Requirements
 ===================
 
-1. Java 1.6.x or newer, preferably from Sun. Set JAVA_HOME to the root of your
+1. Java 1.7.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. Cygwin: http://www.cygwin.com/ - to run under Windows 
-4. This release is compatible with Hadoop 0.18.x releases
+3. Run under Unix and Windows
+4. This release is compatible with Hadoop 1.X, 0.23.X and 2.X  releases. Note
+   Hadoop 1.X support is deprecate and will be removed in future 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.16.0.tar.gz
+2. Unpack the file: tar -xzvf pig-0.16.0.tar.gz
+3. Move into the installation directory: cd pig-0.16.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
@@ -36,7 +36,6 @@ export PIG_CLASSPATH=/hadoop/conf
 7. To run unit tests run
     ant test 
 8. To build jar file with available user defined functions run commands below.
-This currently only works with Java 1.6.x.
     cd contrib/piggybank/java
     ant
 9. To build the tutorial:
@@ -47,9 +46,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
+Pig Documentation: http://pig.apache.org/docs/r0.16.0/
+Pig Wiki: https://cwiki.apache.org/confluence/display/PIG/Index
+Pig Tutorial: https://cwiki.apache.org/confluence/display/PIG/PigTutorial