[
https://issues.apache.org/jira/browse/PARQUET-1896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183222#comment-17183222
]
ASF GitHub Bot commented on PARQUET-1896:
-----------------------------------------
gszadovszky commented on pull request #809:
URL: https://github.com/apache/parquet-mr/pull/809#issuecomment-679102521
@qinghui-xu, thanks a lot for the investigation and fixing this issue.
I think, we should add `mvn clean` to the travis conf to ensure issues like
this one will not occur again. Created
[PARQUET-1902](https://issues.apache.org/jira/browse/PARQUET-1902) to track
this. Feel free to comment to the jira.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Maven] parquet-tools build is broken
> -------------------------------------
>
> Key: PARQUET-1896
> URL: https://issues.apache.org/jira/browse/PARQUET-1896
> Project: Parquet
> Issue Type: Bug
> Components: parquet-mr
> Affects Versions: 1.12.0
> Reporter: Qinghui Xu
> Assignee: Qinghui Xu
> Priority: Major
>
> There is a compilation error when running `mvn clean install` on the
> parquet-mr project:
> Environment: macos 10.14.6 (Darwin Kernel Version 18.7.0), maven 3.6.3
> {code:java}
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleMapRecord.java:[21,43]
> package com.fasterxml.jackson.databind.node does not exist
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[29,38]
> package com.fasterxml.jackson.databind does not exist
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[30,43]
> package com.fasterxml.jackson.databind.node does not exist
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/json/JsonRecordFormatter.java:[22,38]
> package com.fasterxml.jackson.databind does not exist
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[72,23]
> cannot find symbol
> symbol: class BinaryNode
> location: class org.apache.parquet.tools.read.SimpleRecord
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[108,5]
> cannot find symbol
> symbol: class ObjectMapper
> location: class org.apache.parquet.tools.read.SimpleRecord
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[108,31]
> cannot find symbol
> symbol: class ObjectMapper
> location: class org.apache.parquet.tools.read.SimpleRecord
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleRecord.java:[125,18]
> cannot find symbol
> symbol: class BinaryNode
> location: class org.apache.parquet.tools.read.SimpleRecord
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/read/SimpleMapRecord.java:[59,20]
> cannot find symbol
> symbol: class BinaryNode
> location: class org.apache.parquet.tools.read.SimpleMapRecord
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/json/JsonRecordFormatter.java:[116,7]
> cannot find symbol
> symbol: class ObjectMapper
> location: class
> org.apache.parquet.tools.json.JsonRecordFormatter.JsonGroupFormatter
> [ERROR]
> /Users/q.xu/Sources/thirdparty/parquet-mr/parquet-tools/src/main/java/org/apache/parquet/tools/json/JsonRecordFormatter.java:[116,33]
> cannot find symbol
> symbol: class ObjectMapper
> location: class
> org.apache.parquet.tools.json.JsonRecordFormatter.JsonGroupFormatter {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)