Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-4629

Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.3-alpha
    • 2.6.0
    • tools
    • None
    • OS:fedora and RHEL (64 bit)
      Platform: x86, POWER, and SystemZ
      JVM Vendor = IBM

    Description

      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;

      Attachments

        1. HDFS-4629.patch
          0.9 kB
          Amir F Sanjar
        2. HDFS-4629-1.patch
          1 kB
          pascal oliva
        3. HDFS-4629-2.patch
          2 kB
          pascal oliva

        Issue Links

          Activity

            People

              Unassigned Unassigned
              asanjar Amir F Sanjar
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: