You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2021/11/27 05:48:00 UTC

[jira] [Updated] (HUDI-1202) Fix Gradle dependency issue when pulling in hudi-spark_2.12

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

Danny Chen updated HUDI-1202:
-----------------------------
    Fix Version/s:     (was: 0.10.0)

> Fix Gradle dependency issue when pulling in hudi-spark_2.12 
> ------------------------------------------------------------
>
>                 Key: HUDI-1202
>                 URL: https://issues.apache.org/jira/browse/HUDI-1202
>             Project: Apache Hudi
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Bhavani Sudha
>            Assignee: Bhavani Sudha
>            Priority: Minor
>             Fix For: 0.11.0
>
>
> Ensure for scala dependent maven artifacts the pom file is substituted with specific scala version. The issues is described here - [https://github.com/apache/hudi/issues/1943] 
>  
> Currently the pom for this specific artifact is referring to ${scala.binary.version} instead of the actual value. While this works fine with maven, gradle throws error because the variable gets substituted with default value in parent pom (2.11) and gradle sees that as inconsistent dependencies. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)