You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2012/02/17 22:54:31 UTC

svn commit: r1245779 - /incubator/kafka/trunk/bin/kafka-producer-perf-test.sh

Author: junrao
Date: Fri Feb 17 21:54:29 2012
New Revision: 1245779

URL: http://svn.apache.org/viewvc?rev=1245779&view=rev
Log:
trivial fix for kafka-producer-perf-test.sh

Modified:
    incubator/kafka/trunk/bin/kafka-producer-perf-test.sh

Modified: incubator/kafka/trunk/bin/kafka-producer-perf-test.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/bin/kafka-producer-perf-test.sh?rev=1245779&r1=1245778&r2=1245779&view=diff
==============================================================================
--- incubator/kafka/trunk/bin/kafka-producer-perf-test.sh (original)
+++ incubator/kafka/trunk/bin/kafka-producer-perf-test.sh Fri Feb 17 21:54:29 2012
@@ -14,4 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-$(dirname $0)/kafka-run-class.sh kafka.tools.ProducerPerformance $@
+$(dirname $0)/kafka-run-class.sh kafka.perf.ProducerPerformance $@