You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2011/11/29 06:07:48 UTC

svn commit: r1207755 - /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

Author: tomwhite
Date: Tue Nov 29 05:07:47 2011
New Revision: 1207755

URL: http://svn.apache.org/viewvc?rev=1207755&view=rev
Log:
MAPREDUCE-3433. Finding counters by legacy group name returns empty counters.

Modified:
    hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

Modified: hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml?rev=1207755&r1=1207754&r2=1207755&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml (original)
+++ hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml Tue Nov 29 05:07:47 2011
@@ -29,7 +29,7 @@
 
   <properties>
     <hadoop.log.dir>${project.build.directory}/log</hadoop.log.dir>
-    <test.exclude.pattern>%regex[.*(TestStreamingBadRecords|TestStreamingCombiner|TestStreamingStatus|TestUlimit).*]</test.exclude.pattern>
+    <test.exclude.pattern>%regex[.*(TestStreamingBadRecords|TestStreamingStatus|TestUlimit).*]</test.exclude.pattern>
   </properties>
 
   <dependencies>