You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by romeokienzler <gi...@git.apache.org> on 2015/12/08 21:27:33 UTC

[GitHub] flink pull request: updated to Flink v0.10.1

GitHub user romeokienzler opened a pull request:

    https://github.com/apache/flink/pull/1443

    updated to Flink v0.10.1

    updated to Flink v0.10.1 and tested if the web front-end comes up

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/romeokienzler/flink master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1443.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1443
    
----
commit 29d40b784158ea8e74c98d455bed082a919cac13
Author: Romeo Kienzler <ro...@gmail.com>
Date:   2015-12-08T20:25:54Z

    updated to Flink v0.10.1

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: updated to Flink v0.10.1

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/1443


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: updated to Flink v0.10.1

Posted by zentol <gi...@git.apache.org>.
Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1443#discussion_r47017504
  
    --- Diff: flink-contrib/docker-flink/flink/Dockerfile ---
    @@ -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/
    --- End diff --
    
    why did you change the address?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: updated to Flink v0.10.1

Posted by hsaputra <gi...@git.apache.org>.
Github user hsaputra commented on the pull request:

    https://github.com/apache/flink/pull/1443#issuecomment-163153842
  
    Do you have JIRA ticket filed for this? As part of ASF contribution please do file JIRA [1] and associate with the PR [2]. Thanks!
    
    [1] https://issues.apache.org/jira/browse/FLINK/
    [2] https://flink.apache.org/contribute-code.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: updated to Flink v0.10.1

Posted by mxm <gi...@git.apache.org>.
Github user mxm commented on the pull request:

    https://github.com/apache/flink/pull/1443#issuecomment-163196855
  
    Thanks @hsaputra for the reminder. I've filed a JIRA: https://issues.apache.org/jira/browse/FLINK-3155
    
    Looks good to merge otherwise.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: updated to Flink v0.10.1

Posted by mxm <gi...@git.apache.org>.
Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1443#discussion_r47079200
  
    --- Diff: flink-contrib/docker-flink/flink/Dockerfile ---
    @@ -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/
    --- End diff --
    
    I think it's fine to switch the mirror. There was no particular reason for the mirror before. It would be neat to go through the mirrors list at http://www.apache.org/dyn/closer.lua/flink/flink-0.10.1/flink-0.10.1-bin-hadoop27-scala_2.11.tgz but not necessary to change that now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: updated to Flink v0.10.1

Posted by romeokienzler <gi...@git.apache.org>.
Github user romeokienzler commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1443#discussion_r47052396
  
    --- Diff: flink-contrib/docker-flink/flink/Dockerfile ---
    @@ -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/
    --- End diff --
    
    because switch is a very good and fast mirror


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---