You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ne...@apache.org on 2013/01/24 00:00:23 UTC

git commit: KAFKA-730: Update zookeeper classpath in system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh; reviewed by Neha Narkhede

Updated Branches:
  refs/heads/0.8 7833c894a -> 2bee455ed


KAFKA-730: Update zookeeper classpath in system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh; reviewed by Neha Narkhede


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/2bee455e
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/2bee455e
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/2bee455e

Branch: refs/heads/0.8
Commit: 2bee455ed86f5780862c09edd01cd347a5551665
Parents: 7833c89
Author: John Fung <fu...@gmail.com>
Authored: Wed Jan 23 15:00:09 2013 -0800
Committer: Neha Narkhede <ne...@gmail.com>
Committed: Wed Jan 23 15:00:16 2013 -0800

----------------------------------------------------------------------
 .../0.7/bin/kafka-run-class.sh                     |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/2bee455e/system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh
----------------------------------------------------------------------
diff --git a/system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh b/system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh
index 0a6a833..8ebe7a7 100755
--- a/system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh
+++ b/system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh
@@ -20,6 +20,21 @@ then
   exit 1
 fi
 
+snappy=~/.ivy2/cache/org.xerial.snappy/snappy-java/bundles/snappy-java-1.0.4.1.jar
+CLASSPATH=$CLASSPATH:$snappy
+library=~/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.8.0.jar
+CLASSPATH=$CLASSPATH:$library
+compiler=~/.ivy2/cache/org.scala-lang/scala-compiler/jars/scala-compiler-2.8.0.jar
+CLASSPATH=$CLASSPATH:$compiler
+log4j=~/.ivy2/cache/log4j/log4j/jars/log4j-1.2.15.jar
+CLASSPATH=$CLASSPATH:$log4j
+slf=~/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.4.jar
+CLASSPATH=$CLASSPATH:$slf
+zookeeper=~/.ivy2/cache/org.apache.zookeeper/zookeeper/jars/zookeeper-3.3.4.jar
+CLASSPATH=$CLASSPATH:$zookeeper
+jopt=~/.ivy2//cache/net.sf.jopt-simple/jopt-simple/jars/jopt-simple-3.2.jar
+CLASSPATH=$CLASSPATH:$jopt
+
 base_dir=$(dirname $0)/../../../..
 kafka_07_lib_dir=$(dirname $0)/../lib