One quick addendum. I had to run a mvn clean in-between my runs of mvn package. If I didn't, I got test errors:
https://gist.github.com/joey/4eaca3bc517af0a8b484 -Joey On Fri, May 2, 2014 at 5:10 PM, Joey Echeverria <[email protected]> wrote: > +1 (non-binding) > > * Verified hashes. > * Verified signatures. > * Ran through unit tests with both Hadoop profiles. > > Testing done on CentOS 6.5 with JDK 1.7u55 and maven 3.2.1. > > On Fri, May 2, 2014 at 2:19 PM, Sean Mackrory <[email protected]> wrote: >> +1 (non-binding) >> >> Verified hashes. I've also been working on Apache Bigtop-style packaging >> for Accumulo since 1.4.4, and now that Hadoop 2 is supported this will >> actually work in the Apache Bigtop stack. I've posted a patch to add >> Accumulo to Bigtop in BIGTOP-1175. I've built those packages from the 1.6.0 >> RC-5 source and run them on multiple Linux distros against multiple >> versions of Hadoop and ZooKeeper in psuedo-distributed mode. I was able to >> perform basic CRUD operations like table creation, inserting rows, deleting >> cells, etc.. >> >> >> On Thu, May 1, 2014 at 1:27 PM, Keith Turner <[email protected]> wrote: >> >>> +1 >>> >>> * Verified sigs and hashes >>> * Was able to build Accismus against Staging repo (had to add >>> pluginRepositories section to my maven config in addition to repositories >>> section) >>> * Was able to build native maps from bin.tgz >>> * Ran 24hr CI w/ agitation on 20 node EC2 cluster... 8 billion written & >>> verified.. found ACCUMULO-2768.. >>> >>> Used hadoop 2.2.0 (single non-HA NN) and ZK 3.4.5 (3 zookeepers) for test. >>> >>> Used 3G native config w/ following changes for CI test. >>> >>> tserver.mutation.queue.max=4M >>> general.rpc.timeout=180s >>> >>> >>> >>> >>> On Tue, Apr 29, 2014 at 5:33 PM, Christopher <[email protected]> wrote: >>> >>> > Accumulo Developers, >>> > >>> > Please consider the following candidate for Accumulo 1.6.0. >>> > >>> > Git Commit: 06162580e885f11863d1a6d22f952bce35b78b68 >>> > Branch: 1.6.0-RC5 >>> > >>> > Staging repo: >>> > >>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1011 >>> > Source: >>> > >>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1011/org/apache/accumulo/accumulo/1.6.0/accumulo-1.6.0-src.tar.gz >>> > Binary: >>> > >>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1011/org/apache/accumulo/accumulo/1.6.0/accumulo-1.6.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 available at: https://www.apache.org/dist/accumulo/KEYS >>> > >>> > Release notes (in progress): >>> > http://accumulo.apache.org/release_notes/1.6.0 >>> > >>> > Changes since RC4 (`git log 448e757..origin/1.6.0-RC5`): >>> > >>> > https://issues.apache.org/jira/browse/ACCUMULO-2680 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2740 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2742 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2745 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2748 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2749 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2750 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2751 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2752 >>> > https://issues.apache.org/jira/browse/ACCUMULO-2756 >>> > >>> > This vote will remain open for 72 hours (3 days), until Fri, 2014 May >>> > 2 21:30 UTC. >>> > (That's 5:30pm EDT on Friday.) >>> > >>> > [ ] +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.6.0 release of Apache Accumulo. >>> > >>> > Thanks. >>> > >>> > P.S. Hint: download the whole staging repo with >>> > wget -erobots=off -r -l inf -np -nH >>> > >>> https://repository.apache.org/content/repositories/orgapacheaccumulo-1011/ >>> > # note the trailing slash is needed >>> > >>> > -- >>> > Christopher L Tubbs II >>> > http://gravatar.com/ctubbsii >>> > >>>
