You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (Jira)" <ji...@apache.org> on 2021/01/11 09:23:00 UTC

[jira] [Commented] (PARQUET-1960) Parquet tools build error in the latest released version `apache-parquet-1.11.1`

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

Gabor Szadovszky commented on PARQUET-1960:
-------------------------------------------

I am not sure why it does not work. I guess the problem is around the shading of the jackson library.
Meanwhile the description of the parquet-tools build would not work on snapshot releases anyway: if you are not about the build a parquet-tools for a parquet release that jars are already publicly available you would need to build the dependencies of parquet-tools first. So, I would suggest using {{mvn -pl parquet-tools -am clean install [-Plocal]}} at the root of the repo so all the required parquet modules will be built locally.

> Parquet tools build error in the latest released version `apache-parquet-1.11.1`
> --------------------------------------------------------------------------------
>
>                 Key: PARQUET-1960
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1960
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-mr
>    Affects Versions: 1.11.1
>            Reporter: Jacinta Gichuhi
>            Priority: Major
>
> After following the instruction [here]([https://github.com/apache/parquet-mr/tree/master/parquet-tools)] fro running parquet tools project am getting the following error
>  
> `[ERROR] /Users/jecihjoy/Downloads/parquet-mr-apache-parquet-1.11.1/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[29,38] package com.fasterxml.jackson.databind does not exist`
>  
> [HERE]([https://pastebin.com/HUkU3Cgs)] is the full error log.
> The same error also occurs in all versions greater than 1.9.0
> Please help. 



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