Repository: samza-hello-samza
Updated Branches:
  refs/heads/latest 5abb79e3b -> c3e0a118c


SAMZA-595; update kafka version in bin/grid script again


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/c3e0a118
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/c3e0a118
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/c3e0a118

Branch: refs/heads/latest
Commit: c3e0a118c9761d779df77b4586a674f6242901d6
Parents: 5abb79e
Author: Navina Ramesh <navi.trin...@gmail.com>
Authored: Thu Mar 12 09:44:46 2015 -0700
Committer: Chris Riccomini <criccom...@apache.org>
Committed: Thu Mar 12 09:44:46 2015 -0700

----------------------------------------------------------------------
 bin/grid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/c3e0a118/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index c4a60c1..7499b3e 100755
--- a/bin/grid
+++ b/bin/grid
@@ -90,7 +90,7 @@ install_yarn() {
 
 install_kafka() {
   mkdir -p "$DEPLOY_ROOT_DIR"
-  install kafka $DOWNLOAD_KAFKA kafka_2.10-0.8.1.1
+  install kafka $DOWNLOAD_KAFKA kafka_2.10-0.8.2.0
   # have to use SIGTERM since nohup on appears to ignore SIGINT
   # and Kafka switched to SIGINT in KAFKA-1031.
   sed -i.bak 's/SIGINT/SIGTERM/g' 
$DEPLOY_ROOT_DIR/kafka/bin/kafka-server-stop.sh

Reply via email to