You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by om...@apache.org on 2011/03/08 06:56:49 UTC

svn commit: r1079214 - /hadoop/mapreduce/branches/yahoo-merge/src/java/org/apache/hadoop/mapreduce/ClientFactory.java

Author: omalley
Date: Tue Mar  8 05:56:49 2011
New Revision: 1079214

URL: http://svn.apache.org/viewvc?rev=1079214&view=rev
Log:
commit 9dd9f4200929ad1ca06cf61448e270f989f5da59
Author: Luke Lu <ll...@yahoo-inc.com>
Date:   Thu Dec 9 12:06:45 2010 -0800

     Fix release audit warnings

Modified:
    hadoop/mapreduce/branches/yahoo-merge/src/java/org/apache/hadoop/mapreduce/ClientFactory.java

Modified: hadoop/mapreduce/branches/yahoo-merge/src/java/org/apache/hadoop/mapreduce/ClientFactory.java
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/yahoo-merge/src/java/org/apache/hadoop/mapreduce/ClientFactory.java?rev=1079214&r1=1079213&r2=1079214&view=diff
==============================================================================
--- hadoop/mapreduce/branches/yahoo-merge/src/java/org/apache/hadoop/mapreduce/ClientFactory.java (original)
+++ hadoop/mapreduce/branches/yahoo-merge/src/java/org/apache/hadoop/mapreduce/ClientFactory.java Tue Mar  8 05:56:49 2011
@@ -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.mapreduce;
 
 import java.io.IOException;
@@ -66,4 +84,4 @@ public abstract class ClientFactory {
           UserGroupInformation.getCurrentUser(), conf,
           NetUtils.getSocketFactory(conf, ClientProtocol.class));
     }
-}
\ No newline at end of file
+}