You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/11/20 15:09:56 UTC

flink git commit: [FLINK-8115] Fix Kafka download link in end-to-end test

Repository: flink
Updated Branches:
  refs/heads/master cb73078e6 -> 983fdedcf


[FLINK-8115] Fix Kafka download link in end-to-end test


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/983fdedc
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/983fdedc
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/983fdedc

Branch: refs/heads/master
Commit: 983fdedcf9fb9b7e000cbe8187f48999c076e32d
Parents: cb73078
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Mon Nov 20 16:09:10 2017 +0100
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Mon Nov 20 16:09:40 2017 +0100

----------------------------------------------------------------------
 test-infra/end-to-end-test/test_streaming_kafka010.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/983fdedc/test-infra/end-to-end-test/test_streaming_kafka010.sh
----------------------------------------------------------------------
diff --git a/test-infra/end-to-end-test/test_streaming_kafka010.sh b/test-infra/end-to-end-test/test_streaming_kafka010.sh
index 1324e5a..dda2db5 100755
--- a/test-infra/end-to-end-test/test_streaming_kafka010.sh
+++ b/test-infra/end-to-end-test/test_streaming_kafka010.sh
@@ -25,7 +25,7 @@ start_cluster
 mkdir -p $TEST_DATA_DIR
 if [ -z "$3" ]; then
   # need to download Kafka because no Kafka was specified on the invocation
-  KAFKA_URL="http://mirror.netcologne.de/apache.org/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz"
+  KAFKA_URL="https://archive.apache.org/dist/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz"
   echo "Downloading Kafka from $KAFKA_URL"
   curl "$KAFKA_URL" > $TEST_DATA_DIR/kafka.tgz
 else
@@ -81,4 +81,4 @@ if [[ "$DATA_FROM_KAFKA" != "$EXPECTED" ]]; then
   echo -e "EXPECTED: --$EXPECTED--"
   echo -e "ACTUAL: --$DATA_FROM_KAFKA--"
   PASS=""
-fi
\ No newline at end of file
+fi