+1 (binding) - Verified signatures. - Verified checksums. - DISCLAIMER, LICENSE, and NOTICE look good. - Full build and test run was clean. - RAT check found no problems. - No binary files found in the source distro.
I followed the verification document and noticed 2 potential issues. I don't think either of these impact the vote though. The verification documentation mentioned this command: mvn apache-rat:check verify -Dlicense.skip=false -Pall-modules -DskipTests This one failed for me, because the all-modules profile isn't defined. I think all-profiles is a Malhar-only thing? I ran engine/src/main/scripts/dtcli, and it printed the following warnings: Warning: hadoop executable not found. Running standalone with java. log4j:WARN No appenders could be found for logger (org.apache.hadoop.util.Shell). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. --Chris Nauroth On 1/31/16, 9:29 PM, "Thomas Weise" <[email protected]> wrote: >Dear Community, > >Please vote on the following Apache Apex Core 3.3.0-incubating release >candidate. The only change compared to RC2 is exclusion of IDE settings >archives from the source release archive. > >This release adds exciting new features, including support for iterative >processing, modules (ability to expand building blocks into subgraph of >lower level operators), new callback to perform custom operator logic >prior >to a checkpoint etc. > >This is a source release with binary artifacts published to Maven. > >List of all issues fixed: http://s.apache.org/wUB > >Staging directory: >https://dist.apache.org/repos/dist/dev/incubator/apex/v3.3.0-incubating-RC >2 >Source zip: >https://dist.apache.org/repos/dist/dev/incubator/apex/v3.3.0-incubating-RC >2/apex-3.3.0-incubating-source-release.zip >Source tar.gz: >https://dist.apache.org/repos/dist/dev/incubator/apex/v3.3.0-incubating-RC >2/apex-3.3.0-incubating-source-release.tar.gz >Maven staging repository: >https://repository.apache.org/content/repositories/orgapacheapex-1006/ > >Git source: >https://git-wip-us.apache.org/repos/asf?p=incubator-apex-core.git;a=commit >;h=refs/tags/v3.3.0-incubating-RC2 > (commit: 5f216a1bd27a94785c9ccada78101f892be95cbe) > >PGP key: >http://pgp.mit.edu:11371/pks/lookup?op=vindex&[email protected] >KEYS file: >https://dist.apache.org/repos/dist/release/incubator/apex/KEYS > >More information at: >http://apex.incubator.apache.org > >Please try the release and vote; vote will be open for at least 72 hours. > >[ ] +1 approve (and what verification was done) >[ ] -1 disapprove (and reason why) > >http://www.apache.org/foundation/voting.html > >Please add (binding) if your vote is binding (PPMC votes are binding): > >http://incubator.apache.org/projects/apex.html > >How to verify release candidate (under construction): > >https://github.com/sandeepdeshmukh/incubator-apex-site/blob/APEXCORE-215.b >uild-verification-steps/src/md/verification.md > >Thanks, >Thomas
