GitHub user tzolov opened a pull request:
https://github.com/apache/spark/pull/1611
[Build] SPARK-2614: (2nd patch) Create a spark-XXX-examples.deb package in
addition to the spark-XXX-all.deb (-Pdeb profile)
New patch that takes into consideration Mark Hamstra's suggestion
(https://issues.apache.org/jira/browse/SPARK-2614) to create a separate
(dedicated) spark_examples package (e.g spark-XXX-examples.deb) instead of
bundleing the spark_examples.jar inside the spark-XXX-all.deb.
When build with the -Pdeb profile enabled the project creates two debian
packages like this:
```
-rw-r--r-- 1 tzoloc 720748206 108151256 Jul 27 23:27
spark_1.1.0-SNAPSHOT-2bbf2353_all.deb
-rw-r--r-- 1 tzoloc 720748206 59732472 Jul 27 23:27
spark_1.1.0-SNAPSHOT-2bbf2353_examples.deb
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tzolov/spark SPARK-2614-3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1611.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 #1611
----
commit 5fe6a53ddcc99b7d31df7a6eff191b56b5f21a30
Author: tzolov <[email protected]>
Date: 2014-07-27T21:54:49Z
[Build] SPARK-2614: (3) Create a spark-XXX-examples.deb package in addition
to the spark-XXX-all.deb (-Pdeb profile)
----
---
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.
---