[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14080963#comment-14080963 ] Hudson commented on HDFS-4629: -- SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1848 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1848/]) HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA -pom indentation (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614673) * /hadoop/common/trunk/hadoop-project/pom.xml HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA. (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614663) * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java * /hadoop/common/trunk/hadoop-project/pom.xml > 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 > Fix For: 2.6.0 > > Attachments: HDFS-4629-1.patch, HDFS-4629-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14080724#comment-14080724 ] Hudson commented on HDFS-4629: -- FAILURE: Integrated in Hadoop-Yarn-trunk #629 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/629/]) HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA -pom indentation (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614673) * /hadoop/common/trunk/hadoop-project/pom.xml HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA. (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614663) * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java * /hadoop/common/trunk/hadoop-project/pom.xml > 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 > Fix For: 2.6.0 > > Attachments: HDFS-4629-1.patch, HDFS-4629-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14080359#comment-14080359 ] Hudson commented on HDFS-4629: -- FAILURE: Integrated in Hadoop-Hdfs-trunk #1822 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1822/]) HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA -pom indentation (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614673) * /hadoop/common/trunk/hadoop-project/pom.xml HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA. (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614663) * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java * /hadoop/common/trunk/hadoop-project/pom.xml > 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 > Fix For: 2.6.0 > > Attachments: HDFS-4629-1.patch, HDFS-4629-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079347#comment-14079347 ] Hudson commented on HDFS-4629: -- FAILURE: Integrated in Hadoop-trunk-Commit #5985 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/5985/]) HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA -pom indentation (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614673) * /hadoop/common/trunk/hadoop-project/pom.xml HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA. (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1614663) * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/pom.xml * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java * /hadoop/common/trunk/hadoop-project/pom.xml > 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 > Fix For: 2.6.0 > > Attachments: HDFS-4629-1.patch, HDFS-4629-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042431#comment-14042431 ] Hadoop QA commented on HDFS-4629: - {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12652202/HDFS-4629-2.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-hdfs-project/hadoop-hdfs. {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HDFS-Build/7224//testReport/ Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/7224//console This message is automatically generated. > 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-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042348#comment-14042348 ] Steve Loughran commented on HDFS-4629: -- Looks good +1 > 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-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042204#comment-14042204 ] pascal oliva commented on HDFS-4629: I tested successfully HDFS-4629-2.patch with the both JVM : openJDK 1.7 : java version "1.7.0_55" and JVM IBM J9 VM JRE 1.7.0 > 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-2.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040995#comment-14040995 ] Steve Loughran commented on HDFS-4629: -- # the declaration of the xerces lib version MUST go into {{hadoop-project/pom.xml}}; all JAR version logic goes in there to avoid inconsistencies # is is going to add yet-another-dependency. # we may need this import with java 9 anyway, as com.sun is potentially going to be inaccessible. > 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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031489#comment-14031489 ] pascal oliva commented on HDFS-4629: No, there wasn't a dependency on xerces . With IBM JVM the build works fine without xerces dependency in the pom.xml But by using OpenJDK i have got the following errors : [ERROR] /home/pascal/patchI/hadoop-common/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java:[33,31] error: package org.apache.xml.serialize does not exist [ERROR] /home/pascal/patchI/hadoop-common/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineEditsViewer/XmlEditsVisitor.java:[55,4] error: cannot find symbol [ERROR] symbol: class OutputFormat location: class XmlEditsVisitor And by adding : + xerces + xercesImpl + 2.9.0 + The build passed successfully with the both JVM : IBM and OpenJDK To test the patch, I used : mvn compile ; mvn test -fn There is no new functionnality delivered on that patch, so i used the existing tests. > 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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030815#comment-14030815 ] Hadoop QA commented on HDFS-4629: - {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12650308/HDFS-4629-1.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-hdfs-project/hadoop-hdfs. {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HDFS-Build/7111//testReport/ Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/7111//console This message is automatically generated. > 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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030702#comment-14030702 ] Steve Loughran commented on HDFS-4629: -- there wasn't a dependency on xerces already? > 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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ 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 + xerces + xercesImpl + 2.9.0 + > 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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030633#comment-14030633 ] pascal oliva commented on HDFS-4629: i added into the pach HDFS-4626-1 an update for hadoop-hdfs-project/hadoop-hdfs/pom.xml to add a depency to get the package org.apache.xml.serialize + xerces + xercesImpl + 2.9.0 + > 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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029424#comment-14029424 ] Steve Loughran commented on HDFS-4629: -- if you can rebase the patch and resubmit it I'll have a look and get it in > 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.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029207#comment-14029207 ] Hadoop QA commented on HDFS-4629: - {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12575193/HDFS-4629.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 javac{color:red}. The patch appears to cause the build to fail. Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/7095//console This message is automatically generated. > 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.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029186#comment-14029186 ] pascal oliva commented on HDFS-4629: i am working with hadoop trunk and the JVM IBM J9 VM JRE 1.7.0 i have reproduced this defect. i would like to know what is the status about this patch and if you can resubmit it > 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.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)
[jira] [Commented] (HDFS-4629) Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA
[ https://issues.apache.org/jira/browse/HDFS-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637078#comment-13637078 ] Amir Sanjar commented on HDFS-4629: --- Steve, do you know in which release this patch will be included? > 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.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