[ 
https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HDFS-4629:
---------------------------------

    Target Version/s: 3.0.0, 2.0.4-alpha  (was: 2.0.4-alpha)
              Status: Patch Available  (was: Open)

pushing patch through a test run; expecting (and overriding) "no new/changed 
tests" vedo
                
> Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is 
> JVM vendor specific..
> --------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-4629
>                 URL: https://issues.apache.org/jira/browse/HDFS-4629
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 2.0.3-alpha
>         Environment: OS:fedora and RHEL (64 bit)
> Platform: x86, POWER, and SystemZ
> JVM Vendor = IBM
>            Reporter: Amir Sanjar
>         Attachments: HDFS-4629.patch
>
>
> Porting to a non-JVM vendor solution by replacing:
> import com.sun.org.apache.xml.internal.serialize.OutputFormat;
> import com.sun.org.apache.xml.internal.serialize.XMLSerializer;
> with 
> import org.apache.xml.serialize.OutputFormat;
> import org.apache.xml.serialize.XMLSerializer;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to