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:31 UTC

[18/29] samza-hello-samza git commit: SAMZA-565; use kafka 0.8.2 in hello-samza

SAMZA-565; use kafka 0.8.2 in hello-samza


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/5abb79e3
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/5abb79e3
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/5abb79e3

Branch: refs/heads/master
Commit: 5abb79e3b0504cfe582b3624b1af896eeaae7b1a
Parents: a034a4f
Author: Benjamin Fradet <be...@gmail.com>
Authored: Mon Mar 9 18:34:19 2015 -0700
Committer: Chris Riccomini <cr...@apache.org>
Committed: Mon Mar 9 18:34:19 2015 -0700

----------------------------------------------------------------------
 bin/grid | 2 +-
 pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/5abb79e3/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index f81e643..c4a60c1 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.1.1/kafka_2.10-0.8.1.1.tgz
+DOWNLOAD_KAFKA=http://www.us.apache.org/dist/kafka/0.8.2.0/kafka_2.10-0.8.2.0.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
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/5abb79e3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5f73924..6a9bd46 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.1</version>
+      <version>0.8.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.schwering</groupId>