sunchao commented on pull request #33160: URL: https://github.com/apache/spark/pull/33160#issuecomment-872590845
``` Cause: java.lang.NoSuchMethodError: org.eclipse.jetty.server.session.SessionHandler.setHttpOnly(Z)V [info] at org.apache.hadoop.http.HttpServer2.initializeWebServer(HttpServer2.java:707) [info] at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:687) ``` Hmm for some reason it is still using Hadoop 3.3.1 classes which is only compatible with jetty 9.4+. Let me check why it happens. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
