You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Hung Tran (Jira)" <ji...@apache.org> on 2020/06/04 00:44:00 UTC

[jira] [Resolved] (GOBBLIN-1180) Remove dependency on gobblin-parquet

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

Hung Tran resolved GOBBLIN-1180.
--------------------------------
    Fix Version/s: 0.15.0
       Resolution: Fixed

Issue resolved by pull request #3026
[https://github.com/apache/incubator-gobblin/pull/3026]

> Remove dependency on gobblin-parquet
> ------------------------------------
>
>                 Key: GOBBLIN-1180
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1180
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Vikram Bohra
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> gobblin-parquet has dependencies on com.twitter  parquet libraries.
> 'com.twitter:parquet-protobuf:1.5.0' (including higher versions) is not resolvable from MavenCentral because it's missing some of its transitive dependencies. This makes the 'gobblin-parquet' module _also not resolvable_ from MavenCentral (e.g. 'org.apache.gobblin:gobblin-parquet:0.14.0' does not resolve from Central as of today).
> To fix this, I suggest using "gobblin-parquet-apache" (which has org.apache parquet libraries) instead of "gobblin-parquet" 
> This also unblocks automated consumption of gobblin external artifact at LinkedIn
> After this change, gobblin-parquet module can safely be removed.



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