Repository: kafka Updated Branches: refs/heads/trunk a8297cc6c -> d392f56b8
trivial change to use the correct path of kafka-clients.jar in kafka-run-class.sh Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/d392f56b Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/d392f56b Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/d392f56b Branch: refs/heads/trunk Commit: d392f56b803c41a32860346398f36c9a453d0406 Parents: a8297cc Author: Jun Rao <[email protected]> Authored: Wed Feb 19 21:32:46 2014 -0800 Committer: Jun Rao <[email protected]> Committed: Wed Feb 19 21:32:46 2014 -0800 ---------------------------------------------------------------------- bin/kafka-run-class.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/d392f56b/bin/kafka-run-class.sh ---------------------------------------------------------------------- diff --git a/bin/kafka-run-class.sh b/bin/kafka-run-class.sh index 4953af0..b54de9f 100755 --- a/bin/kafka-run-class.sh +++ b/bin/kafka-run-class.sh @@ -58,7 +58,7 @@ do CLASSPATH=$CLASSPATH:$file done -for file in $base_dir/clients/target/scala-${SCALA_VERSION}/clients*.jar; +for file in $base_dir/clients/build/libs/kafka-clients*.jar; do CLASSPATH=$CLASSPATH:$file done
