Hi to all,
I wanted to update my Flink cluster installation to Flink 0.10.1 but I can't find the respective branch. In the past, I used to go in the apache-flink git folder, exec a git pull and a git branches -a in order to checkout on the proper release branch. However I saw that there's only a tag for the 0.10.1 release (i.e. release-0.10.0). What command should I do to align my sources with that tag? Also in the documentation (https://ci.apache.org/projects/flink/flink-docs-master/setup/building.html) there's no mention on how to build Flink for a specific tag :( Thanks in advance, Flavio |
Is it sufficient to do git checkout tags/release-0.10.0 and the compile it?
However I think it's worth to mention this in the build section of the documentation.. Best, Flavio On Wed, Feb 3, 2016 at 9:57 AM, Flavio Pompermaier <[hidden email]> wrote:
|
Hi Flavio, we use tags to identify releases. The "release-0.10.1" tag, refers to the code that has been released as Flink 0.10.1.2016-02-03 10:31 GMT+01:00 Flavio Pompermaier <[hidden email]>:
|
Free forum by Nabble | Edit this page |