Skip to content

[Java] sbt docker publish fails due to Arrow dependecies #283

@asfimport

Description

@asfimport

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.

You may check project dependency tree attached.

How do I fix that?

Thank you

Reporter: Boris V.Kuznetsov

Related issues:

Original Issue Attachments:

Note: This issue was originally created as ARROW-6361. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions