You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/09 01:26:11 UTC

[30/33] samza-hello-samza git commit: Fix the Kafka download link

Fix the Kafka download link

The link http://www.us.apache.org/dist/kafka/0.10.1.1/kafka_2.11-0.10.1.1.tgz does not exist. The repo http://us.apache.org/dist/kafka/ has only versions 0.10.2.1, 0.11.0.2, and 1.0.0. Changed the repo to the main apache repo.

Author: Sardana <sa...@mail.ru>

Reviewers: Jagadish<ja...@apache.org>

Closes #28 from capdaha/patch-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/cb436535
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/cb436535
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/cb436535

Branch: refs/heads/master
Commit: cb4365359e000553dd1e1c24869490e3ff41c440
Parents: 004e03f
Author: Sardana <sa...@mail.ru>
Authored: Mon Dec 11 18:25:21 2017 -0800
Committer: Jagadish <jv...@linkedin.com>
Committed: Mon Dec 11 18:25:21 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/cb436535/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index 5281379..8c5b7dd 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.10.1.1/kafka_2.11-0.10.1.1.tgz
+DOWNLOAD_KAFKA=https://archive.apache.org/dist/kafka/0.10.1.1/kafka_2.11-0.10.1.1.tgz
 DOWNLOAD_YARN=https://archive.apache.org/dist/hadoop/common/hadoop-2.6.1/hadoop-2.6.1.tar.gz
 DOWNLOAD_ZOOKEEPER=http://archive.apache.org/dist/zookeeper/zookeeper-3.4.3/zookeeper-3.4.3.tar.gz