Bhavani Sudha created HUDI-1202:
-----------------------------------
Summary: 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
Reporter: Bhavani Sudha
Assignee: Bhavani Sudha
Fix For: 0.6.1
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.3.4#803005)