[
https://issues.apache.org/jira/browse/SPARK-31996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136302#comment-17136302
]
Apache Spark commented on SPARK-31996:
--------------------------------------
User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/28837
> Specify the version of ChromeDriver and RemoteWebDriver which can work with
> guava 14.0.1
> ----------------------------------------------------------------------------------------
>
> Key: SPARK-31996
> URL: https://issues.apache.org/jira/browse/SPARK-31996
> Project: Spark
> Issue Type: Improvement
> Components: Build
> Affects Versions: 3.1.0
> Reporter: Kousuke Saruta
> Assignee: Kousuke Saruta
> Priority: Minor
>
> SPARK-31765 upgraded HtmlUnit due to a security reason and Selenium was also
> needed to be upgraded to work with the upgraded HtmlUnit.
> After upgrading Selenium, ChromeDriver and RemoteWebDriver are implicitly
> upgraded because of dependency and the the implicitly upgraded modules can't
> work with guava 14.0.1 due to an API compatibility so we need to run
> ChromeUISeleniumSuite with a guava version specified likeĀ
> -Dguava.version=25.0-jre.
> {code:java}
> $ build/sbt -Dguava.version=25.0-jre
> -Dspark.test.webdriver.chrome.driver=/path/to/chromedriver
> -Dtest.default.exclude.tags= "testOnly
> org.apache.spark.ui.UISeleniumSuite"{code}
> It's a little bit inconvenience so let's use older version which can work
> with guava 14.0.1.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]