Re: I am trying to run uno to verify the release and get ACCUMULO_HASH not set error. Please help

2019-04-11 Thread Jeffrey Zeiberg
Thanks again for all your help. I had created an uno-local.conf file and had my ACCUMULO_REPO variable set to my 2.0 Accumulo fork and not the 1.9.3 release. The uno-local.conf in conf is the one that gets used if its there. I created it weeks ago. Ran UNO with the Accumulo 1.9.3 release and it

Re: I am trying to run uno to verify the release and get ACCUMULO_HASH not set error. Please help

2019-04-10 Thread Jeffrey Zeiberg
Thanks guys. I really want to get this done too. On Wed, Apr 10, 2019 at 4:02 PM Christopher wrote: > Try: > > 1. Place accumulo-1.9.3-bin.tar.gz into your uno downloads/ directory > 2. Update conf/uno.conf to update the ACCUMULO_VERSION to 1.9.3 > 3. Update the ACCUMULO_HASH to > >

Re: I am trying to run uno to verify the release and get ACCUMULO_HASH not set error. Please help

2019-04-10 Thread Christopher
Try: 1. Place accumulo-1.9.3-bin.tar.gz into your uno downloads/ directory 2. Update conf/uno.conf to update the ACCUMULO_VERSION to 1.9.3 3. Update the ACCUMULO_HASH to

Re: I am trying to run uno to verify the release and get ACCUMULO_HASH not set error. Please help

2019-04-10 Thread Jeffrey Zeiberg
So I added this line. accumulo:1.9.3:3adaa5540eabd4f5823abdfef78d9d0142b71589eefc1baf5730aa22a5c2d921 to conf/checksums I then ran -> ./bin/uno env And still got. uno fetch accumulo ACCUMULO_HASH is not set. Set it for your version in 'conf/checksums' or uno.conf I'll get back on this

RE: I am trying to run uno to verify the release and get ACCUMULO_HASH not set error. Please help

2019-04-10 Thread Owens, Mark
The fluo-uno/conf/checksums file needs a hash entry for the 1.9.3 release you are testing. In my case I created a sha256 hash of the release tar.gz and then added it to the checksums file and all was well. -Original Message- From: Jeffrey Zeiberg Sent: Wednesday, April 10, 2019 3:22

I am trying to run uno to verify the release and get ACCUMULO_HASH not set error. Please help

2019-04-10 Thread Jeffrey Zeiberg
./bin/uno env ACCUMULO_HASH is not set. Set it for your version in 'conf/checksums' or uno.conf