Author: olga
Date: Tue Jul 22 17:34:28 2008
New Revision: 678954

URL: http://svn.apache.org/viewvc?rev=678954&view=rev
Log:
release changes

Modified:
    incubator/pig/branches/branch-0.1/README.txt
    incubator/pig/branches/branch-0.1/build.xml
    
incubator/pig/branches/branch-0.1/src/org/apache/pig/impl/logicalLayer/parser/grammar
    incubator/pig/branches/branch-0.1/tutorial/scripts/script1-hadoop.pig
    incubator/pig/branches/branch-0.1/tutorial/scripts/script1-local.pig
    incubator/pig/branches/branch-0.1/tutorial/scripts/script2-hadoop.pig
    incubator/pig/branches/branch-0.1/tutorial/scripts/script2-local.pig

Modified: incubator/pig/branches/branch-0.1/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/README.txt?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- incubator/pig/branches/branch-0.1/README.txt (original)
+++ incubator/pig/branches/branch-0.1/README.txt Tue Jul 22 17:34:28 2008
@@ -5,3 +5,16 @@
 and our wiki, at:
 
    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.
+

Modified: incubator/pig/branches/branch-0.1/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/build.xml?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- incubator/pig/branches/branch-0.1/build.xml (original)
+++ incubator/pig/branches/branch-0.1/build.xml Tue Jul 22 17:34:28 2008
@@ -358,6 +358,10 @@
             <fileset dir="${build.docs}" />
         </copy>
 
+        <copy todir="${dist.dir}/test" includeEmptyDirs="true">
+            <fileset dir="${test.src.dir}" />
+        </copy>
+
         <copy todir="${dist.dir}/src" includeEmptyDirs="true">
             <fileset dir="${src.dir}" />
         </copy>
@@ -366,7 +370,7 @@
             <fileset dir="${src.lib.dir}" />
         </copy>
 
-        <copy todir="${dist.dir}/tutotial" includeEmptyDirs="true">
+        <copy todir="${dist.dir}/tutorial" includeEmptyDirs="true">
             <fileset dir="tutorial" />
         </copy>
 

Modified: 
incubator/pig/branches/branch-0.1/src/org/apache/pig/impl/logicalLayer/parser/grammar
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/src/org/apache/pig/impl/logicalLayer/parser/grammar?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- 
incubator/pig/branches/branch-0.1/src/org/apache/pig/impl/logicalLayer/parser/grammar
 (original)
+++ 
incubator/pig/branches/branch-0.1/src/org/apache/pig/impl/logicalLayer/parser/grammar
 Tue Jul 22 17:34:28 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 <query> := <expr> ";"
 
 <expr> := [<alias> "="] <baseexpr> ["PARALLEL" <integer>]

Modified: incubator/pig/branches/branch-0.1/tutorial/scripts/script1-hadoop.pig
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/tutorial/scripts/script1-hadoop.pig?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- incubator/pig/branches/branch-0.1/tutorial/scripts/script1-hadoop.pig 
(original)
+++ incubator/pig/branches/branch-0.1/tutorial/scripts/script1-hadoop.pig Tue 
Jul 22 17:34:28 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 -- Query Phrase Popularity (Hadoop cluster)
 
 -- This script processes a search query log file from the Excite search engine 
and finds search phrases that occur with particular high frequency during 
certain times of the day. 

Modified: incubator/pig/branches/branch-0.1/tutorial/scripts/script1-local.pig
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/tutorial/scripts/script1-local.pig?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- incubator/pig/branches/branch-0.1/tutorial/scripts/script1-local.pig 
(original)
+++ incubator/pig/branches/branch-0.1/tutorial/scripts/script1-local.pig Tue 
Jul 22 17:34:28 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 -- Query Phrase Popularity (local mode)
 
 -- This script processes a search query log file from the Excite search engine 
and finds search phrases that occur with particular high frequency during 
certain times of the day.

Modified: incubator/pig/branches/branch-0.1/tutorial/scripts/script2-hadoop.pig
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/tutorial/scripts/script2-hadoop.pig?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- incubator/pig/branches/branch-0.1/tutorial/scripts/script2-hadoop.pig 
(original)
+++ incubator/pig/branches/branch-0.1/tutorial/scripts/script2-hadoop.pig Tue 
Jul 22 17:34:28 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 -- Temporal Query Phrase Popularity (Hadoop cluster)
 
 -- This script processes a search query log file from the Excite search engine 
and compares the occurrence of frequency of search phrases across two time 
periods separated by twelve hours. 

Modified: incubator/pig/branches/branch-0.1/tutorial/scripts/script2-local.pig
URL: 
http://svn.apache.org/viewvc/incubator/pig/branches/branch-0.1/tutorial/scripts/script2-local.pig?rev=678954&r1=678953&r2=678954&view=diff
==============================================================================
--- incubator/pig/branches/branch-0.1/tutorial/scripts/script2-local.pig 
(original)
+++ incubator/pig/branches/branch-0.1/tutorial/scripts/script2-local.pig Tue 
Jul 22 17:34:28 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 -- Temporal Query Phrase Popularity (local mode)
 
 -- This script processes a search query log file from the Excite search engine 
and finds search phrases that occur with particular high frequency during 
certain times of the day. 


Reply via email to