Repository: samza-hello-samza Updated Branches: refs/heads/latest c3e0a118c -> e0c3b3d69
SAMZA-599; upgrade to kafka 0.8.2.1 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/e0c3b3d6 Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/e0c3b3d6 Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/e0c3b3d6 Branch: refs/heads/latest Commit: e0c3b3d69846f368537a44d80ae2197b9b7ff9a3 Parents: c3e0a11 Author: Chris Riccomini <[email protected]> Authored: Mon Mar 16 13:30:14 2015 -0700 Committer: Chris Riccomini <[email protected]> Committed: Mon Mar 16 13:30:14 2015 -0700 ---------------------------------------------------------------------- bin/grid | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/e0c3b3d6/bin/grid ---------------------------------------------------------------------- diff --git a/bin/grid b/bin/grid index 7499b3e..a639ade 100755 --- a/bin/grid +++ b/bin/grid @@ -35,7 +35,7 @@ DOWNLOAD_CACHE_DIR=$HOME/.samza/download COMMAND=$1 SYSTEM=$2 -DOWNLOAD_KAFKA=http://www.us.apache.org/dist/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz +DOWNLOAD_KAFKA=http://www.us.apache.org/dist/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz DOWNLOAD_YARN=https://archive.apache.org/dist/hadoop/common/hadoop-2.4.0/hadoop-2.4.0.tar.gz DOWNLOAD_ZOOKEEPER=http://archive.apache.org/dist/zookeeper/zookeeper-3.4.3/zookeeper-3.4.3.tar.gz @@ -90,7 +90,7 @@ install_yarn() { install_kafka() { mkdir -p "$DEPLOY_ROOT_DIR" - install kafka $DOWNLOAD_KAFKA kafka_2.10-0.8.2.0 + install kafka $DOWNLOAD_KAFKA kafka_2.10-0.8.2.1 # 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 http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/e0c3b3d6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a9bd46..8f7dab0 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ under the License. <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.10</artifactId> - <version>0.8.2.0</version> + <version>0.8.2.1</version> </dependency> <dependency> <groupId>org.schwering</groupId>
