What do you have set in your <uno-home>/conf/uno.conf ? If you have the ZK version set like this: export ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.6.2} Then it shouldn't have any problem downloading it automatically for you. The first mirror that mine failed but the second one worked fine.
11:00:01 {main} ~/workspace/uno$ uno fetch accumulo --2021-10-22 11:00:12-- https://dlcdn.apache.org//zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz Resolving dlcdn.apache.org (dlcdn.apache.org)... 151.101.2.132, 2a04:4e42::644 Connecting to dlcdn.apache.org (dlcdn.apache.org)|151.101.2.132|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-10-22 11:00:14 ERROR 404: Not Found. Downloading apache-zookeeper-3.6.2-bin.tar.gz from Apache archive --2021-10-22 11:00:14-- https://archive.apache.org/dist/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 12515974 (12M) [application/x-gzip] Saving to: ‘/home/mike/workspace/uno/downloads/apache-zookeeper-3.6.2-bin.tar.gz’ apache-zookeeper-3.6.2-bin.tar.gz 100%[=====================================================================================================================>] 11.94M 2.02MB/s in 13s 2021-10-22 11:00:29 (937 KB/s) - ‘/home/mike/workspace/uno/downloads/apache-zookeeper-3.6.2-bin.tar.gz’ saved [12515974/12515974] On Fri, Oct 22, 2021 at 10:30 AM Roberts, Geoffry [USA] < roberts_geof...@bah.com> wrote: > Yes, I did. It probably looks for ZK 2.6.2, which does not show on the ZK > site. > > > > *From: *Jeffrey Manno <jma...@apache.org> > *Date: *Friday, October 22, 2021 at 10:26 AM > *To: *user@accumulo.apache.org <user@accumulo.apache.org> > *Subject: *[External] Re: Is uno out of date? > > Hello, > > Did you run ./bin/uno fetch accumulo before running setup? That command > will fetch any necessary tar files that are needed. > > I will also go ahead and look into adding zookeeper 3.6.3 and 3.7. > > Thanks > > > > On Fri, Oct 22, 2021 at 10:08 AM Roberts, Geoffry [USA] < > roberts_geof...@bah.com> wrote: > > All, > > > > I am trying to do a quickie install using uno and VBox. > > But when I run > > $> ./bin/uno setup accumulo > > I find that zookeeper-3.6.2* has not been downloaded. Looking at the ZK > site I can only find 3.6.3 and then 3.7.0. Is uno out of date? > > > > I tried downloading 3.6.3 manually then updating conf/checksums using the > sha512 value from the ZK site but to no avail, no match. I am now faced > with forcing things. I hate to force things. I prefer finesse--get a > bigger hammer. > > > > I’ll bet the maintainer of this has a nice, sweet way of putting this > right hence this post. > > > > Thanks > >