Thanks for putting this together. Another important thing to note in the highlights that as part of moving the launcher, we also dropped support for Hadoop 1.x and we added new 1.0 schemas.
+1 Here's what I did: - Verified md5 - Verified signature (gpg) - Built Oozie against Hadoop 2.7.2 - Ran a few of the examples, clicked around the UI and tried various CLI commands Here's some issues I ran into; none are blockers for 5b1: - Filed OOZIE-3149 to delete work.log, which is really old (not a blocker) - Filed OOZIE-3150 to update NOTICE.txt (I made this a blocker for 5.0.0) - The examples are still the older schemas, which is fine for the beta, but I made OOZIE-2814 a blocker for 5.0.0 because it will encourage users to use the new schemas - Robert On Thu, Dec 28, 2017 at 1:23 PM, Peter Cseh <[email protected]> wrote: > Hi Attila! > > It looks like I've messed up the extraction of the tar.gz and I was looking > at empty folders :) > Will validate the release tomorrow. > > Sorry for causing confusion! > gp > > On Thu, Dec 28, 2017 at 2:08 PM, Attila Sasvari <[email protected]> > wrote: > > > @Andras: many thanks. Please let me know if you notice anything strange > > with hashes or run into other problems. > > > > @gp: thanks a lot. This is actually what the bin/create-release-artifact > > script has generated. Comparing it with previous release candidate (4.3.0 > > rc1), file size of oozie-5.0.0-beta1.tar.gz looks correct to me > > > > $ wget > > https://dist.apache.org/repos/dist/dev/oozie/oozie-4.3.0- > > rc1/oozie-4.3.0.tar.gz > > $ wget > > http://people.apache.org/\~asasvari/oozie-5.0.0-beta1- > > rc0/oozie-5.0.0-beta1.tar.gz > > > > $ ls -lrt oozie-*tar.gz > > -rw-r--r-- 1 asasvari staff 2392205 Oct 25 2016 oozie-4.3.0.tar.gz > > -rw-r--r-- 1 asasvari staff 2539718 Dec 28 00:12 > > oozie-5.0.0-beta1.tar.gz > > > > oozie-5.0.0-beta1.tar.gz contains much more files (it contains all the > > sources): > > > > $ tar tvf oozie-5.0.0-beta1.tar.gz | grep "\.java" | head -5 > > -rw-r--r-- 0 asasvari wheel 10328 Dec 28 00:02 > > oozie-5.0.0-beta1/zookeeper-security-tests/src/test/java/ > > org/apache/oozie/util/TestZKUtilsWithSecurity.java > > -rw-r--r-- 0 asasvari wheel 7357 Dec 28 00:02 > > oozie-5.0.0-beta1/zookeeper-security-tests/src/test/java/ > > org/apache/oozie/test/ZKXTestCaseWithSecurity.java > > -rw-r--r-- 0 asasvari wheel 32589 Dec 28 00:02 > > oozie-5.0.0-beta1/tools/src/test/java/org/apache/oozie/ > > tools/FakeConnection.java > > -rw-r--r-- 0 asasvari wheel 1921 Dec 28 00:02 > > oozie-5.0.0-beta1/tools/src/test/java/org/apache/oozie/ > > tools/FakeDriver.java > > -rw-r--r-- 0 asasvari wheel 2230 Dec 28 00:02 > > oozie-5.0.0-beta1/tools/src/test/java/org/apache/oozie/ > > tools/LauncherSecurityManager.java > > > > If you download the tarball and run bin/mkdistro.sh, it will probably > fail > > due to known flaky tests. Running tests with bin/mkdistro.sh > > -Dsurefire.rerunFailingTestsCount=2, they shall pass (printing things > > like [WARNING] Tests run: 1841, Failures: 0, Errors: 0, Skipped: 2, > Flakes: > > 2 ). > > > > - Attila > > > > On Thu, Dec 28, 2017 at 10:57 AM, Peter Cseh <[email protected]> > > wrote: > > > > > Thanks Attila! > > > The tar.gz does not contain the release, it only contains the pom > files. > > > The whole thing is 2.4 Mb, an Oozie was bigger the last time I've > checked > > > :) > > > > > > gp > > > > > > On Thu, Dec 28, 2017 at 12:53 AM, Attila Sasvári <[email protected]> > > > wrote: > > > > > > > Hi there, > > > > > > > > I have created a build for Oozie 5.0.0-beta1, release candidate 0. > > > > > > > > This release introduces major changes: > > > > - moving launcher from MapReduce AM to Oozie AM, > > > > - switching from Tomcat to embedded Jetty, > > > > - completely rewritten graph generator, > > > > - local sharelib, > > > > - JDK 8 support. > > > > > > > > Keys to verify the signature of the release artifact are available at > > > > > > > > http://www.apache.org/dist/oozie/KEYS > > > > > > > > Please download, test, and try it out: > > > > > > > > http://people.apache.org/~asasvari/oozie-5.0.0-beta1-rc0/ > > > > > > > > The release, md5 signature, gpg signature, and rat report can all be > > > found > > > > at the above address. > > > > > > > > The vote is open until Thursday, January 04, 2018 at 12:00 CEST. > > > > > > > > Thanks, > > > > Attila Sasvari > > > > > > > > > > > > > > > > -- > > > Peter Cseh > > > Software Engineer > > > <http://www.cloudera.com> > > > > > > > > > > > -- > > -- > > Attila Sasvari > > Software Engineer > > <http://www.cloudera.com/> > > > > > > -- > Peter Cseh > Software Engineer > <http://www.cloudera.com> >
