Problem solved. Yes, it was the corporate VPN that was the cause. I could download accumulo and hadoop without issue but it was blocking zookeeper. No errors but nothing.
I disconnected VPN it and it worked. Thanks all From: Mike Miller <mmil...@apache.org> Date: Friday, October 22, 2021 at 11:18 AM To: user@accumulo.apache.org <user@accumulo.apache.org> Subject: Re: [External] Re: Is uno out of date? It could be a firewall or something with your network. You should be able to get it from here: https://archive.apache.org/dist/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz<https://urldefense.com/v3/__https:/archive.apache.org/dist/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz__;!!May37g!Z94g324c7NZsVJmKRMcb61MEzbZ9BOA_hwRrTgb1ZUg5ApzaAcGnUILbXuwP0l2nsAK2$> On Fri, Oct 22, 2021 at 11:06 AM Roberts, Geoffry [USA] <roberts_geof...@bah.com<mailto:roberts_geof...@bah.com>> wrote: It was originally set to 3.6.2 just like you said. It didn’t download, hence my troubles. I’ll try again with a fresh checkout. Like I said, it appears on the surface of it that 3.6.2 is no longer available. From: Mike Miller <mmil...@apache.org<mailto:mmil...@apache.org>> Date: Friday, October 22, 2021 at 11:02 AM To: user@accumulo.apache.org<mailto:user@accumulo.apache.org> <user@accumulo.apache.org<mailto:user@accumulo.apache.org>> Subject: Re: [External] Re: Is uno out of date? 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<https://urldefense.com/v3/__https:/dlcdn.apache.org/*zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz__;Lw!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpTyrStA5D$> Resolving dlcdn.apache.org<https://urldefense.com/v3/__http:/dlcdn.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpT0t4Tofw$> (dlcdn.apache.org<https://urldefense.com/v3/__http:/dlcdn.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpT0t4Tofw$>)... 151.101.2.132, 2a04:4e42::644 Connecting to dlcdn.apache.org<https://urldefense.com/v3/__http:/dlcdn.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpT0t4Tofw$> (dlcdn.apache.org<https://urldefense.com/v3/__http:/dlcdn.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpT0t4Tofw$>)|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<https://urldefense.com/v3/__https:/archive.apache.org/dist/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpT-6xQx69$> Resolving archive.apache.org<https://urldefense.com/v3/__http:/archive.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpTydOnhDq$> (archive.apache.org<https://urldefense.com/v3/__http:/archive.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpTydOnhDq$>)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org<https://urldefense.com/v3/__http:/archive.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpTydOnhDq$> (archive.apache.org<https://urldefense.com/v3/__http:/archive.apache.org__;!!May37g!YpngHUDcF_1n9dzvZWa0sOeJMQbmOpNXw326r-5z3mugTiR6ob4XCi63y6GpTydOnhDq$>)|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<mailto: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<mailto:jma...@apache.org>> Date: Friday, October 22, 2021 at 10:26 AM To: user@accumulo.apache.org<mailto:user@accumulo.apache.org> <user@accumulo.apache.org<mailto: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<mailto: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