Re: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-24 Thread Robert Metzger
w.facebook.com/verizon> >> <http://twitter.com/verizon> >> <http://www.linkedin.com/company/verizon> >> >> >> >> *From:* Chesnay Schepler [mailto:ches...@apache.org] >> *Sent:* Wednesday, March 22, 2017 11:23 AM >&g

Re: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-23 Thread Greg Hogan
n.com/company/verizon> > > > From: Chesnay Schepler [mailto:ches...@apache.org > <mailto:ches...@apache.org>] > Sent: Wednesday, March 22, 2017 11:23 AM > To: user@flink.apache.org <mailto:user@flink.apache.org> > Subject: Re: [E] Re: unable to

Re: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-23 Thread Robert Metzger
rizon> > > > > *From:* Chesnay Schepler [mailto:ches...@apache.org] > *Sent:* Wednesday, March 22, 2017 11:23 AM > *To:* user@flink.apache.org > *Subject:* Re: [E] Re: unable to add more servers in zookeeper quorum > peers in flink 1.2 > > > > I guess that's be

RE: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-22 Thread kanagaraj . vengidasamy
.linkedin.com/company/verizon> From: Chesnay Schepler [mailto:ches...@apache.org] Sent: Wednesday, March 22, 2017 11:23 AM To: user@flink.apache.org Subject: Re: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2 I guess that's because the grouping is wron

Re: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-22 Thread Chesnay Schepler
m/company/verizon> *From:*Greg Hogan [mailto:c...@greghogan.com] *Sent:* Wednesday, March 22, 2017 10:08 AM *To:* user@flink.apache.org *Subject:* [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2 Kanagaraj, None of the server lines are matching since the regex in s

RE: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-22 Thread kanagaraj . vengidasamy
com/company/verizon> From: Greg Hogan [mailto:c...@greghogan.com] Sent: Wednesday, March 22, 2017 10:08 AM To: user@flink.apache.org Subject: [E] Re: unable to add more servers in zookeeper quorum peers in flink 1.2 Kanagaraj, None of the server lines are matching since the regex in start-zooke

Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-22 Thread Stephan Ewen
Side note: It's quite uncommon to have more than 9 ZK nodes (at least if the ZK is dedicated to Flink alone). The ZooKeeper docs suggest to add "observers" to scale out ZooKeeper further, not quorum peers, because many quorum peers make ZooKeeper transactions slower (because the quorum that has to

Re: unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-22 Thread Greg Hogan
Kanagaraj, None of the server lines are matching since the regex in start-zookeeper-quorum.sh does not allow for spaces after the equals sign. ^server\.([0-9])+[[:space:]]*\=([^: \#]+) Greg > On Mar 22, 2017, at 8:49 AM, kanagaraj.vengidas...@verizon.com wrote: > > Hi All, > > We are using

unable to add more servers in zookeeper quorum peers in flink 1.2

2017-03-22 Thread kanagaraj . vengidasamy
Hi All, We are using flink 1.2 . Unable to add more than one digit in server.x. when I have more than one digit it is not allowing to start the zookeeper. What I need to do if I want to keep more servers? # ZooKeeper quorum peers server.0= server1:2888:3888 server.1= server2:2888:3888