Author: olga
Date: Wed Sep 10 14:52:47 2008
New Revision: 694017

URL: http://svn.apache.org/viewvc?rev=694017&view=rev
Log:
updates for release

Modified:
    incubator/pig/trunk/NOTICE.txt
    incubator/pig/trunk/README.txt

Modified: incubator/pig/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/pig/trunk/NOTICE.txt?rev=694017&r1=694016&r2=694017&view=diff
==============================================================================
--- incubator/pig/trunk/NOTICE.txt (original)
+++ incubator/pig/trunk/NOTICE.txt Wed Sep 10 14:52:47 2008
@@ -1,2 +1,15 @@
+Apache Pig
+Copyright 2008 The Apache Software Foundation
+
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).
+
+This product includes/uses the JavaCC (https://javacc.dev.java.net/),
+Copyright (c) 2003 Sun Microsystems, Inc.
+
+This product includes/uses Jetty (http://jetty.mortbay.org/),
+Copyright (c) Mort Bay Consulting Pty. Ltd. (Australia) 
+
+This product includes/uses Jsch (http://www.jcraft.com/jsch/),
+Copyright (c) 2002,2003,2004,2005,2006,2007,2008 Atsuhiko Yamanaka,
+JCraft,Inc. All rights reserved.

Modified: incubator/pig/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/pig/trunk/README.txt?rev=694017&r1=694016&r2=694017&view=diff
==============================================================================
--- incubator/pig/trunk/README.txt (original)
+++ incubator/pig/trunk/README.txt Wed Sep 10 14:52:47 2008
@@ -1,3 +1,20 @@
+Apache Pig
+===========
+Pig is a dataflow programming environment for processing very large files. 
Pig's
+language is called Pig Latin. A Pig Latin program consists of a directed
+acyclic graph where each node represents an operation that transforms data.
+Operations are of two flavors: (1) relational-algebra style operations such as
+join, filter, project; (2) functional-programming style operators such as map,
+reduce. 
+
+Pig compiles these dataflow programs into (sequences of) map-reduce jobs and
+executes them using Hadoop. It is also possible to execute Pig Latin programs
+in a "local" mode (without Hadoop cluster), in which case all processing takes
+place in a single local JVM. 
+
+General Info
+===============
+
 For the latest information about Pig, please visit our website at:
 
    http://incubator.apache.org/pig/
@@ -6,15 +23,28 @@
 
    http://wiki.apache.org/pig/
 
-Disclaimer
-==========
-
-Apache Sling is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Jackrabbit PMC. 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.
+Getting Started
+===============
+1. To learn about Pig, try http://wiki.apache.org/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
+
+
+Contributing to the Project
+===========================
+
+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.
 


Reply via email to