PARQUET-111: Updates for apache release#109
Conversation
fd4b7dd to
4fe2ce7
Compare
|
@julienledem @tomwhite could you take a look at this? I think it is ready for review. We will need to get a +1 from @wesleypeck and @lukasnalezenec to move the header copyrights to NOTICE, but I think other than that this is ready to merge. Thanks! |
|
There's more info on PARQUET-111 as well, in case there are questions. |
|
LGTM. +1 |
|
+1 |
|
Hi On Mon, Feb 2, 2015 at 1:46 PM, Tom White [email protected] wrote:
|
This does not update the groupId to org.apache.parquet. The first Apache release will use the com.twitter groupId and will be followed by a org.apache release.
This replaces the Twitter copyright in NOTICE with the standard Apache boilerplate because Twitter has has filed a software grant with the ASF (Cloudera has as well).
This does not include parquet-tools or parquet-protobuf, which need to be updated separately with approval from the authors.
* Add Daniel Lemire's copyright and license to LICENSE (third party) * Add ARRIS's and Lukas Nalezenc's NOTICE sections to root NOTICE * Remove NOTICE entries for Apache dependencies, not included in src
This gets the RAT check to pass. These will be replaced with the standard Apache header before release.
b7a7689 to
bf19849
Compare
|
I've updated this PR and removed the parquet-tools header changes. That way, I can merge most of this before master changes completely. Once the tests complete, I'll merge it and submit the parquet-tools changes as a separate PR. Thanks for the reviews, everyone! |
Updates for first Apache release of parquet-mr. Author: Ryan Blue <[email protected]> Closes apache#109 from rdblue/PARQUET-111-update-for-apache-release and squashes the following commits: bf19849 [Ryan Blue] PARQUET-111: Add ARRIS copyright header to parquet-tools. f1a5c28 [Ryan Blue] PARQUET-111: Update headers in parquet-protobuf. ee4ea88 [Ryan Blue] PARQUET-111: Remove leaked LICENSE and NOTICE files. 5bf178b [Ryan Blue] PARQUET-111: Update module names, urls, and binary LICENSE files. 6736320 [Ryan Blue] PARQUET-111: Add RAT exclusion for auto-generated POM files. 7db4553 [Ryan Blue] PARQUET-111: Add attribution for Spark dev script to LICENSE. 45e29f2 [Ryan Blue] PARQUET-111: Update LICENSE and NOTICE. 516c058 [Ryan Blue] PARQUET-111: Update license headers to pass RAT check. da688e3 [Ryan Blue] PARQUET-111: Update NOTICE with Apache boilerplate. 234715d [Ryan Blue] PARQUET-111: Add DISCLAIMER and KEYS. f1d3601 [Ryan Blue] PARQUET-111: Update to use Apache parent POM.
Updates for first Apache release of parquet-mr. Author: Ryan Blue <[email protected]> Closes apache#109 from rdblue/PARQUET-111-update-for-apache-release and squashes the following commits: bf19849 [Ryan Blue] PARQUET-111: Add ARRIS copyright header to parquet-tools. f1a5c28 [Ryan Blue] PARQUET-111: Update headers in parquet-protobuf. ee4ea88 [Ryan Blue] PARQUET-111: Remove leaked LICENSE and NOTICE files. 5bf178b [Ryan Blue] PARQUET-111: Update module names, urls, and binary LICENSE files. 6736320 [Ryan Blue] PARQUET-111: Add RAT exclusion for auto-generated POM files. 7db4553 [Ryan Blue] PARQUET-111: Add attribution for Spark dev script to LICENSE. 45e29f2 [Ryan Blue] PARQUET-111: Update LICENSE and NOTICE. 516c058 [Ryan Blue] PARQUET-111: Update license headers to pass RAT check. da688e3 [Ryan Blue] PARQUET-111: Update NOTICE with Apache boilerplate. 234715d [Ryan Blue] PARQUET-111: Add DISCLAIMER and KEYS. f1d3601 [Ryan Blue] PARQUET-111: Update to use Apache parent POM.
Updates for first Apache release of parquet-mr.