Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 20796 invoked from network); 30 Jan 2008 06:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2008 06:51:55 -0000 Received: (qmail 69812 invoked by uid 500); 30 Jan 2008 06:51:46 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 69784 invoked by uid 500); 30 Jan 2008 06:51:46 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 69775 invoked by uid 99); 30 Jan 2008 06:51:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 22:51:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 06:51:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE2A11A983A; Tue, 29 Jan 2008 22:51:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r616659 [2/2] - in /hadoop/core/trunk: ./ bin/ src/ src/c++/librecordio/ src/contrib/ src/contrib/data_join/ src/contrib/ec2/bin/ src/contrib/ec2/bin/image/ src/contrib/eclipse-plugin/ src/contrib/hbase/ src/contrib/hbase/src/java/org/apach... Date: Wed, 30 Jan 2008 06:51:09 -0000 To: core-commits@hadoop.apache.org From: nigel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080130065122.AE2A11A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: hadoop/core/trunk/src/java/org/apache/hadoop/dfs/datanode/metrics/DataNodeStatistics.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/dfs/datanode/metrics/DataNodeStatistics.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/dfs/datanode/metrics/DataNodeStatistics.java (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/dfs/datanode/metrics/DataNodeStatistics.java Tue Jan 29 22:51:01 2008 @@ -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.dfs.datanode.metrics; import java.util.Random; @@ -316,4 +333,4 @@ public int getHeartbeatsNum() { return myMetrics.heartbeats.getPreviousIntervalNumOps(); } -} \ No newline at end of file +} Modified: hadoop/core/trunk/src/java/org/apache/hadoop/dfs/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/dfs/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/dfs/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/dfs/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

A distributed implementation of {@link Modified: hadoop/core/trunk/src/java/org/apache/hadoop/fs/kfs/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/fs/kfs/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/fs/kfs/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/fs/kfs/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

A client for the Kosmos filesystem (KFS)

Modified: hadoop/core/trunk/src/java/org/apache/hadoop/fs/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/fs/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/fs/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/fs/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + An abstract file system API. Modified: hadoop/core/trunk/src/java/org/apache/hadoop/fs/s3/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/fs/s3/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/fs/s3/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/fs/s3/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

A distributed implementation of {@link Modified: hadoop/core/trunk/src/java/org/apache/hadoop/io/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/io/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/io/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/io/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + Generic i/o code for use when reading and writing data to the network, to databases, and to files. Modified: hadoop/core/trunk/src/java/org/apache/hadoop/io/retry/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/io/retry/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/io/retry/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/io/retry/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

Modified: hadoop/core/trunk/src/java/org/apache/hadoop/ipc/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/ipc/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/ipc/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/ipc/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + Tools to help define network clients and servers. Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/JobPriority.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/JobPriority.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/JobPriority.java (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/JobPriority.java Tue Jan 29 22:51:01 2008 @@ -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.mapred; /** @@ -12,4 +29,4 @@ LOW, VERY_LOW; -} \ No newline at end of file +} Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/jobcontrol/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/jobcontrol/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/jobcontrol/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/jobcontrol/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

Utilities for managing dependent jobs.

Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/join/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/join/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/join/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/join/package.html Tue Jan 29 22:51:01 2008 @@ -1,5 +1,22 @@ + +

Given a set of sorted datasets keyed with the same class and yielding equal Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/aggregate/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/aggregate/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/aggregate/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/aggregate/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + Classes for performing various counting and aggregations. Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/lib/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

Library of generally useful mappers, reducers, and partitioners.

Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + +

A software framework for easily writing applications which process vast Modified: hadoop/core/trunk/src/java/org/apache/hadoop/mapred/pipes/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/mapred/pipes/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/mapred/pipes/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/mapred/pipes/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + Hadoop Pipes allows C++ code to use Hadoop DFS and map/reduce. The Modified: hadoop/core/trunk/src/java/org/apache/hadoop/metrics/file/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/metrics/file/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/metrics/file/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/metrics/file/package.html Tue Jan 29 22:51:01 2008 @@ -1,23 +1,23 @@ - + + Implementation of the metrics package that writes the metrics to a file. Programmers should not normally need to use this package directly. Instead they should use org.hadoop.metrics. Modified: hadoop/core/trunk/src/java/org/apache/hadoop/metrics/ganglia/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/metrics/ganglia/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/metrics/ganglia/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/metrics/ganglia/package.html Tue Jan 29 22:51:01 2008 @@ -1,6 +1,23 @@ - + + + + org.apache.hadoop.metrics - - This package defines an API for reporting performance metric information.

The API is abstract so that it can be implemented on top of Modified: hadoop/core/trunk/src/java/org/apache/hadoop/metrics/spi/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/metrics/spi/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/metrics/spi/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/metrics/spi/package.html Tue Jan 29 22:51:01 2008 @@ -1,28 +1,27 @@ - + + + org.apache.hadoop.metrics.spi - - The Service Provider Interface for the Metrics API. This package provides an interface allowing a variety of metrics reporting implementations to be plugged in to the Metrics API. Examples of such implementations can be found Modified: hadoop/core/trunk/src/java/org/apache/hadoop/net/NetUtils.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/net/NetUtils.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/net/NetUtils.java (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/net/NetUtils.java Tue Jan 29 22:51:01 2008 @@ -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.net; import java.net.InetSocketAddress; Modified: hadoop/core/trunk/src/java/org/apache/hadoop/net/SocksSocketFactory.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/net/SocksSocketFactory.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/net/SocksSocketFactory.java (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/net/SocksSocketFactory.java Tue Jan 29 22:51:01 2008 @@ -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.net; import java.io.IOException; Modified: hadoop/core/trunk/src/java/org/apache/hadoop/net/StandardSocketFactory.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/net/StandardSocketFactory.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/net/StandardSocketFactory.java (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/net/StandardSocketFactory.java Tue Jan 29 22:51:01 2008 @@ -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.net; import java.io.IOException; Modified: hadoop/core/trunk/src/java/org/apache/hadoop/net/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/net/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/net/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/net/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + Network-related classes. Modified: hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/generated/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/generated/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/generated/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/generated/package.html Tue Jan 29 22:51:01 2008 @@ -1,6 +1,23 @@ - + + + Hadoop Record Compiler: Parser Modified: hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/record/compiler/package.html Tue Jan 29 22:51:01 2008 @@ -1,6 +1,23 @@ - + + + Hadoop Record Compiler Modified: hadoop/core/trunk/src/java/org/apache/hadoop/record/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/record/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/record/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/record/package.html Tue Jan 29 22:51:01 2008 @@ -1,6 +1,23 @@ - + + + Hadoop Record I/O Modified: hadoop/core/trunk/src/java/org/apache/hadoop/util/ShellUtil.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/util/ShellUtil.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/util/ShellUtil.java (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/util/ShellUtil.java Tue Jan 29 22:51:01 2008 @@ -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.util; import java.util.List; Modified: hadoop/core/trunk/src/java/org/apache/hadoop/util/package.html URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/java/org/apache/hadoop/util/package.html?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/java/org/apache/hadoop/util/package.html (original) +++ hadoop/core/trunk/src/java/org/apache/hadoop/util/package.html Tue Jan 29 22:51:01 2008 @@ -1,4 +1,22 @@ + + + Common utilities. Modified: hadoop/core/trunk/src/native/packageNativeHadoop.sh URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/native/packageNativeHadoop.sh?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/native/packageNativeHadoop.sh (original) +++ hadoop/core/trunk/src/native/packageNativeHadoop.sh Tue Jan 29 22:51:01 2008 @@ -1,8 +1,22 @@ #!/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 # -# packageNativeHadoop.sh - A simple script to help package native-hadoop libraries +# 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. + + +# packageNativeHadoop.sh - A simple script to help package native-hadoop libraries # # Note: Modified: hadoop/core/trunk/src/saveVersion.sh URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/saveVersion.sh?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/saveVersion.sh (original) +++ hadoop/core/trunk/src/saveVersion.sh Tue Jan 29 22:51:01 2008 @@ -1,4 +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. + + # This file is used to generate the BuildStamp.java class that # records the user, url, revision and timestamp. version=$1 Modified: hadoop/core/trunk/src/test/org/apache/hadoop/dfs/NNThroughputBenchmark.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/org/apache/hadoop/dfs/NNThroughputBenchmark.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/test/org/apache/hadoop/dfs/NNThroughputBenchmark.java (original) +++ hadoop/core/trunk/src/test/org/apache/hadoop/dfs/NNThroughputBenchmark.java Tue Jan 29 22:51:01 2008 @@ -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.dfs; import java.io.IOException; Modified: hadoop/core/trunk/src/test/org/apache/hadoop/dfs/TestNNThroughputBenchmark.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/org/apache/hadoop/dfs/TestNNThroughputBenchmark.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/test/org/apache/hadoop/dfs/TestNNThroughputBenchmark.java (original) +++ hadoop/core/trunk/src/test/org/apache/hadoop/dfs/TestNNThroughputBenchmark.java Tue Jan 29 22:51:01 2008 @@ -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.dfs; import junit.framework.TestCase; Modified: hadoop/core/trunk/src/test/org/apache/hadoop/mapred/ClusterMapReduceTestCase.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/org/apache/hadoop/mapred/ClusterMapReduceTestCase.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/test/org/apache/hadoop/mapred/ClusterMapReduceTestCase.java (original) +++ hadoop/core/trunk/src/test/org/apache/hadoop/mapred/ClusterMapReduceTestCase.java Tue Jan 29 22:51:01 2008 @@ -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.mapred; import junit.framework.TestCase; Modified: hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestClusterMapReduceTestCase.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestClusterMapReduceTestCase.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestClusterMapReduceTestCase.java (original) +++ hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestClusterMapReduceTestCase.java Tue Jan 29 22:51:01 2008 @@ -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.mapred; import org.apache.hadoop.conf.Configuration; Modified: hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestJobStatusPersistency.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestJobStatusPersistency.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestJobStatusPersistency.java (original) +++ hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestJobStatusPersistency.java Tue Jan 29 22:51:01 2008 @@ -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.mapred; import org.apache.hadoop.conf.Configuration; Modified: hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestMiniMRMapRedDebugScript.java URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestMiniMRMapRedDebugScript.java?rev=616659&r1=616658&r2=616659&view=diff ============================================================================== --- hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestMiniMRMapRedDebugScript.java (original) +++ hadoop/core/trunk/src/test/org/apache/hadoop/mapred/TestMiniMRMapRedDebugScript.java Tue Jan 29 22:51:01 2008 @@ -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.mapred; import java.io.*;