----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68783/ -----------------------------------------------------------
Review request for oozie, András Piros and Kinga Marton. Repository: oozie-git Description ------- OOZIE-3342: Missing examples archive from fluentjob examples Diffs ----- docs/src/site/markdown/DG_FluentJobAPI.md bd3651701 examples/src/main/java/org/apache/oozie/example/fluentjob/JavaMain.java a8948fd13 examples/src/main/java/org/apache/oozie/example/fluentjob/Spark.java 952733622 Diff: https://reviews.apache.org/r/68783/diff/1/ Testing ------- I've also documented the JavaMain example execution. To compile the examples we also need oozie-fluent-job-api jar file. I'm not sure if we package it right know. My very own `./distro/target/oozie-5.1.0-SNAPSHOT-distro.tar.gz` file contains the `oozie-5.1.0-SNAPSHOT/embedded-oozie-server/webapp/WEB-INF/lib/oozie-fluent-job-api-5.1.0-SNAPSHOT.jar` file. This is not a nice place to store this file, but it can be used to compile the examples. On the other hand, if I create a `oozie-5.1.0-SNAPSHOT.tar.gz` file using `bin/create-release-artifact` I cannot find the `oozie-fluent-job-api*.jar` file in it. Thanks, Andras Salamon
