提交 3de49f52 编写于 作者: R Romeo Kienzler 提交者: Maximilian Michels

[FLINK-3155][docker] update Flink version to 0.10.1

This closes #1443.
上级 4f12356e
......@@ -25,8 +25,8 @@ RUN cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/*
##Flink 0.10.0 Installation
###Download:
RUN mkdir ~/downloads && cd ~/downloads && \
wget -q -O - http://apache.spd.co.il/flink/flink-0.10.0/flink-0.10.0-bin-hadoop27-scala_2.11.tgz | tar -zxvf - -C /usr/local/
RUN cd /usr/local && ln -s ./flink-0.10.0 flink
wget -q -O - http://mirror.switch.ch/mirror/apache/dist/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.11.tgz| tar -zxvf - -C /usr/local/
RUN cd /usr/local && ln -s ./flink-0.10.1 flink
ENV FLINK_HOME /usr/local/flink
ENV PATH $PATH:$FLINK_HOME/bin
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册