sunchao commented on pull request #31642: URL: https://github.com/apache/spark/pull/31642#issuecomment-786257114
This is a small jar though and we've striped all its transitive dependencies. Agree that in the long term we should either: 1) consider to re-implement the logic in Spark which allows us to get away from server-side dependency in Hadoop. cc @tgravescs for more insights on this. 2) move the class to `hadoop-client-runtime` as you suggested. I need to take a look at the test failures - seems `WebAppProxyServlet` was pulled from `hadoop-yarn-server-web-proxy` jar instead of `hadoop-client-minicluster`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
