[ 
https://issues.apache.org/jira/browse/FLINK-13417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931415#comment-16931415
 ] 

Till Rohrmann commented on FLINK-13417:
---------------------------------------

[~Tison] {{tools/releasing/collect_license_files.sh}} should generate the 
license file which should become the new {{NOTICE-binary}} and the new 
{{licenses-binary}} directory. The important bit is to run it in 
{{build-target}} after fully building Flink:

{code}
Step 1: Rebuild flink
Step 2: Run 'tools/releasing/collect_license_files.sh build-target'
  This extracts all the licensing files from the distribution, and puts them in 
'licenses-output'.
  If the build-target symlink does not exist after building flink, point the 
tool to 'flink-dist/target/flink-<version>-bin/flink-<version>' instead.
Step 3: Replace existing licensing
  Delete NOTICE-binary and the entire licenses-binary directory.
  Copy the contents in 'licenses-output' into the root directory of the Flink 
project.
Step 4: Remember to commit the changes!
{code}

1. You could start with creating a {{flink-shaded-zookeeper}} module but 
eventually I would suggest to add it to 
[flink-shaded|https://github.com/apache/flink-shaded].
2. I guess we should replace all Flink dependencies on ZooKeeper with this one 
then.

> Bump Zookeeper to 3.5.5
> -----------------------
>
>                 Key: FLINK-13417
>                 URL: https://issues.apache.org/jira/browse/FLINK-13417
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>    Affects Versions: 1.9.0
>            Reporter: Konstantin Knauf
>            Priority: Major
>             Fix For: 1.10.0
>
>
> User might want to secure their Zookeeper connection via SSL.
> This requires a Zookeeper version >= 3.5.1. We might as well try to bump it 
> to 3.5.5, which is the latest version. 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to