commit | d81d98388c794b53152f4a80263694c1bf77adc0 | [log] [tgz] |
---|---|---|
author | PJ Fanning <pjfanning@users.noreply.github.com> | Mon Jan 16 14:15:37 2023 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 16 13:15:37 2023 +0000 |
tree | 4f26db93e1fda097cbc6b6eb5e3d363a869dde0e | |
parent | 38453f85896d04d2c6c8a84a3add74c7b4200106 [diff] |
HADOOP-18575: followup: try to avoid repeatedly hitting exceptions when transformer factories do not support attributes (#5253) Part of HADOOP-18469 and the hardening of XML/XSL parsers. Followup to the main HADOOP-18575 patch, to improve performance when working with xml/xsl engines which don't support the relevant attributes. Include this change when backporting. Contributed by PJ Fanning.