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

[jira] [Commented] (PARQUET-2000) build failed on AArch64, Fedora 33

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

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

Looks like we've progress but we're not there yet, due to failing tests. Using Java 11, setting ANT_OPTS with proxy: 

(base) [jw@cn06 parquet]$ LC_ALL=C mvn install
...
Testing PARQUET_2_0/FIXED_LEN_BYTE_ARRAY/UNCOMPRESSED + DICTIONARY encodings using ROW_GROUP_SIZE=131072 PAGE_SIZE=16384
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,062.679 sec

Results :

Tests in error:
  testInteropReadEncryptedParquetFiles(org.apache.parquet.hadoop.ITTestEncryptionOptions): github.com: Name or service not known

Tests run: 17, Failures: 0, Errors: 1, Skipped: 0

[INFO]
[INFO] --- maven-failsafe-plugin:2.10:verify (default) @ parquet-hadoop ---
[INFO] Failsafe report directory: /data/jw/apache/parquet/parquet-hadoop/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Parquet MR 1.13.0-SNAPSHOT:
[INFO]
[INFO] Apache Parquet MR .................................. SUCCESS [  8.110 s]
[INFO] Apache Parquet Format Structures ................... SUCCESS [  8.766 s]
[INFO] Apache Parquet Generator ........................... SUCCESS [  3.380 s]
[INFO] Apache Parquet Common .............................. SUCCESS [  9.466 s]
[INFO] Apache Parquet Encodings ........................... SUCCESS [ 35.689 s]
[INFO] Apache Parquet Column .............................. SUCCESS [01:33 min]
[INFO] Apache Parquet Arrow ............................... SUCCESS [  3.252 s]
[INFO] Apache Parquet Jackson ............................. SUCCESS [  4.634 s]
[INFO] Apache Parquet Hadoop .............................. FAILURE [22:20 min]
[INFO] Apache Parquet Avro ................................ SKIPPED
[INFO] Apache Parquet Benchmarks .......................... SKIPPED
[INFO] Apache Parquet Pig ................................. SKIPPED
[INFO] Apache Parquet Thrift .............................. SKIPPED
[INFO] Apache Parquet Cascading [Deprecated, will be removed after 1.12] SKIPPED
[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:  25:08 min
[INFO] Finished at: 2021-04-01T12:04:30+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.10:verify (default) on project parquet-hadoop: There are test failures.
[ERROR]
[ERROR] Please refer to /data/jw/apache/parquet/parquet-hadoop/target/failsafe-reports for the individual test results.
[ERROR] -> [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-hadoop
(base) [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)