Apache Zookeeper vs Flink Zookeeper

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Apache Zookeeper vs Flink Zookeeper

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
Reply | Threaded
Open this post in threaded view
|

Re: Apache Zookeeper vs Flink Zookeeper

Gary Yao-2
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 PM, Alexander Smirnov <[hidden email]> wrote:
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

Reply | Threaded
Open this post in threaded view
|

Re: Apache Zookeeper vs Flink Zookeeper

Alexander Smirnov
Thanks Gary, appreciate your quick response

On Wed, Mar 21, 2018 at 2:33 PM Gary Yao <[hidden email]> 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 not add any functionality except creating
ZooKeeper's myid file.

Best,
Gary

On Wed, Mar 21, 2018 at 12:02 PM, Alexander Smirnov <[hidden email]> wrote:
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