Author: nigel
Date: Fri Nov 19 06:25:10 2010
New Revision: 1036745
URL: http://svn.apache.org/viewvc?rev=1036745&view=rev
Log:
MAPREDUCE-2172. Added test-patch.properties required by test-patch.sh. Contributed by nigel
Added:
hadoop/mapreduce/trunk/src/test/test-patch.properties
Modified:
hadoop/mapreduce/trunk/CHANGES.txt
Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1036745&r1=1036744&r2=1036745&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Nov 19 06:25:10 2010
@@ -8,6 +8,8 @@ Trunk (unreleased changes)
IMPROVEMENTS
+ MAPREDUCE-2172. Added test-patch.properties required by test-patch.sh (nigel)
+
OPTIMIZATIONS
BUG FIXES
Added: hadoop/mapreduce/trunk/src/test/test-patch.properties
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/test/test-patch.properties?rev=1036745&view=auto
==============================================================================
--- hadoop/mapreduce/trunk/src/test/test-patch.properties (added)
+++ hadoop/mapreduce/trunk/src/test/test-patch.properties Fri Nov 19 06:25:10 2010
@@ -0,0 +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.
+
+OK_RELEASEAUDIT_WARNINGS=2
+OK_FINDBUGS_WARNINGS=13
+OK_JAVADOC_WARNINGS=0
|