You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Vova Vysotskyi (Jira)" <ji...@apache.org> on 2021/10/15 11:47:00 UTC

[jira] [Created] (DRILL-8010) Build fails with unresolved incubator-iceberg dependency

Vova Vysotskyi created DRILL-8010:
-------------------------------------

             Summary: Build fails with unresolved incubator-iceberg dependency
                 Key: DRILL-8010
                 URL: https://issues.apache.org/jira/browse/DRILL-8010
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Vova Vysotskyi
            Assignee: Vova Vysotskyi


Error:
{noformat}
[ERROR] Failed to execute goal on project drill-iceberg-metastore: Could not resolve dependencies for project org.apache.drill.metastore:drill-iceberg-metastore:jar:1.20.0-SNAPSHOT: The following artifacts could not be resolved: com.github.apache.incubator-iceberg:iceberg-parquet:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-data:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-core:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-common:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-api:jar:93d51b9: Failure to find com.github.apache.incubator-iceberg:iceberg-parquet:jar:93d51b9 in https://conjars.org/repo was cached in the local repository, resolution will not be reattempted until the update interval of conjars has elapsed or updates are forced
{noformat}

Iceberg was moved out from the incubator, so it is likely that the old JitPack dependency was revoked, but it wasn't rebuilt because the repo URL was changed.

The solution is to use a newer non-incubator version.



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