Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8C0910D33 for ; Wed, 28 May 2014 16:42:26 +0000 (UTC) Received: (qmail 68832 invoked by uid 500); 28 May 2014 16:42:26 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 68813 invoked by uid 500); 28 May 2014 16:42:26 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 68806 invoked by uid 99); 28 May 2014 16:42:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 16:42:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8645B8C594E; Wed, 28 May 2014 16:42:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: junrao@apache.org To: commits@kafka.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: trival fix to remove reference of sbt in README Date: Wed, 28 May 2014 16:42:26 +0000 (UTC) Repository: kafka Updated Branches: refs/heads/trunk f8ea4ac01 -> e73e90e99 trival fix to remove reference of sbt in README Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/e73e90e9 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/e73e90e9 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/e73e90e9 Branch: refs/heads/trunk Commit: e73e90e99984c29151dbae063c72ab737cf99968 Parents: f8ea4ac Author: Jun Rao Authored: Wed May 28 09:42:18 2014 -0700 Committer: Jun Rao Committed: Wed May 28 09:42:18 2014 -0700 ---------------------------------------------------------------------- system_test/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/e73e90e9/system_test/README.txt ---------------------------------------------------------------------- diff --git a/system_test/README.txt b/system_test/README.txt index f9972d1..0e469e3 100644 --- a/system_test/README.txt +++ b/system_test/README.txt @@ -48,7 +48,7 @@ The framework has the following levels: # ========================== * Please note that the following commands should be executed after downloading the kafka source code to build all the required binaries: - 1. / $ ./sbt update package + 1. / $ ./gradlew jar Now you are ready to follow the steps below. 1. Update system_test/cluster_config.json for "kafka_home" & "java_home" specific to your environment