No, MAC uses the --instance-name argument to the Initialize class which
is why we didn't catch this. I did not add a test case with the fix
because there's static state which would have been a PITA to mock
around. I think a test case for 1.8.1/1.9/2.0 would be great.
I have finally gotten CI running on 5tservers and will let that run for
24hrs or so, but I am still presently -1 on rc1 due to ACCUMULO-4401.
Michael Wall wrote:
Ugh. Thanks Josh. We don't have a test that exposes that?
On Sat, Aug 13, 2016, 20:54 Josh Elser<[email protected]> wrote:
Both. No matter if you provide an instance name or don't, it just
reprompts you.
Filed ACCUMULO-4401 to fix, caused by removing "unnecessary code for
readability" in ACCUMULO-4357 ;)
Marc P. wrote:
Did you provide an instance name when prompted or simply hit enter?
On Sat, Aug 13, 2016 at 4:53 PM, Josh Elser<[email protected]>
wrote:
I downloaded the binary tarball and tried to set this up, but I cannot
get
`accumulo init` to run. It just keeps prompting me for the instance name
over and over again.
Have I done something dumb?
Michael Wall wrote:
Accumulo Developers,
Please consider the following candidate for Accumulo 1.8.0.
Git Commit:
3a85a113e30b13d3ef948f8c8d86b281d16cc3ec
Branch:
1.8.0-rc1
If this vote passes, a gpg-signed tag will be created using:
git tag -f -m 'Apache Accumulo 1.8.0' -s rel/1.8.0
3a85a113e30b13d3ef948f8c8d86b281d16cc3ec
Staging repo:
https://repository.apache.org/content/repositories/orgapacheaccumulo-1053
Source (official release artifact):
https://repository.apache.org/content/repositories/orgapache
accumulo-1053/org/apache/accumulo/accumulo/1.8.0/
accumulo-1.8.0-src.tar.gz
Binary:
https://repository.apache.org/content/repositories/orgapache
accumulo-1053/org/apache/accumulo/accumulo/1.8.0/
accumulo-1.8.0-bin.tar.gz
(Append ".sha1", ".md5", or ".asc" to download the signature/hash for a
given artifact.)
All artifacts were built and staged with:
mvn release:prepare&& mvn release:perform
Signing keys are available at
https://www.apache.org/dist/accumulo/KEYS
(Expected fingerprint: 3E38C02F85303BAB37EE58C2F899DBF0B8C3D406)
Release notes (in progress) can be found at:
https://accumulo.apache.org/release_notes/1.8.0
Please vote one of:
[ ] +1 - I have verified and accept...
[ ] +0 - I have reservations, but not strong enough to vote against...
[ ] -1 - Because..., I do not accept...
... these artifacts as the 1.8.0 release of Apache Accumulo.
This vote will end on Sun Aug 14 23:30:00 UTC 2016
(Sun Aug 14 19:30:00 EDT 2016 / Sun Aug 14 16:30:00 PDT 2016)
Thanks!
P.S. Hint: download the whole staging repo with
wget -erobots=off -r -l inf -np -nH \
https://repository.apache.org/content/repositories/orgapache
accumulo-1053/
# note the trailing slash is needed