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 gk...@apache.org on 2009/05/12 11:55:42 UTC

svn commit: r773836 - in /hadoop/core/trunk: CHANGES.txt src/benchmarks/gridmix2/build.xml

Author: gkesavan
Date: Tue May 12 09:55:42 2009
New Revision: 773836

URL: http://svn.apache.org/viewvc?rev=773836&view=rev
Log:
Not able to generate gridmix.jar on already compiled version of hadoop

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/benchmarks/gridmix2/build.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=773836&r1=773835&r2=773836&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue May 12 09:55:42 2009
@@ -557,6 +557,9 @@
     in the JobTracker to get the FileSystem objects as per the JobTracker's
     configuration. (Amar Kamat via ddas) 
 
+    HADOOP-5648. Not able to generate gridmix.jar on the already compiled version of hadoop.
+    (gkesavan)	
+
 Release 0.20.1 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/core/trunk/src/benchmarks/gridmix2/build.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/benchmarks/gridmix2/build.xml?rev=773836&r1=773835&r2=773836&view=diff
==============================================================================
--- hadoop/core/trunk/src/benchmarks/gridmix2/build.xml (original)
+++ hadoop/core/trunk/src/benchmarks/gridmix2/build.xml Tue May 12 09:55:42 2009
@@ -58,7 +58,7 @@
 	       <include name="*.jar" />
 	       <exclude name="**/excluded/" />
 	    </fileset>
-	    <fileset dir="${hadoop.dir}/build">
+	    <fileset dir="${hadoop.dir}">
 	       <include name="**.jar" />
            <include name="contrib/streaming/*.jar" />
 	    </fileset>