You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Bhavani Sudha (Jira)" <ji...@apache.org> on 2020/08/19 06:52:00 UTC

[jira] [Reopened] (HUDI-1197) Fix build issue in scala 2.12

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

Bhavani Sudha reopened HUDI-1197:
---------------------------------

> Fix build issue in scala 2.12
> -----------------------------
>
>                 Key: HUDI-1197
>                 URL: https://issues.apache.org/jira/browse/HUDI-1197
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Writer Core
>            Reporter: Bhavani Sudha
>            Assignee: Bhavani Sudha
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.6.0
>
>
> During release process ran into build issues with scala 2.12 in HoodieWriterUtils. The error msg looks like below:
> [ERROR] /...hudi/hudi-spark/src/main/scala/org/apache/hudi/HoodieWriterUtils.scala:32: error: reference to mapAsJavaMap is ambiguous;
> [ERROR] it is imported twice in the same scope by
> [ERROR] import scala.collection.JavaConverters._
> [ERROR] and import scala.collection.JavaConversions._
> [ERROR] mapAsJavaMap(parametersWithWriteDefaults(parameters.asScala.toMap))
> [ERROR] ^
>  



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