GitHub user vanzin opened a pull request:
https://github.com/apache/spark/pull/11591
[SPARK-13578] [core] Modify launch scripts to not use assemblies.
Instead of looking for a specially-named assembly, the scripts now will
blindly add all jars under the libs directory to the classpath. This
libs directory is still currently the old assembly dir, so things should
keep working the same way as before until we make more packaging changes.
The only lost feature is the detection of multiple assemblies; I consider
that a minor nicety that only really affects few developers, so it's
probably
ok.
Tested locally by running spark-shell; also did some minor Win32 testing
(just made sure spark-shell started).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vanzin/spark SPARK-13578
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11591.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 #11591
----
----
---
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]