GitHub user tdas opened a pull request:
https://github.com/apache/spark/pull/4753
[SPARK-5993][Streaming][Build] Fix assembly jar location of kafka-assembly
Published Kafka-assembly JAR was empty in 1.3.0-RC1
This is because the maven build generated two Jars-
1. an empty JAR file (since kafka-assembly has no code of its own)
2. a assembly JAR file containing everything in a different location as 1
The maven publishing plugin uploaded 1 and not 2.
Instead if 2 is not configure to generate in a different location, there is
only 1 jar containing everything, which gets published.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdas/spark SPARK-5993
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4753.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 #4753
----
commit c390db80220c20e709a10d5ed84dabc35898b5d5
Author: Tathagata Das <[email protected]>
Date: 2015-02-25T00:37:16Z
Fix assembly jar location of kafka-assembly
----
---
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]