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

Lutz Weischer commented on PARQUET-2000:
----------------------------------------

I got a fresh installation and have now this result: 

(base) [jw@cn05 parquet]$ LC_ALL=C mvn install -DskipTests
...
[INFO] Apache Parquet Pig ................................. SUCCESS [  9.340 s]
[INFO] Apache Parquet Thrift .............................. SUCCESS [ 11.328 s]
[INFO] Apache Parquet Cascading [Deprecated, will be removed after 1.12] 
FAILURE [  1.496 s]
[INFO] Apache Parquet Cascading (for Cascading 3.0 onwards) [Deprecated, will 
be removed after 1.12] SKIPPED
[INFO] Apache Parquet Command-line ........................ SKIPPED
[INFO] Apache Parquet Pig Bundle .......................... SKIPPED
[INFO] Apache Parquet Protobuf ............................ SKIPPED
[INFO] Apache Parquet Scala ............................... SKIPPED
[INFO] Apache Parquet Scrooge [Deprecated, will be removed after 1.12] SKIPPED
[INFO] Apache Parquet Hadoop Bundle ....................... SKIPPED
[INFO] Apache Parquet Tools; [Deprecated, will be removed after 1.12; Use 
parquet-cli instead] SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:21 min
[INFO] Finished at: 2021-03-26T14:08:18+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
com.github.siom79.japicmp:japicmp-maven-plugin:0.14.2:cmp (default) on project 
parquet-cascading-deprecated: Could not resolve 
org.apache.parquet:parquet-cascading:jar:1.12.0 -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :parquet-cascading-deprecated
(base) [jw@cn05 parquet]$ 

Trying differently: 

(base) [jw@cn05 parquet]$ mvn install -DskipTests
...
[INFO] Apache Parquet Pig ................................. SUCCESS [  8.357 s]
[INFO] Apache Parquet Thrift .............................. SUCCESS [ 10.033 s]
[INFO] Apache Parquet Cascading [Deprecated, will be removed after 1.12] 
FAILURE [  0.686 s]
[INFO] Apache Parquet Cascading (for Cascading 3.0 onwards) [Deprecated, will 
be removed after 1.12] SKIPPED
[INFO] Apache Parquet Command-line ........................ SKIPPED
[INFO] Apache Parquet Pig Bundle .......................... SKIPPED
[INFO] Apache Parquet Protobuf ............................ SKIPPED
[INFO] Apache Parquet Scala ............................... SKIPPED
[INFO] Apache Parquet Scrooge [Deprecated, will be removed after 1.12] SKIPPED
[INFO] Apache Parquet Hadoop Bundle ....................... SKIPPED
[INFO] Apache Parquet Tools; [Deprecated, will be removed after 1.12; Use 
parquet-cli instead] SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:06 min
[INFO] Finished at: 2021-03-26T14:33:17+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.12:check 
(default) on project parquet-cascading-deprecated: Too many files with 
unapproved license: 1 See RAT report in: 
/data/jw/apache/metron/parquet/parquet-cascading-deprecated/target/rat.txt -> 
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :parquet-cascading-deprecated
(base) [jw@cn05 parquet]$ 

And: 

(base) [jw@cn05 parquet]$ mvn install -DskipTests -Drat.skip=true
...
[INFO] Apache Parquet Pig ................................. SUCCESS [  8.106 s]
[INFO] Apache Parquet Thrift .............................. SUCCESS [  9.405 s]
[INFO] Apache Parquet Cascading [Deprecated, will be removed after 1.12] 
FAILURE [  0.566 s]
[INFO] Apache Parquet Cascading (for Cascading 3.0 onwards) [Deprecated, will 
be removed after 1.12] SKIPPED
[INFO] Apache Parquet Command-line ........................ SKIPPED
[INFO] Apache Parquet Pig Bundle .......................... SKIPPED
[INFO] Apache Parquet Protobuf ............................ SKIPPED
[INFO] Apache Parquet Scala ............................... SKIPPED
[INFO] Apache Parquet Scrooge [Deprecated, will be removed after 1.12] SKIPPED
[INFO] Apache Parquet Hadoop Bundle ....................... SKIPPED
[INFO] Apache Parquet Tools; [Deprecated, will be removed after 1.12; Use 
parquet-cli instead] SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:03 min
[INFO] Finished at: 2021-03-26T14:42:35+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
com.github.siom79.japicmp:japicmp-maven-plugin:0.14.2:cmp (default) on project 
parquet-cascading-deprecated: Could not resolve 
org.apache.parquet:parquet-cascading:jar:1.12.0 -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :parquet-cascading-deprecated
(base) [jw@cn05 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)

Reply via email to