You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/09/12 14:10:00 UTC

[jira] [Created] (PARQUET-2186) [Java] parquet-mr fails compiling

Antoine Pitrou created PARQUET-2186:
---------------------------------------

             Summary: [Java] parquet-mr fails compiling
                 Key: PARQUET-2186
                 URL: https://issues.apache.org/jira/browse/PARQUET-2186
             Project: Parquet
          Issue Type: Bug
          Components: parquet-mr
    Affects Versions: 1.13.0
            Reporter: Antoine Pitrou


This is on git master:
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Parquet MR 1.13.0-SNAPSHOT:
[INFO] 
[INFO] Apache Parquet MR .................................. FAILURE [  0.958 s]
[INFO] Apache Parquet Format Structures ................... SKIPPED
[INFO] Apache Parquet Generator ........................... SKIPPED
[INFO] Apache Parquet Common .............................. SKIPPED
[INFO] Apache Parquet Encodings ........................... SKIPPED
[INFO] Apache Parquet Column .............................. SKIPPED
[INFO] Apache Parquet Arrow ............................... SKIPPED
[INFO] Apache Parquet Jackson ............................. SKIPPED
[INFO] Apache Parquet Hadoop .............................. SKIPPED
[INFO] Apache Parquet Avro ................................ SKIPPED
[INFO] Apache Parquet Benchmarks .......................... SKIPPED
[INFO] Apache Parquet Command-line ........................ SKIPPED
[INFO] Apache Parquet Pig ................................. SKIPPED
[INFO] Apache Parquet Pig Bundle .......................... SKIPPED
[INFO] Apache Parquet Protobuf ............................ SKIPPED
[INFO] Apache Parquet Scala ............................... SKIPPED
[INFO] Apache Parquet Thrift .............................. SKIPPED
[INFO] Apache Parquet Hadoop Bundle ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.148 s
[INFO] Finished at: 2022-09-12T16:06:24+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.13:check (default) on project parquet: Too many files with unapproved license: 1 See RAT report in: /home/antoine/parquet/mr/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
{code}

This is the "RAT" (sic) report:
{code}
*****************************************************

Files with unapproved licenses:

  cli.sh

*****************************************************

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require any license headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc. will be marked N
  N     NOTICE
  AL    .travis.yml
  AL    CHANGES.md
  N     LICENSE
  AL    dev/ci-before_install.sh
  AL    dev/prepare-release.sh
  AL    dev/finalize-release
  AL    dev/ci-before_install-master.sh
  AL    dev/merge_parquet_pr.py
  AL    dev/COMMITTERS.md
  AL    dev/source-release.sh
  AL    dev/README.md
  N     src/license.txt
  AL    .editorconfig
  AL    changelog.sh
  AL    .github/workflows/test.yml
  B     doc/dremel_paper/schema.png
  B     doc/dremel_paper/dremel_example.png
  AL    pom.xml
 !????? cli.sh
  AL    PoweredBy.md
  AL    README.md
 
*****************************************************
{code}

This is because I have a script file "cli.sh" at the base of the git checkout.

The "RAT" report shouldn't fail because of unrelated files that are not in the git repository...




--
This message was sent by Atlassian Jira
(v8.20.10#820010)