Andras Salamon created OOZIE-3573:
-------------------------------------
Summary: Fix oozie-default.xml nameNode.whitelist description
Key: OOZIE-3573
URL: https://issues.apache.org/jira/browse/OOZIE-3573
Project: Oozie
Issue Type: Bug
Affects Versions: trunk
Reporter: Andras Salamon
The nameNode.whitelist section in
[oozie-default.xml|https://github.com/apache/oozie/blob/master/core/src/main/resources/oozie-default.xml]
contains the following section:
{noformat}
<property>
<name>oozie.service.HadoopAccessorService.nameNode.whitelist</name>
<value> </value>
<description>
Whitelisted job tracker for Oozie service.
</description>
</property>
{noformat}
This is clearly a block-copy error, description is copied from the previous
{{jobTracker.whitelist}} section.
We should fix it, maybe it would be useful to check the other description
fields in the file as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)