You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Boris V.Kuznetsov (Jira)" <ji...@apache.org> on 2019/08/29 15:28:00 UTC

[jira] [Commented] (ARROW-6361) sbt docker publish fails due to Arrow dependecies

    [ https://issues.apache.org/jira/browse/ARROW-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918706#comment-16918706 ] 

Boris V.Kuznetsov commented on ARROW-6361:
------------------------------------------

I found a working solution [here|https://stackoverflow.com/questions/54094482/sbt-assembly-deduplicate-error-with-org-apache-arrow]

Even thou I solved MY problem, I'm sure this needs to be added in documentation. What do you think, guys ?

> sbt docker publish fails due to Arrow dependecies
> -------------------------------------------------
>
>                 Key: ARROW-6361
>                 URL: https://issues.apache.org/jira/browse/ARROW-6361
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 0.14.1
>            Reporter: Boris V.Kuznetsov
>            Priority: Major
>         Attachments: tree.txt
>
>
> Hello guys
> I'm using Arrow in my Scala project and included Maven deps in sbt as required.
> However, when I try to publish a Docker container with sbt 'docker:publish', I get the following error:
> [error] 1 error was encountered during merge
> [error] java.lang.RuntimeException: deduplicate: different file contents found in the following:
> [error] /home/bku/.cache/coursier/v1/https/repo1.maven.org/maven2/org/apache/arrow/arrow-vector/0.14.1/arrow-vector-0.14.1.jar:git.properties
> [error] /home/bku/.cache/coursier/v1/https/repo1.maven.org/maven2/org/apache/arrow/arrow-format/0.14.1/arrow-format-0.14.1.jar:git.properties
> [error] /home/bku/.cache/coursier/v1/https/repo1.maven.org/maven2/org/apache/arrow/arrow-memory/0.14.1/arrow-memory-0.14.1.jar:git.properties
> My project is [here|https://github.com/Clover-Group/tsp/tree/kafka].
> You may check project dependency tree attached.
> How do I fix that?
> Thank you



--
This message was sent by Atlassian Jira
(v8.3.2#803003)