Re: About the ACL of Zookeeper

2017-03-02 Thread Vijay Srinivasaraghavan
I assume ZK is configured to use Kerberos. I would check few configurations on the ZK side to make sure that Kerberos configurations are working fine.  On the ZK server side configurations, 1) authProvider is configured to use SASL Authentication provider2) ZK server is using approptiate JAAS

Re: About the ACL of Zookeeper

2017-03-02 Thread Stephan Ewen
Hi! Is the ACL Kerberos-based? If yes, you need to make sure the Kerberos module for ZooKeeper is loaded: https://ci.apache.org/projects/flink/flink-docs-release-1.2/ops/security-kerberos.html

Re: About the ACL of Zookeeper

2017-03-02 Thread Till Rohrmann
Hi Zhangrucong, I don't exactly know what's needed to use the ACL of ZooKeeper. I'm pulling Vijay in who implemented this feature. He probably knows more about it. Cheers, Till On Thu, Mar 2, 2017 at 3:09 AM, Zhangrucong wrote: > Hi: > > I want to use the ACL of