[
https://issues.apache.org/jira/browse/HADOOP-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109680#comment-13109680
]
Aaron T. Myers commented on HADOOP-7664:
----------------------------------------
I can't comment on how frequent this occurrence is or how noisy it is in the
logs, but at the very least I don't think we should be doing "{{value !=
properties.getProperty(attr)}}" but rather
"{{!value.equals(properties.getProperty(attr))}}".
> o.a.h.conf.Configuration complains of overriding final parameter even if the
> value with which its attempting to override is the same.
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-7664
> URL: https://issues.apache.org/jira/browse/HADOOP-7664
> Project: Hadoop Common
> Issue Type: Improvement
> Components: conf
> Affects Versions: 0.23.0
> Environment: commit a2f64ee8d9312fe24780ec53b15af439a315796d
> Reporter: Ravi Prakash
> Assignee: Ravi Prakash
> Priority: Minor
> Fix For: 0.23.0
>
> Attachments: HADOOP-7664.patch
>
> Original Estimate: 1m
> Time Spent: 1m
> Remaining Estimate: 0h
>
> o.a.h.conf.Configuration complains of overriding final parameter even if the
> value with which its attempting to override is the same.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira