wangyum commented on a change in pull request #24115:
[SPARK-27180][BUILD][YARN] Fix testing issues with yarn module in Hadoop-3
URL: https://github.com/apache/spark/pull/24115#discussion_r266193266
##########
File path: pom.xml
##########
@@ -2651,6 +2651,7 @@
<hadoop.version>3.1.0</hadoop.version>
<curator.version>2.12.0</curator.version>
<zookeeper.version>3.4.9</zookeeper.version>
+ <jetty.version>9.3.24.v20180605</jetty.version>
Review comment:
Downgrade it, otherwise:
```
[info] YarnClusterSuite:
[info] org.apache.spark.deploy.yarn.YarnClusterSuite *** ABORTED *** (177
milliseconds)
[info] org.apache.hadoop.yarn.exceptions.YarnRuntimeException:
java.lang.NoSuchMethodError:
org.eclipse.jetty.server.session.SessionHandler.getSessionManager()Lorg/eclipse/jetty/server/SessionManager;
```
Furthermore, We have some discuss about this change:
https://issues.apache.org/jira/browse/HADOOP-16152
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]