evertrue / zookeeper-cookbook

Chef cookbook for installing and managing Zookeeper.
https://supermarket.chef.io/cookbooks/zookeeper
Apache License 2.0
81 stars 117 forks source link

Apache mirror is unavailable #170

Closed vmbobyr closed 8 years ago

vmbobyr commented 8 years ago

Hi,

looks like this source no more longer awailable:

default[:zookeeper][:mirror] = 'http://www.poolsaboveground.com/apache/zookeeper'

neil-greenwood commented 8 years ago

It's probably a version number problem. I can browse to that link.

jeffbyrnes commented 8 years ago

Last time this happened, it was b/c ZK had released a new version (3.4.6) & the old one was removed (3.4.5). No idea why they did it that way.

jeffbyrnes commented 8 years ago

Looks like that’s the case, 3.4.6 and 3.4.8 are available at that URL, but not 3.4.5, which this cookbook expects.

@pupska please just specify a newer ZK version in your wrapper cookbook to get around this for now.

vmbobyr commented 8 years ago

thanks @jeffbyrnes.

popsikle commented 8 years ago

This is failing again.

           * remote_file[zookeeper-3.4.8] action create[2016-06-03T17:07:21+00:00] WARN: remote_file[zookeeper-3.4.8] cannot be downloaded from http://www.poolsaboveground.com/apache/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz: 404 "Not Found"

             ================================================================================
             Error executing action `create` on resource 'remote_file[zookeeper-3.4.8]'
             ================================================================================

             Net::HTTPServerException
             ------------------------
             404 "Not Found"

Setting mirror to 'http://apache.mirrors.tds.net/zookeeper/' resolved the issue for me.

jeffbyrnes commented 8 years ago

Thanks @popsikle. I’ll see about cutting a new version with that URL.