Re: Apache Zookeeper vs Flink Zookeeper

2018-03-21 Thread Alexander Smirnov
Thanks Gary, appreciate your quick response On Wed, Mar 21, 2018 at 2:33 PM Gary Yao wrote: > Hi Alex, > > You can use vanilla Apache ZooKeeper. The class FlinkZooKeeperQuorumPeer > is only > used if you start ZooKeeper via the provided script bin/zookeeper.sh. > FlinkZooKeeperQuorumPeer does no

Re: Apache Zookeeper vs Flink Zookeeper

2018-03-21 Thread Gary Yao
Hi Alex, You can use vanilla Apache ZooKeeper. The class FlinkZooKeeperQuorumPeer is only used if you start ZooKeeper via the provided script bin/zookeeper.sh. FlinkZooKeeperQuorumPeer does not add any functionality except creating ZooKeeper's myid file. Best, Gary On Wed, Mar 21, 2018 at 12:02

Apache Zookeeper vs Flink Zookeeper

2018-03-21 Thread Alexander Smirnov
Hi, For standalone cluster configuration, is it possible to use vanilla Apache Zookeeper? I saw there's a wrapper around it in Flink - FlinkZooKeeperQuorumPeer. Is it mandatory to use it? Thank you, Alex