Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 16988 invoked from network); 20 Dec 2010 14:46:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Dec 2010 14:46:07 -0000 Received: (qmail 3083 invoked by uid 500); 20 Dec 2010 14:46:07 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 2982 invoked by uid 500); 20 Dec 2010 14:46:05 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 2973 invoked by uid 99); 20 Dec 2010 14:46:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 14:46:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 14:45:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A52A23888CE; Mon, 20 Dec 2010 14:45:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1051134 - in /hadoop/hdfs/trunk: ./ src/ant/org/apache/hadoop/ant/ src/contrib/fuse-dfs/ src/contrib/hdfsproxy/ src/contrib/thriftfs/ src/contrib/thriftfs/if/ src/contrib/thriftfs/scripts/ src/contrib/thriftfs/src/java/org/apache/hadoop/th... Date: Mon, 20 Dec 2010 14:45:37 -0000 To: hdfs-commits@hadoop.apache.org From: jghoman@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101220144537.6A52A23888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jghoman Date: Mon Dec 20 14:45:36 2010 New Revision: 1051134 URL: http://svn.apache.org/viewvc?rev=1051134&view=rev Log: HDFS-1511. 98 Release Audit warnings on trunk and branch-0.22. Modified: hadoop/hdfs/trunk/CHANGES.txt hadoop/hdfs/trunk/build.xml hadoop/hdfs/trunk/src/ant/org/apache/hadoop/ant/antlib.xml hadoop/hdfs/trunk/src/contrib/fuse-dfs/ivy.xml hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml hadoop/hdfs/trunk/src/contrib/thriftfs/if/hadoopfs.thrift hadoop/hdfs/trunk/src/contrib/thriftfs/ivy.xml hadoop/hdfs/trunk/src/contrib/thriftfs/scripts/start_thrift_server.sh hadoop/hdfs/trunk/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java hadoop/hdfs/trunk/src/java/hdfs-default.xml hadoop/hdfs/trunk/src/test/fi-site.xml hadoop/hdfs/trunk/src/test/hadoop-policy.xml hadoop/hdfs/trunk/src/test/hdfs-site.xml hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/hdfs/hadoop-dfs-dir.txt hadoop/hdfs/trunk/src/test/test-patch.properties Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Mon Dec 20 14:45:36 2010 @@ -37,9 +37,13 @@ Trunk (unreleased changes) BUG FIXES HDFS-1516. mvn-install is broken after 0.22 branch creation. (cos) + HDFS-1360. TestBlockRecovery should bind ephemeral ports. (Todd Lipcon via hairong) + HDFS-1511. 98 Release Audit warnings on trunk and branch-0.22. + (jghoman) + Release 0.22.0 - Unreleased NEW FEATURES Modified: hadoop/hdfs/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/build.xml (original) +++ hadoop/hdfs/trunk/build.xml Mon Dec 20 14:45:36 2010 @@ -1178,6 +1178,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: hadoop/hdfs/trunk/src/ant/org/apache/hadoop/ant/antlib.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/ant/org/apache/hadoop/ant/antlib.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/ant/org/apache/hadoop/ant/antlib.xml (original) +++ hadoop/hdfs/trunk/src/ant/org/apache/hadoop/ant/antlib.xml Mon Dec 20 14:45:36 2010 @@ -1,5 +1,22 @@ + + Modified: hadoop/hdfs/trunk/src/contrib/fuse-dfs/ivy.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/fuse-dfs/ivy.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/fuse-dfs/ivy.xml (original) +++ hadoop/hdfs/trunk/src/contrib/fuse-dfs/ivy.xml Mon Dec 20 14:45:36 2010 @@ -1,4 +1,20 @@ + Modified: hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml (original) +++ hadoop/hdfs/trunk/src/contrib/hdfsproxy/ivy.xml Mon Dec 20 14:45:36 2010 @@ -1,4 +1,21 @@ + + Modified: hadoop/hdfs/trunk/src/contrib/thriftfs/if/hadoopfs.thrift URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/thriftfs/if/hadoopfs.thrift?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/thriftfs/if/hadoopfs.thrift (original) +++ hadoop/hdfs/trunk/src/contrib/thriftfs/if/hadoopfs.thrift Mon Dec 20 14:45:36 2010 @@ -1,3 +1,17 @@ +# 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. #!/usr/local/bin/thrift -java # Modified: hadoop/hdfs/trunk/src/contrib/thriftfs/ivy.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/thriftfs/ivy.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/thriftfs/ivy.xml (original) +++ hadoop/hdfs/trunk/src/contrib/thriftfs/ivy.xml Mon Dec 20 14:45:36 2010 @@ -1,4 +1,22 @@ + + + Modified: hadoop/hdfs/trunk/src/contrib/thriftfs/scripts/start_thrift_server.sh URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/thriftfs/scripts/start_thrift_server.sh?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/thriftfs/scripts/start_thrift_server.sh (original) +++ hadoop/hdfs/trunk/src/contrib/thriftfs/scripts/start_thrift_server.sh Mon Dec 20 14:45:36 2010 @@ -1,5 +1,21 @@ #!/bin/sh +# 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. + + CLASSPATH= TOP=../../../.. Modified: hadoop/hdfs/trunk/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java (original) +++ hadoop/hdfs/trunk/src/contrib/thriftfs/src/java/org/apache/hadoop/thriftfs/HadoopThriftServer.java Mon Dec 20 14:45:36 2010 @@ -1,3 +1,20 @@ +/** + * 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.thriftfs; import com.facebook.thrift.TException; Modified: hadoop/hdfs/trunk/src/java/hdfs-default.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/java/hdfs-default.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/java/hdfs-default.xml (original) +++ hadoop/hdfs/trunk/src/java/hdfs-default.xml Mon Dec 20 14:45:36 2010 @@ -1,4 +1,22 @@ + + + Modified: hadoop/hdfs/trunk/src/test/fi-site.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/fi-site.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/fi-site.xml (original) +++ hadoop/hdfs/trunk/src/test/fi-site.xml Mon Dec 20 14:45:36 2010 @@ -1,4 +1,22 @@ + + + Modified: hadoop/hdfs/trunk/src/test/hadoop-policy.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/hadoop-policy.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/hadoop-policy.xml (original) +++ hadoop/hdfs/trunk/src/test/hadoop-policy.xml Mon Dec 20 14:45:36 2010 @@ -1,5 +1,21 @@ + Modified: hadoop/hdfs/trunk/src/test/hdfs-site.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/hdfs-site.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/hdfs-site.xml (original) +++ hadoop/hdfs/trunk/src/test/hdfs-site.xml Mon Dec 20 14:45:36 2010 @@ -1,5 +1,21 @@ + Modified: hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml (original) +++ hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml Mon Dec 20 14:45:36 2010 @@ -1,6 +1,23 @@ + + Modified: hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/hdfs/hadoop-dfs-dir.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/hdfs/hadoop-dfs-dir.txt?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/hdfs/hadoop-dfs-dir.txt (original) +++ hadoop/hdfs/trunk/src/test/hdfs/org/apache/hadoop/hdfs/hadoop-dfs-dir.txt Mon Dec 20 14:45:36 2010 @@ -1,3 +1,18 @@ +# 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. + # # This is a readme for hadoop-version-dfs-dir.tgz and hadoop-dfs-dir.txt. # Modified: hadoop/hdfs/trunk/src/test/test-patch.properties URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/test-patch.properties?rev=1051134&r1=1051133&r2=1051134&view=diff ============================================================================== --- hadoop/hdfs/trunk/src/test/test-patch.properties (original) +++ hadoop/hdfs/trunk/src/test/test-patch.properties Mon Dec 20 14:45:36 2010 @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -OK_RELEASEAUDIT_WARNINGS=98 +OK_RELEASEAUDIT_WARNINGS=0 OK_FINDBUGS_WARNINGS=0 OK_JAVADOC_WARNINGS=0