[
https://issues.apache.org/jira/browse/PARQUET-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307857#comment-17307857
]
Lutz Weischer commented on PARQUET-2000:
----------------------------------------
I restarted from scratch and get this:
LC_ALL=C mvn install
...
Testing PARQUET_1_0/FIXED_LEN_BYTE_ARRAY/UNCOMPRESSED + DICTIONARY encodings
using ROW_GROUP_SIZE=131072 PAGE_SIZE=16384
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,100.501 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/parquet/parquet-hadoop/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Parquet MR 1.12.0-SNAPSHOT:
[INFO]
[INFO] Apache Parquet MR .................................. SUCCESS [ 8.688 s]
[INFO] Apache Parquet Format Structures ................... SUCCESS [ 8.891 s]
[INFO] Apache Parquet Generator ........................... SUCCESS [ 3.289 s]
[INFO] Apache Parquet Common .............................. SUCCESS [ 10.041 s]
[INFO] Apache Parquet Encodings ........................... SUCCESS [ 33.835 s]
[INFO] Apache Parquet Column .............................. SUCCESS [01:32 min]
[INFO] Apache Parquet Arrow ............................... SUCCESS [ 3.288 s]
[INFO] Apache Parquet Jackson ............................. SUCCESS [ 4.596 s]
[INFO] Apache Parquet Hadoop .............................. FAILURE [22:59 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:45 min
[INFO] Finished at: 2021-03-24T15:06:55+01: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/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]$
I can access github.com, because I git clone'd from it.
(base) [jw@cn06 parquet]$ ls
/data/jw/parquet/parquet-hadoop/target/failsafe-reports
TEST-org.apache.parquet.encodings.FileEncodingsIT.xml
org.apache.parquet.encodings.FileEncodingsIT.txt
TEST-org.apache.parquet.hadoop.ITTestEncryptionOptions.xml
org.apache.parquet.hadoop.ITTestEncryptionOptions.txt
failsafe-summary.xml
(base) [jw@cn06 parquet]$ nano
/data/jw/parquet/parquet-hadoop/target/failsafe-reports/failsafe-summary.xml
shows
<?xml version="1.0" encoding="UTF-8"?>
<failsafe-summary result="255" />
> 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)