On 2/25/2015 8:35 AM, Benson Margulies wrote:
> Do I need a zkcli bootstrap or do I start with upconfig? What port does
> zkRun put zookeeper on?

I personally would not use bootstrap options.  They are only meant to be
used once, when converting from non-cloud, but many people who use them
do NOT use them only once -- they include them in their startup scripts
and use them on every startup.  The whole thing becomes extremely
confusing.  I would just use zkcli and the Collections API, so nothing
ever happens that you don't explicitly request.

I believe that the port for embedded zookeeper (zkRun) is the jetty
listen port plus 1000, so 9983 if jetty.port is 8983 or not set.

Thanks,
Shawn

Reply via email to