[
https://issues.apache.org/jira/browse/HADOOP-16749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013056#comment-17013056
]
Hudson commented on HADOOP-16749:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17846 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17846/])
HADOOP-16749. Configuration parsing of CDATA values are blank (jeagles: rev
c4fb43c94259546f2c96b50ceae9cd3adb726166)
* (edit)
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* (edit)
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
> Configuration parsing of CDATA values are blank
> -----------------------------------------------
>
> Key: HADOOP-16749
> URL: https://issues.apache.org/jira/browse/HADOOP-16749
> Project: Hadoop Common
> Issue Type: Bug
> Components: conf
> Reporter: Jonathan Turner Eagles
> Assignee: Daryn Sharp
> Priority: Major
> Attachments: HADOOP-16749.002.patch, HADOOP-16749.patch
>
>
> When using CDATA. CDATA elements are skipped by the parser.
> In fact someone on stack overflow was asking this same question a few months
> ago.
> https://stackoverflow.com/questions/57829034/why-is-apache-hadoop-configuration-module-ignores-cdata
> {code}
> <property>
> <name>test.cdata</name>
> <value>hello <![CDATA[world]]></value>
> </property>
> {code}
> conf.get("test.cdata") parses as 'hello ' instead of 'hello world'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]