Repository: samza-hello-samza Updated Branches: refs/heads/latest 004e03fad -> cb4365359
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 <[email protected]> Reviewers: Jagadish<[email protected]> 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/latest Commit: cb4365359e000553dd1e1c24869490e3ff41c440 Parents: 004e03f Author: Sardana <[email protected]> Authored: Mon Dec 11 18:25:21 2017 -0800 Committer: Jagadish <[email protected]> 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
