You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2015/12/22 02:07:32 UTC

[19/29] samza-hello-samza git commit: SAMZA-595; update kafka version in bin/grid script again

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/master
Commit: c3e0a118c9761d779df77b4586a674f6242901d6
Parents: 5abb79e
Author: Navina Ramesh <na...@gmail.com>
Authored: Thu Mar 12 09:44:46 2015 -0700
Committer: Chris Riccomini <cr...@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