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

pascal oliva commented on HDFS-4629:
------------------------------------

update from previous comment :
i added into the pach HDFS-4629-1 an update for 
hadoop-hdfs-project/hadoop-hdfs/pom.xml
 to add a depency to get the package org.apache.xml.serialize

+ <groupId>xerces</groupId>
 + <artifactId>xercesImpl</artifactId>
 + <version>2.9.0</version>
 + </dependency>


> Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is 
> JVM vendor specific. Breaks IBM JAVA
> -----------------------------------------------------------------------------------------------------------------
>
>                 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-1.patch, 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 was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to