Skip to content

Commit

Permalink
[FLINK-16014][s3] Force usage of SAXParserFactory over XMLReaderFactory
Browse files Browse the repository at this point in the history
This avoids a ClassNotFound exception of the underlying XML reader class in plugin classloaders.
Root cause is a bug in JDK8 (JDK-8015099). XMLReaderFactory caches the class name independent of the classloader. On EMR, xercesImpl is on classpath (because of HDFS) and will be loaded at some point in time.
  • Loading branch information
AHeise committed Mar 11, 2020
1 parent 642f096 commit ffc8e42
Show file tree
Hide file tree
Showing 4 changed files with 3,789 additions and 0 deletions.
Loading

0 comments on commit ffc8e42

Please sign in to comment.