GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/15167
[SPARK-17418] Prevent kinesis-asl-assembly artifacts from being published
This patch updates the `kinesis-asl-assembly` build to prevent that module
from being published as part of Maven releases and snapshot builds.
The `kinesis-asl-assembly` includes the Kinesis Client Library (KCL) and
Kinesis Producer Library (KPL), both of which are licensed under the Amazon
Software License and are therefore prohibited from being distributed in Apache
releases.
While we clearly cannot publish the assembly, it is not clear whether we
also need to stop publishing the `spark-kinesis-asl` library (which only
depends on / links with the KCL / KPL but whose artifacts do not include code
or binaries from those projects). Pending a resolution on that larger question,
this patch only removes the publishing of the assembly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark
stop-publishing-kinesis-assembly
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15167.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15167
----
commit 3220800aa54dc738e4ac8e9cbaa0592052de0573
Author: Josh Rosen <[email protected]>
Date: 2016-09-20T20:01:55Z
Skip kinesis-asl-assembly in install and deploy phases.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]