[
https://issues.apache.org/jira/browse/PARQUET-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303175#comment-17303175
]
Lutz Weischer commented on PARQUET-2000:
----------------------------------------
[jw@cn06 parquet]$ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< org.apache.parquet:parquet-format >------------------
[INFO] Building Apache Parquet Format 2.9.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- thrift-maven-plugin:0.10.0:compile (thrift-sources) @ parquet-format
---
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (check-thrift-version) @ parquet-format
---
=================================================================================
========== [FATAL] Build is configured to require Thrift version 0.12.0
==========
========== Currently installed: Thrift version 0.13.0
=================================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.682 s
[INFO] Finished at: 2021-03-17T08:54:58+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
(check-thrift-version) on project parquet-format: Command execution failed.:
Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[jw@cn06 parquet]$ thrift -version
Thrift version 0.13.0
[jw@cn06 parquet]$ mvn install -DskipTests
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< org.apache.parquet:parquet-format >------------------
[INFO] Building Apache Parquet Format 2.9.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- thrift-maven-plugin:0.10.0:compile (thrift-sources) @ parquet-format
---
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:exec (check-thrift-version) @ parquet-format
---
=================================================================================
========== [FATAL] Build is configured to require Thrift version 0.12.0
==========
========== Currently installed: Thrift version 0.13.0
=================================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.428 s
[INFO] Finished at: 2021-03-17T08:56:36+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
(check-thrift-version) on project parquet-format: Command execution failed.:
Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[jw@cn06 parquet]$
> build failed on AArch64, Fedora 33
> -----------------------------------
>
> Key: PARQUET-2000
> URL: https://issues.apache.org/jira/browse/PARQUET-2000
> Project: Parquet
> Issue Type: Bug
> Reporter: Lutz Weischer
> Priority: Major
>
> Apache Thrift 0.12.0 is required. Building it reports unsupported .NET, etc.
> Installing 0.13.0 using yum results in an error on mvn package.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)