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 14:19:00 UTC

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

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

Vova Vysotskyi resolved DRILL-8010.
-----------------------------------
    Resolution: Fixed

Fixed in https://github.com/apache/drill/commit/0c9451e6720e5028e1187067cc6d1957ff998bef

> 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
>            Priority: Major
>
> As [~mrymar] noticed, build fails with the following 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)