Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Kafka download link #11502

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Fix Kafka download link #11502

merged 1 commit into from
Mar 29, 2019

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented Mar 28, 2019

The previous mirror does not seem to be available anymore.

The previous mirror does not seem to be available anymore.
@@ -11,7 +11,7 @@ ENV TERM=linux
RUN apt-get update && apt-get install -y curl openjdk-8-jre-headless netcat

RUN mkdir -p ${KAFKA_LOGS_DIR} && mkdir -p ${KAFKA_HOME} && curl -s -o $INSTALL_DIR/kafka.tgz \
"http://ftp.wayne.edu/apache/kafka/${KAFKA_VERSION}/kafka_2.11-${KAFKA_VERSION}.tgz" && \
"http://mirror.easyname.ch/apache/kafka/${KAFKA_VERSION}/kafka_2.11-${KAFKA_VERSION}.tgz" && \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes me wonder why we do not download from archive.apache.org

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, probably because it was once down in the past and we switched it? :-) I think they always recommend local mirrors?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.ch :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, well. I fall into the trap of what it recommends me and worked locally :-D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see a trend of 2.1.0 disappearing from mirrors, maybe we can consider bumping up patch number instead of looking for mirror with slowest refresh rate

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michalpristas SGTM. Could you take this on?

@ruflin ruflin merged commit 5b22060 into elastic:master Mar 29, 2019
@ruflin ruflin deleted the fix-kafka-download branch March 29, 2019 11:09
ruflin added a commit to ruflin/beats that referenced this pull request Mar 29, 2019
The previous mirror does not seem to be available anymore.

(cherry picked from commit 5b22060)
@ruflin ruflin added the v7.0.0 label Mar 29, 2019
ruflin added a commit to ruflin/beats that referenced this pull request Mar 29, 2019
The previous mirror does not seem to be available anymore.

(cherry picked from commit 5b22060)
@ruflin ruflin added the v6.7.1 label Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants