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