[
https://issues.apache.org/jira/browse/SPARK-31996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kousuke Saruta updated SPARK-31996:
-----------------------------------
Description:
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.
was:
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, chrome-driver and remote-driver 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.
> 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]