You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/04/23 14:02:00 UTC

[jira] [Resolved] (SPARK-27544) Fix Python test script to work on Scala-2.12 build

     [ https://issues.apache.org/jira/browse/SPARK-27544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-27544.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.4.3

This is resolved via https://github.com/apache/spark/pull/24439

> Fix Python test script to work on Scala-2.12 build
> --------------------------------------------------
>
>                 Key: SPARK-27544
>                 URL: https://issues.apache.org/jira/browse/SPARK-27544
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark, Tests
>    Affects Versions: 2.4.0, 2.4.1, 2.4.2
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 2.4.3
>
>
> Since SPARK-27274 deprecated Scala-2.11 at Spark 2.4.1, we need to test Scala-2.12 more. This issue aims to fix the Python test script on Scala-2.12 build.
> {code:java}
> $ dev/change-scala-version.sh 2.12
> $ build/sbt -Pscala-2.12 package
> $ python/run-tests.py --python-executables python2.7 --modules pyspark-sql
> Traceback (most recent call last):
> File "python/run-tests.py", line 69, in <module>
> raise Exception("Cannot find assembly build directory, please build Spark first.")
> Exception: Cannot find assembly build directory, please build Spark first.{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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