[ 
https://issues.apache.org/jira/browse/HADOOP-16749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16988911#comment-16988911
 ] 

Hadoop QA commented on HADOOP-16749:
------------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  7s{color} 
| {color:red} HADOOP-16749 does not apply to trunk. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HADOOP-16749 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12987612/HADOOP-16749.patch |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/16688/console |
| Powered by | Apache Yetus 0.8.0   http://yetus.apache.org |


This message was automatically generated.



> 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.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]

Reply via email to