Sfoglia il codice sorgente

HADOOP-2272. Fix findbugs target to reflect changes made to the location of the streaming jar file by HADOOP-2207. Contributed by Adrian Woodhead.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@598152 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 anni fa
parent
commit
a705e62553
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      CHANGES.txt
  2. 1 1
      build.xml

+ 3 - 0
CHANGES.txt

@@ -145,6 +145,9 @@ Trunk (unreleased changes)
     the filtering and hence used the wrong index into the array of task-reports. 
     (Amar Kamat via acmurthy)
 
+    HADOOP-2272.  Fix findbugs target to reflect changes made to the location
+    of the streaming jar file by HADOOP-2207.  (Adrian Woodhead via nigel)
+
 
 Release 0.15.1 - 2007-11-27
 

+ 1 - 1
build.xml

@@ -591,7 +591,7 @@
       <sourcePath path="${basedir}/src/contrib/streaming/src/java" />
       <class location="${basedir}/build/hadoop-${version}-core.jar" />
       <class location="${basedir}/build/hadoop-${version}-examples.jar" />
-      <class location="${basedir}/build/hadoop-${version}-streaming.jar" />
+      <class location="${basedir}/build/contrib/streaming/hadoop-${version}-streaming.jar" />
     </findbugs>
   	
   	<xslt style="${findbugs.home}/src/xsl/default.xsl"