From: <tho...@us...> - 2010-10-15 12:17:24
|
Revision: 3802 http://bigdata.svn.sourceforge.net/bigdata/?rev=3802&view=rev Author: thompsonbry Date: 2010-10-15 12:17:18 +0000 (Fri, 15 Oct 2010) Log Message: ----------- Added note to the effect that you must run "ant bundleJar" in the top-level directory before using any of the ant scripts in the bigdata-perf module. Modified Paths: -------------- trunk/bigdata-perf/README.txt Modified: trunk/bigdata-perf/README.txt =================================================================== --- trunk/bigdata-perf/README.txt 2010-10-14 20:44:47 UTC (rev 3801) +++ trunk/bigdata-perf/README.txt 2010-10-15 12:17:18 UTC (rev 3802) @@ -1,2 +1,6 @@ This module contains drivers for a variety of data sets and benchmarks used as -part of a performance test suite. \ No newline at end of file +part of a performance test suite. + +Note: You must run "ant bundleJar" in the top-level directory first. This will +build the bigdata code base and bundle together the various dependencies so they +will be available for the ant scripts in this module. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |