Errata

Apache Oozie

Errata for Apache Oozie

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 43
top

<value>/user/joe/data/input</value>

should be:

<value>/user/joe/data/output</value>

Geng Bin  Nov 28, 2017 
Printed Page 80
Example 5-3

<default to="mapReduce"/>

should be ?

<default to="done"/>

Geng Bin  Nov 29, 2017 
Printed Page 81
Example 5-4, <kill> element

In the second release (2016-08-19):

This XML block:

<kill name="error">
<message>The 'mapReduce' action failed!</message>
<end name="done"/>

... should have a closing kill element tag, probably like this:

<kill name="error">
<message>The 'mapReduce' action failed!</message>
</kill>
<end name="done"/>

Rory Michaelis  Oct 03, 2018