+1 From me. I have tested Scala and Java quickstarts and they work fine except of sbt versions. But sbt quickstarts are also failing on my environment for 1.4.x. So it’s either pre-existing issue, or me doing something wrong.
I have also run some quick tests on EMR cluster, without problems. Piotrek > On 18 May 2018, at 09:48, Till Rohrmann <trohrm...@apache.org> wrote: > > Just a quick correction, I accidentally wrote that the voting period ends > tomorrow 5:30pm CET but what I actually meant was today 5:30pm CET. The > problem was that I compiled the mail before midnight. > > Cheers, > Till > > On Fri, May 18, 2018 at 2:50 AM, Till Rohrmann <trohrm...@apache.org> wrote: > >> Hi everyone, >> >> Please review and vote on the release candidate #4 for the version 1.5.0, >> as follows: >> [ ] +1, Approve the release >> [ ] -1, Do not approve the release (please provide specific comments) >> >> >> The complete staging area is available for your review, which includes: >> * JIRA release notes [1], >> * the official Apache source release and binary convenience releases to be >> deployed to dist.apache.org [2], which are signed with the key with >> fingerprint 1F302569A96CFFD5 [3], >> * all artifacts to be deployed to the Maven Central Repository [4], >> * source code tag "release-1.5.0-rc3" [5], >> >> Please use this document for coordinating testing efforts: [6] >> >> Since the newly included fixes affect only individual components and are >> covered by tests, I will keep the voting period of the RC3 which goes at >> least until tomorrow 5:30pm CET. It is adopted by majority approval, with >> at least 3 PMC affirmative votes. >> >> Thanks, >> Your friendly Release Manager >> >> [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa? >> projectId=12315522&version=12341764 >> [2] http://people.apache.org/~trohrmann/flink-1.5.0-rc4/ >> [3] https://dist.apache.org/repos/dist/release/flink/KEYS >> [4] https://repository.apache.org/content/repositories/ >> orgapacheflink-1159/ >> [5] https://git-wip-us.apache.org/repos/asf?p=flink.git;a=commit;h= >> 953f45316b09072e76f3cf3d37d704a7cb7b32c6 >> [6] https://docs.google.com/document/d/13evetGNVeGvSufeqC0bcfiHGS_ >> v8n06I0p6nEtaQzS4/edit?usp=sharing >> >> Pro-tip: you can create a settings.xml file with these contents: >> >> <settings> >> <activeProfiles> >> <activeProfile>flink-1.5.0</activeProfile> >> </activeProfiles> >> <profiles> >> <profile> >> <id>flink-1.5.0</id> >> <repositories> >> <repository> >> <id>flink-1.5.0</id> >> <url> >> https://repository.apache.org/content/repositories/ >> orgapacheflink-1159/ >> </url> >> </repository> >> <repository> >> <id>archetype</id> >> <url> >> https://repository.apache.org/content/repositories/ >> orgapacheflink-1159/ >> </url> >> </repository> >> </repositories> >> </profile> >> </profiles> >> </settings> >> >> And reference that in you maven commands via --settings >> path/to/settings.xml. This is useful for creating a quickstart based on the >> staged release and for building against the staged jars. >>