You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kihwal Lee (Created) (JIRA)" <ji...@apache.org> on 2012/02/13 16:01:01 UTC

[jira] [Created] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Remove unnecessary dependency on w3c.org in document processing
---------------------------------------------------------------

                 Key: HADOOP-8064
                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 0.23.0, 0.23.1
            Reporter: Kihwal Lee
             Fix For: 0.24.0, 0.23.2


Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.

The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222768#comment-13222768 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #641 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/641/])
    svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297275)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297275
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Robert Joseph Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated HADOOP-8064:
----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.24.0)
           Status: Resolved  (was: Patch Available)

Thanks Kihwal I just put this into trunk, branch-0.23 and branch-0.23.2
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222757#comment-13222757 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Common-0.23-Commit #641 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/641/])
    svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297275)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297275
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222746#comment-13222746 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1837 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1837/])
    HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297274)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297274
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223234#comment-13223234 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #217 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/217/])
    svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297275)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297275
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222769#comment-13222769 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1844 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1844/])
    HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297274)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297274
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223211#comment-13223211 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #976 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/976/])
    HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297274)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297274
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223199#comment-13223199 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #189 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/189/])
    svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297275)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297275
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Robert Joseph Evans (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222731#comment-13222731 ] 

Robert Joseph Evans commented on HADOOP-8064:
---------------------------------------------

The patch looks good to me.  I manually compiled and ran packaging.  +1
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222764#comment-13222764 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1911 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1911/])
    HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297274)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297274
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220337#comment-13220337 ] 

Hadoop QA commented on HADOOP-8064:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12516723/hadoop-8064.patch.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  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.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/652//console

This message is automatically generated.
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Kihwal Lee (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee updated HADOOP-8064:
-------------------------------

    Attachment: hadoop-8064.patch.txt

The new patch disables the pdf generation in DistCp. 
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223244#comment-13223244 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1011 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1011/])
    HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297274)

     Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297274
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222755#comment-13222755 ] 

Hudson commented on HADOOP-8064:
--------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #631 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/631/])
    svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby) (Revision 1297275)

     Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1297275
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-distcp/pom.xml

                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Kihwal Lee (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee updated HADOOP-8064:
-------------------------------

    Attachment: hadoop-8064.patch.txt

The attached patch specifies maven-pdf-plugin version to be 1.2-SNAPSHOT.

I've verified that the pdf is generates for hadoop-distcp correctly while w3c.org is no longer contacted. It also seems all docs build fine.

Since this is not part of code generation, the risk is low.
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Kihwal Lee (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222665#comment-13222665 ] 

Kihwal Lee commented on HADOOP-8064:
------------------------------------

Thanks Alejandro! since DistCp is the only thing that uses maven-dpf-plugin, it will be better to disable the pdf generation temorarilly until we have a better way or v.1.2 is releaed.
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222685#comment-13222685 ] 

Hadoop QA commented on HADOOP-8064:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12517137/hadoop-8064.patch.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  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.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/675//console

This message is automatically generated.
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt, hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Alejandro Abdelnur (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221236#comment-13221236 ] 

Alejandro Abdelnur commented on HADOOP-8064:
--------------------------------------------

Is there any other module generating PDFs? Wouldn't make more sense to remove the PDF generation for now?
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Kihwal Lee (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220400#comment-13220400 ] 

Kihwal Lee commented on HADOOP-8064:
------------------------------------

The precommit tried to apply the patch from inside hadoop-common-project, so it didn't apply. smart-apply-patch.sh does not catch this case since the patch contains none of the three subproject directory names.  The patch actually applies fine.
                
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Kihwal Lee (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee updated HADOOP-8064:
-------------------------------

    Status: Patch Available  (was: Open)
    
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>         Attachments: hadoop-8064.patch.txt
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HADOOP-8064) Remove unnecessary dependency on w3c.org in document processing

Posted by "Kihwal Lee (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kihwal Lee reassigned HADOOP-8064:
----------------------------------

    Assignee: Kihwal Lee
    
> Remove unnecessary dependency on w3c.org in document processing
> ---------------------------------------------------------------
>
>                 Key: HADOOP-8064
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8064
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.23.1
>            Reporter: Kihwal Lee
>            Assignee: Kihwal Lee
>             Fix For: 0.24.0, 0.23.2
>
>
> Our builds fail occasionally due to validation failures caused by unavailability of w3.org. In fact, w3.org has been fed up with this kind of requests, blacklisting/throttling have been in place for some time.
> The ones I've seen are coming from maven pdf plugin v.1.1 used in hadoop-tools/hadoop-distcp.  The input validation has been made configurable in MPDF-39, which requires DOXIA-392 (fixed since doxia-1.1.3). Unfortunately, the maven pdf plugin 1.2 has been cooking for long time and not been released yet. May be we could force it to use a later version of doxia?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira