[jira] [Created] (FLINK-6148) The Zookeeper client occur SASL error when the sasl is disable

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-6148) The Zookeeper client occur SASL error when the sasl is disable

Shang Yuanchun (Jira)
zhangrucong1982 created FLINK-6148:
--------------------------------------

             Summary: The Zookeeper client occur SASL error when the sasl is disable
                 Key: FLINK-6148
                 URL: https://issues.apache.org/jira/browse/FLINK-6148
             Project: Flink
          Issue Type: Bug
          Components: Client
    Affects Versions: 1.2.0
            Reporter: zhangrucong1982


I use the flink in yarn cluster of version 1.2.0.  The HA is configured in flink-conf.yaml, but the sasl is disabled. The configurations are :
high-availability: zookeeper
high-availability.zookeeper.quorum: 100.106.40.102:2181,100.106.57.136:2181,100.106.41.233:2181
high-availability.zookeeper.storageDir: hdfs:/flink
high-availability.zookeeper.client.acl: open
high-availability.zookeeper.path.root:  flink0308
zookeeper.sasl.disable: true
The client log、JobManager log、TaskManager log are contain the following error information:

2017-03-22 11:18:24,662 WARN  org.apache.zookeeper.ClientCnxn                               - SASL configuration failed: javax.security.auth.login.LoginException: No JAAS configuration section named 'Client' was found in specified JAAS configuration file: '/tmp/jaas-441937039502263015.conf'. Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it.
2017-03-22 11:18:24,663 ERROR org.apache.flink.shaded.org.apache.curator.ConnectionState    - Authentication failed




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)