Here's what I did: - Verified sha512 - Verified signature (gpg) - Looked at rat report - Looked at release log - Built Oozie against Hadoop 2.7.2, using an empty local maven repo - Ran a few of the examples, clicked around the UI, tried various CLI commands, looked at the REST output, launcher log output, etc
+1 LGTM Non-blocker issues which I've filed JIRAs for - OOZIE-3206 <https://issues.apache.org/jira/browse/OOZIE-3206>: The README.txt links to the 4.3.0 version of the quickstart page: http://oozie.apache.org/docs/4.3.0/DG_QuickStart.html - OOZIE-3207 <https://issues.apache.org/jira/browse/OOZIE-3207>: We're using version 17 of the ASF root pom, and the latest is 19. version 17 is from 2015! - OOZIE-3208 <https://issues.apache.org/jira/browse/OOZIE-3208>: If the sharelib isn't installed, you get a "It should never happen" error code when submitting an action If a blocking issue is found, OOZIE-3206 and OOZIE-3208 would be nice-to-have's in an RC1 (OOZIE-3207 is too risky). Otherwise, we can save them for Oozie 5.1.0. thanks - Robert On Thu, Mar 29, 2018 at 11:00 AM, Attila Sasvari <[email protected]> wrote: > Thanks Andras for driving the release! > > +1 > > Here is what I did: > - Verified signature, hash > - Created Oozie 5.0.0 distro using hadoop-2.6 > - On a pseudo Hadoop 2.6.0, I executed SparkFileCopy (both in > yarn-cluster, yarn-client mode), custom-main-wf, datelist-java-main-wf, > demo-wf, distcp-wf, hadoop-el-wf, java-main-wf, map-reduce-wf, no-op-wf, > pig-wf, shell-wf, sqoop-freeform-wf, sqoop-wf, ssh-wf, streaming-wf, > subwf-wf - all the workflows have succeeded > - Verified Web UI: version, getting logs and Job DAG > > > On Wed, Mar 28, 2018 at 4:30 PM, Artem Ervits <[email protected]> > wrote: > > > > additionally, I've ran the mvn verify and after some time it failed due > to > > timeout, still OK in my opinion. > > > > INFO] Results: > > [INFO] > > [INFO] Tests run: 738, Failures: 0, Errors: 0, Skipped: 0 > > [INFO] > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] Apache Oozie Main 5.0.0 ............................ SUCCESS [ > > 3.859 s] > > [INFO] Apache Oozie Client ................................ SUCCESS [ > > 34.826 s] > > [INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ > > 25.740 s] > > [INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ > > 11.842 s] > > [INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ > > 7.465 s] > > [INFO] Apache Oozie Core .................................. FAILURE [ > > 01:30 h] > > [INFO] Apache Oozie Share Lib Streaming ................... SKIPPED > > [INFO] Apache Oozie Share Lib Pig ......................... SKIPPED > > [INFO] Apache Oozie Share Lib Hive ........................ SKIPPED > > [INFO] Apache Oozie Share Lib Hive 2 ...................... SKIPPED > > [INFO] Apache Oozie Share Lib Sqoop ....................... SKIPPED > > [INFO] Apache Oozie Examples .............................. SKIPPED > > [INFO] Apache Oozie Share Lib Spark ....................... SKIPPED > > [INFO] Apache Oozie Share Lib ............................. SKIPPED > > [INFO] Apache Oozie Docs .................................. SKIPPED > > [INFO] Apache Oozie WebApp ................................ SKIPPED > > [INFO] Apache Oozie Tools ................................. SKIPPED > > [INFO] Apache Oozie MiniOozie ............................. SKIPPED > > [INFO] Apache Oozie Server ................................ SKIPPED > > [INFO] Apache Oozie Distro ................................ SKIPPED > > [INFO] Apache Oozie ZooKeeper Security Tests 5.0.0 ........ SKIPPED > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 01:32 h > > [INFO] Finished at: 2018-03-28T14:21:30Z > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test > (default-test) > > on project oozie-core: There was a timeout or other error in the fork -> > > [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e > > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > > command > > [ERROR] mvn <goals> -rf :oozie-core > > > > On Wed, Mar 28, 2018 at 8:50 AM, Artem Ervits <[email protected]> > wrote: > > > > > +1 non-binding > > > > > > signatures and checksum: OK > > > build with Hadoop 2.7.5: OK > > > install on a single-node pseudo-distributed cluster: OK > > > ran no-op workflow: OK > > > > > > the directions to install sharelib on 5.0 are unclear and I'm not able > to > > > execute other workflows due to share lib problems. (not a blocker in my > > > opinion). > > > > > > Thank you > > > > > > On Tue, Mar 27, 2018 at 8:39 AM, Andras Piros <[email protected]> > wrote: > > > > > >> Hi there, > > >> > > >> I have created a build for Oozie 5.0.0, release candidate 0. > > >> > > >> This release introduces major changes: > > >> - moved launcher from MapReduce AM to YARN AM, > > >> - switched from Tomcat to embedded Jetty, > > >> - updated third party libraries, > > >> - completely rewritten workflow graph generator, > > >> - JDK 8 support, > > >> - deprecated Instrumentation in favor of Metrics, > > >> - added indexes to speed up DB queries, > > >> - fixed CVE-2017-15712 > > >> > > >> 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/~andras/oozie-5.0.0-rc0/ > > >> > > >> The release candidate, sha512 signature, gpg signature, and rat report > can > > >> all be found > > >> at the above address. > > >> > > >> The vote is open until Saturday, March 31, 2018 at 12:00am PDT. > > >> > > >> Thanks, > > >> > > >> Andras Piros > > >> > > > > > > > > > > > -- > -- > Attila Sasvari > Software Engineer >
