-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
In order to get release 1.6 of parquet-mr out, we have to do some updates.
For Apache policy:
- -Update the header in all Parquet source files (see PARQUET-72 for examples)-
- -Add DISCLAIMER and KEYS files (copy from parquet-format)-
Add the Apache Rat maven plugin to check source file license headers and make sure it passesFor the overall project, go through any external source that is bundled and update the root LICENSE and NOTICE files- -For each module that produces a binary artifact, go through the content pulled in by the maven-shade-plugin or the maven-assembly-plugin and update a LICENSE and NOTICE file for that content (see PARQUET-109 for an example).-
We also need to update the build (see PR #11):
Inherit from the ASF pomto pull in Apache release settings (will be done for org.apache groupId)Update metadata, like SCM, mailing lists, and JIRA links- -Go through modules and remove any LICENSE and NOTICE files that are included by shading or assembly (relevant content should be included in parquet-mr LICENSE and NOTICE)-
Reporter: Ryan Blue / @rdblue
Assignee: Ryan Blue / @rdblue
Related issues:
Note: This issue was originally created as PARQUET-111. Please see the migration documentation for further details.