TL;DR -1 (non-binding) Reason: Unable to build from source distribution. DRILL-1234 created [0].
Details: *0. Verified that release contains a source package which is the snapshot of the Apache Drill code at git commit id 98b208e [1]. * *1. Verified the signature of both source and binary packages (signed using Jacques' public key '6B5FA695') [2].* $ gpg --verify apache-drill-0.4.0-incubating-src.tar.gz.asc > gpg: Signature made 07/31/14 06:38:03 ric using RSA key ID 6B5FA695 > gpg: Good signature from "Jacques Nadeau <jacq...@apache.org>" > > $ gpg --verify apache-drill-0.4.0-incubating.tar.gz.asc > gpg: Signature made 07/31/14 06:41:11 ric using RSA key ID 6B5FA695 > gpg: Good signature from "Jacques Nadeau <jacq...@apache.org>" > *2. Verified checksums (both md5 and sha1) of both source and binary packages.* $ sha1sum apache-drill-0.4.0-incubating.tar.gz > 9159332c65b1a18f4e82d9738d50ad14f75a28a4 > *apache-drill-0.4.0-incubating.tar.gz > $ cat apache-drill-0.4.0-incubating.tar.gz.sha1 > 9159332c65b1a18f4e82d9738d50ad14f75a28a4 > > $ md5sum apache-drill-0.4.0-incubating.tar.gz > ffd84051d6ce666bceeef9a21061e7bb *apache-drill-0.4.0-incubating.tar.gz > $ cat apache-drill-0.4.0-incubating.tar.gz.md5 > ffd84051d6ce666bceeef9a21061e7bb > > $ sha1sum apache-drill-0.4.0-incubating-src.tar.gz > 5bcb9ef036ba929ea684f85bd076aaa44b7a8314 > *apache-drill-0.4.0-incubating-src.tar.gz > $ cat apache-drill-0.4.0-incubating-src.tar.gz.sha1 > 5bcb9ef036ba929ea684f85bd076aaa44b7a8314 > > $ md5sum apache-drill-0.4.0-incubating-src.tar.gz > 1a9fb6bdd31b14e28f4bec291d2a434f *apache-drill-0.4.0-incubating-src.tar.gz > $ cat apache-drill-0.4.0-incubating-src.tar.gz.md5 > 1a9fb6bdd31b14e28f4bec291d2a434f > *3. Verified that the source and binary tarballs extract to different folders.* *4. Verified that the source tarball contains installation instruction 'INSTALL.md' (albeit talks about building from github clone, all other instruction applies).* *5. Did a full build from the extracted sources following the instructions in the the install file. * + RAT report was clean. + All unit test passed (please ensure that the full path of the folder where you extract the source tarball is less than 30 characters or you may encounter unit test failure with following or similar message) > Length of identifier > '/a/very/long/path/to/drill/source/folder/apache-drill-0.4.0-incubating-src/exec/java-exec/src/test/resources/store/text/data/regions.csv' > must be less than or equal to 128 characters > *- The build failed while generating the binary tarball (DRILL-1234) * *6. Following the instructions in the install file, verified that Drill can be launched in the embedded mode and example queries can be executed.* $ bin/sqlline -u jdbc:drill:zk=local -n admin -p admin > Jul 31, 2014 12:35:39 AM org.glassfish.jersey.server.ApplicationHandler > initialize > INFO: Initiating Jersey application, version Jersey: 2.8 2014-04-29 > 01:25:26... > > sqlline version 1.1.6 > 0: jdbc:drill:zk=local> SELECT employee_id, first_name FROM > cp.`employee.json`; > +-------------+------------+ > | employee_id | first_name | > +-------------+------------+ > | 1 | Sheri | > | 2 | Derrick | > ............................................ > ............................................ > | 1155 | Vivian | > | 1156 | Kris | > +-------------+------------+ > 1,155 rows selected (2.439 seconds) <====== this is not an bug. > employee id 3 does not exist :) > 0: jdbc:drill:zk=local> !quit > Closing: org.apache.drill.jdbc.DrillJdbc41Factory$DrillJdbc41Connection > $ > [0] https://issues.apache.org/jira/browse/DRILL-1234 [1] https://git-wip-us.apache.org/repos/asf?p=incubator-drill.git;a=tree;h=92dbccb9c5bf33d0184b2102fd679e43a7e6d0a7;hb=98b208e262dd9b54988f5eeffacea7d0e83c958c [2] http://www.apache.org/info/verification.html On Wed, Jul 30, 2014 at 11:43 PM, Jacques Nadeau <jacq...@apache.org> wrote: > Hello All, > > Per community decision last week of moving to more frequent releases, I'm > extremely proud to propose our first Apache Drill monthly release: version > 0.4.0-incubating. This is a point release that includes a large set of > contributions from a variety of contributors and 800 JIRAs closed [1]. > > It has been a while so hopefully my artifacts are in order. Let's get this > release wrapped up in short order and get focused on the next monthly > release as we drive towards an end user beta. You can find the release > artifacts hosted at [2]. Please download and try them out and cast your > vote. > > As always, vote will be open for 72 hours, ending 11:59pm Pacific, August > 2, 2014. > > [ ] +1 > [ ] +0 > [ ] -1 > > When making a vote, please make sure you state whether your vote is binding > or not. It helps keep things simple. > > Thanks, > Jacques > > [1] https://issues.apache.org/jira/browse/DRILL/fixforversion/12324963/ > [2] http://people.apache.org/~jacques/apache-drill-0.4.0.rc0/ >