You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kousuke Saruta (Jira)" <ji...@apache.org> on 2020/06/16 04:44:00 UTC

[jira] [Created] (SPARK-31996) Specify the version of ChromeDriver which can work with guava 14.0.1

Kousuke Saruta created SPARK-31996:
--------------------------------------

             Summary: Specify the version of ChromeDriver 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


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 is explicitly upgraded because of dependency and the upgraded ChromeDriver 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 ChromeDriver which can work with guava 14.0.1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org