Many thanks Satish!

- Verified that hashes are OK
- release log, rat report look good
- start / stop Oozie / install sharelib works
- Using a pseudo hadoop 2.6.0, all the example workflows, coordinators,
bundles succeeded I submitted succeeded.  I have not tested hcatalog, hive
and hive 2 example workflows.
- Web UI displays graph, correct version, submitted workflows,
coordinators, bundles and theirs details (except logs)

I ran into one issue:
- Retrieving Workflow Job logs did not work for me (via Oozie CLI / Web UI
/ curl); it should be fixed. Some hints:
  . curl "http://localhost:11000/oozie/v2/job/0000040-
180110111647214-oozie-asas-W?show=log" gave 200 OK with no response.
However, related log entries were present in logs/oozie.log.
  . I debugged log streaming a bit: logPath in XLogStreamer was set to
${oozie.log.dir}. After I changed it to the proper log directory via my
debugger, I was able to fetch workflow job logs. XLogService initialises
this with logUtil.getLogPath() in extractInfoForLogWebService(). I tried to
to pass oozie.log.dir as a system property in CATALINA_OPTS but it did not
work.

Best regards,
Attila

ps: I have not tested Oozie in HA mode, Oozie in secured environment, SLA
notifications via JMS, manual purge, each and every admin command,
authorization, etc. Oozie tests should cover all main areas.

On Mon, Jan 8, 2018 at 7:33 AM, Satish Saley <satishsa...@apache.org> wrote:

> Hi,
>
> I have created a build for Oozie 4.3.1, candidate 0.
>
> It includes all the changes decided earlier except OOZIE-3018 and
> OOZIE-3072. OOZIE-3018 makes changes to SchemaCheckerService which we are
> not picking. OOZIE-3072 makes changes to files created in OOZIE-1770.
>
> 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/~satishsaley/oozie-4.3.1-rc0
>
> The release, md5 signature, gpg signature, and rat report can all
> be found at the above address.
>
> Vote closes on 01/15/2018 11:59 PM PT.
>
> Satish Saley

Reply via email to