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_r270614521
##########
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:
I try to override the Jetty version in the YARN module by:
https://github.com/apache/spark/pull/24115/commits/29e583f59685f1343f618269b22c802f7ed553df.
But ```+-org.eclipse.jetty:jetty-servlet:9.3.24.v20180605 (evicted by:
9.4.12.v20180830)```.
I found that adapted `SessionHandler` from jetty-9.3.25.v20180904 can test
the YARN module in Hadoop 2 and Hadoop 3. I know this is not a good way. But it
seems that this is the only way at the moment.
----------------------------------------------------------------
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]