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

Akira Ajisaka commented on HADOOP-14216:
----------------------------------------

This broke many tests in hadoop-tools which rely on Xinclude feature.
{code:title=hadoop-tools/hadoop-aws/src/test/resources/core-site.xml}
  <!--
  To run these tests.

  # Create a file auth-keys.xml  - DO NOT ADD TO REVISION CONTROL
  # add the property test.fs.s3n.name to point to an S3 filesystem URL
  # Add the credentials for the service you are testing against
  -->
  <include xmlns="http://www.w3.org/2001/XInclude"; href="auth-keys.xml">
    <fallback/>
  </include>
{code}

> Improve Configuration XML Parsing Performance
> ---------------------------------------------
>
>                 Key: HADOOP-14216
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14216
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 2.9.0, 3.0.0-alpha3
>
>         Attachments: HADOOP-14216.1.patch, HADOOP-14216.2-branch-2.patch, 
> HADOOP-14216.2.patch
>
>
> JIRA is to improve XML parsing performance through reuse and a change in XML 
> parser (STAX)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to