Re: Build Flink for a specific tag
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Build-Flink-for-a-specific-tag-tp4615p4620.html
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.
The "release-0.10" branch is used to develop 0.10 releases. Currently, it contains Flink 0.10.1 and additionally a few more bug fix commits. We will fork off this branch to release Flink 0.10.2 in a few days.
So, if you would like to compile Flink 0.10.1 you should use the tag.
If you would like to have Flink 0.10.1 with the latest bug fixes, you should compile the release-0.10 branch.
Cheers, Fabian