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 2020/03/12 16:10:00 UTC

[jira] [Resolved] (SPARK-31130) Use the same version of `commons-io` in SBT

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

Dongjoon Hyun resolved SPARK-31130.
-----------------------------------
    Fix Version/s: 3.0.0
                   2.4.6
       Resolution: Fixed

Issue resolved by pull request 27886
[https://github.com/apache/spark/pull/27886]

> Use the same version of `commons-io` in SBT
> -------------------------------------------
>
>                 Key: SPARK-31130
>                 URL: https://issues.apache.org/jira/browse/SPARK-31130
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.4.5, 3.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 2.4.6, 3.0.0
>
>
> Maven always uses 2.4 version while SBT uses 2.5 at `hadoop-3.2` profile.
> {code}
> <commons-io.version>2.4</commons-io.version>
> {code}
> **branch-3.0**
> {code}
> $ build/sbt -Phadoop-3.2 "core/dependencyTree" | grep commons-io:commons-io | head -n1
>     [info]   | | +-commons-io:commons-io:2.5
> {code}
> **branch-2.4**
> {code}
> $ build/sbt -Phadoop-3.1 "core/dependencyTree" | grep commons-io:commons-io | head -n1
> [info]   | | +-commons-io:commons-io:2.5
> {code}



--
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