Author: cos
Date: Wed Dec 22 23:59:06 2010
New Revision: 1052106
URL: http://svn.apache.org/viewvc?rev=1052106&view=rev
Log:
MAPREDUCE-2223. TestMRCLI might fail on Ubuntu with default /etc/hosts.
Contributed by Konstantin Boudnik.
Modified:
hadoop/mapreduce/trunk/CHANGES.txt
hadoop/mapreduce/trunk/src/test/mapred/org/apache/hadoop/cli/testMRConf.xml
Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1052106&r1=1052105&r2=1052106&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Wed Dec 22 23:59:06 2010
@@ -475,6 +475,9 @@ Release 0.21.1 - Unreleased
MAPREDUCE-1809. Ant build changes for Streaming system tests in contrib
projects. (Vinay Kumar Thota via amareshwari)
+ MAPREDUCE-2223. TestMRCLI might fail on Ubuntu with default /etc/hosts
+ (cos)
+
Release 0.21.0 - 2010-08-13
INCOMPATIBLE CHANGES
Modified:
hadoop/mapreduce/trunk/src/test/mapred/org/apache/hadoop/cli/testMRConf.xml
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/test/mapred/org/apache/hadoop/cli/testMRConf.xml?rev=1052106&r1=1052105&r2=1052106&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/src/test/mapred/org/apache/hadoop/cli/testMRConf.xml
(original)
+++ hadoop/mapreduce/trunk/src/test/mapred/org/apache/hadoop/cli/testMRConf.xml
Wed Dec 22 23:59:06 2010
@@ -219,7 +219,7 @@
<comparators>
<comparator>
<type>RegexpComparator</type>
- <expected-output>mv: Wrong FS: har:/dest/dir0.har/dir0/file0,
expected: hdfs://localhost[.a-z]*:[0-9]+</expected-output>
+ <expected-output>mv: Wrong FS: har:/dest/dir0.har/dir0/file0,
expected: hdfs://\w+[.a-z]*:[0-9]+</expected-output>
</comparator>
<comparator>
<type>TokenComparator</type>