GitHub user zhengcanbin opened a pull request:
https://github.com/apache/flink/pull/3600
[FLINK-6117]Make setting of 'zookeeper.sasl.disable' work correctly
The value of 'zookeeper.sasl.disable' not used in the right way when
starting CuratorFramework. When 'zookeeper.sasl.disable' is set to true, both
of FlinkYarnSessionCli & FlinkApplicationMasterRunner logs show that they
attempt connecting to zookeeper in SASL mode.
On my side, this patch works and All tests passed with 'mvn clean verify',
can someone review this?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhengcanbin/flink flink6117
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3600.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3600
----
commit d149f361b7fdc75ae80e253d4762b084bec32f77
Author: zcb <[email protected]>
Date: 2017-03-22T19:44:10Z
Make setting of 'zookeeper.sasl.disable' work correctly
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---