[
https://issues.apache.org/jira/browse/OOZIE-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17006674#comment-17006674
]
ASF subversion and git services commented on OOZIE-3573:
--------------------------------------------------------
Commit 77e7489e206ac700c39ef682045620a184d8f26a in oozie's branch
refs/heads/master from Andras Salamon
[ https://gitbox.apache.org/repos/asf?p=oozie.git;h=77e7489 ]
OOZIE-3573 Fix oozie-default.xml descriptions (arvaiadam via asalamon74)
> Fix oozie-default.xml descriptions
> ----------------------------------
>
> Key: OOZIE-3573
> URL: https://issues.apache.org/jira/browse/OOZIE-3573
> Project: Oozie
> Issue Type: Bug
> Affects Versions: trunk
> Reporter: Andras Salamon
> Assignee: Adam Arvai
> Priority: Minor
> Attachments: OOZIE-3573-001.patch, OOZIE-3573-002.patch,
> OOZIE-3573-003.patch
>
>
> 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)