vmware/weathervane

autoSetup.pl zookeeper installation is not working as of version 3.5.5

kushmerick opened this issue · 2 comments

this line from autoSetup.pl

$zookeeperGet =~ />zookeeper-(\d+\.\d+\.\d+)\.tar\.gz</;

assumes that the zookeeper tarball name starts with 'zookeeper'. but as of version 3.5.5 it actually it starts with 'apache-zookeeper'. as a result, autoSetup.pl fails to installl zookeeper.

I'm having the same issue when installing zookeeper

Sorry about the slow response on this. With our work on Weathervane 2.0 we do not currently have a testbed for testing fixes for the 1.x release. I will try to get to this soon, but probably will not be able to test a fix until next week.