+1 from my side

I’ve spent some time playing around with various examples (batching, streaming 
and SQL) on EMR 6 nodes cluster with yarn deployment, with different 
configuration options (number of task managers/memory/Flip6/credit base flow 
control/metrics) and everything looks now fine (after fixing 
https://issues.apache.org/jira/browse/FLINK-9969 
<https://issues.apache.org/jira/browse/FLINK-9969> ).

Piotrek 

> On 7 Aug 2018, at 17:17, Till Rohrmann <trohrm...@apache.org> wrote:
> 
> Hi everyone,
> Please review and vote on the release candidate #4 for the version 1.6.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.6.0-rc4" [5],
> * website pull request listing the new release and adding announcement blog
> post [6].
> 
> Please use this document for coordinating testing efforts: [7]
> 
> The vote will be shortened since we only adde a minor fix on top of the RC
> 3. It will close on Wednesday 6: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=12342760
> [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.6.0/
> [3] https://dist.apache.org/repos/dist/release/flink/KEYS
> [4] https://repository.apache.org/content/repositories/orgapacheflink-1178
> [5] https://github.com/apache/flink/tree/release-1.6.0-rc4
> [6] https://github.com/apache/flink-web/pull/117
> [7]
> https://docs.google.com/document/d/1upBFZQ7tbaSkYvDiLqfUFXKg8Xxs-lVheEfb66e4jpo/edit?usp=sharing
> 
> Pro-tip: you can create a settings.xml file with these contents:
> 
> <settings>
> <activeProfiles>
>  <activeProfile>flink-1.6.0</activeProfile>
> </activeProfiles>
> <profiles>
>  <profile>
>    <id>flink-1.6.0</id>
>    <repositories>
>      <repository>
>        <id>flink-1.6.0</id>
>        <url>
> 
> https://repository.apache.org/content/repositories/orgapacheflink-1178/
>        </url>
>      </repository>
>      <repository>
>        <id>archetype</id>
>        <url>
> 
> https://repository.apache.org/content/repositories/orgapacheflink-1178/
>        </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.

Reply via email to