You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ol...@apache.org on 2010/11/13 01:23:18 UTC

svn commit: r1034612 - in /pig/branches/branch-0.8: contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/hiverc/ contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/ contrib/zebra/src/test/org/apache/hadoop/zebra...

Author: olga
Date: Sat Nov 13 00:23:17 2010
New Revision: 1034612

URL: http://svn.apache.org/viewvc?rev=1034612&view=rev
Log:
empty file cleanup + missing headers for 0.8 release

Removed:
    pig/branches/branch-0.8/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/hiverc/HiveRCDateSplitter.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/expression/BagDereferenceExpression.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/AllSameVisitor.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/PlanPrinter.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/UidStamper.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/relational/LogicalPlanVisitor.java
Modified:
    pig/branches/branch-0.8/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/TestCSVStorage.java
    pig/branches/branch-0.8/contrib/zebra/src/test/org/apache/hadoop/zebra/mapred/ToolTestComparator.java
    pig/branches/branch-0.8/src/org/apache/pig/StoreCaster.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/SchemaResetter.java
    pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/relational/LONative.java
    pig/branches/branch-0.8/test/org/apache/pig/test/PigStorageWithSchema.java

Modified: pig/branches/branch-0.8/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/TestCSVStorage.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/TestCSVStorage.java?rev=1034612&r1=1034611&r2=1034612&view=diff
==============================================================================
--- pig/branches/branch-0.8/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/TestCSVStorage.java (original)
+++ pig/branches/branch-0.8/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/TestCSVStorage.java Sat Nov 13 00:23:17 2010
@@ -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.
+ */
+
 package org.apache.pig.piggybank.test.storage;
 
 import static org.junit.Assert.assertEquals;

Modified: pig/branches/branch-0.8/contrib/zebra/src/test/org/apache/hadoop/zebra/mapred/ToolTestComparator.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/contrib/zebra/src/test/org/apache/hadoop/zebra/mapred/ToolTestComparator.java?rev=1034612&r1=1034611&r2=1034612&view=diff
==============================================================================
--- pig/branches/branch-0.8/contrib/zebra/src/test/org/apache/hadoop/zebra/mapred/ToolTestComparator.java (original)
+++ pig/branches/branch-0.8/contrib/zebra/src/test/org/apache/hadoop/zebra/mapred/ToolTestComparator.java Sat Nov 13 00:23:17 2010
@@ -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.
+ */
+
 package org.apache.hadoop.zebra.mapred;
 
 import java.io.ByteArrayOutputStream;

Modified: pig/branches/branch-0.8/src/org/apache/pig/StoreCaster.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/src/org/apache/pig/StoreCaster.java?rev=1034612&r1=1034611&r2=1034612&view=diff
==============================================================================
--- pig/branches/branch-0.8/src/org/apache/pig/StoreCaster.java (original)
+++ pig/branches/branch-0.8/src/org/apache/pig/StoreCaster.java Sat Nov 13 00:23:17 2010
@@ -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.
+ */
+
 package org.apache.pig;
 
 import java.io.IOException;

Modified: pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/SchemaResetter.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/SchemaResetter.java?rev=1034612&r1=1034611&r2=1034612&view=diff
==============================================================================
--- pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/SchemaResetter.java (original)
+++ pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/optimizer/SchemaResetter.java Sat Nov 13 00:23:17 2010
@@ -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.
+ */
+
 package org.apache.pig.newplan.logical.optimizer;
 
 import java.util.Collection;
@@ -175,4 +193,4 @@ class FieldSchemaResetter extends AllSam
         op.getFieldSchema();
     }
 
-}
\ No newline at end of file
+}

Modified: pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/relational/LONative.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/relational/LONative.java?rev=1034612&r1=1034611&r2=1034612&view=diff
==============================================================================
--- pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/relational/LONative.java (original)
+++ pig/branches/branch-0.8/src/org/apache/pig/newplan/logical/relational/LONative.java Sat Nov 13 00:23:17 2010
@@ -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.
+ */
+
 package org.apache.pig.newplan.logical.relational;
 
 import java.util.Arrays;

Modified: pig/branches/branch-0.8/test/org/apache/pig/test/PigStorageWithSchema.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/test/org/apache/pig/test/PigStorageWithSchema.java?rev=1034612&r1=1034611&r2=1034612&view=diff
==============================================================================
--- pig/branches/branch-0.8/test/org/apache/pig/test/PigStorageWithSchema.java (original)
+++ pig/branches/branch-0.8/test/org/apache/pig/test/PigStorageWithSchema.java Sat Nov 13 00:23:17 2010
@@ -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.
+ */
+
 package org.apache.pig.test;
 
 import java.io.IOException;