VictorPlusC commented on pull request #14953: URL: https://github.com/apache/beam/pull/14953#issuecomment-1069400463
Hi @je-ik, after some investigation through SSHing into my cluster nodes, it appears that these dependencies are being introduced by: `/usr/lib/hadoop-yarn/lib/jackson-module-jaxb-annotations-2.10.5.jar`. I was not able to find a dependency using the missing datatype, so I tried downloading the other dependency under /usr/lib/hadoop-yarn/jackson-datatype-jsr310-2.12.3.jar on each of the nodes. I also copied over the existing dependency into /usr/lib/hadoop-yarn/jackson-module-jaxb-annotations-2.10.5.jar for all nodes, then started a new Yarn session, but that did not seem to resolve the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
