GitHub user pwendell opened a pull request:
https://github.com/apache/spark/pull/542
SPARK-1619 Launch spark-shell with spark-submit
This simplifies the shell a bunch and passes all arguments through to
spark-submit.
There is a tiny incompatibility from 0.9.1 which is that you can't put `-c`
_or_ `--cores`, only `--cores`. However, spark-submit will give a good error
message in this case, I don't think many people used this, and it's a trivial
change for users.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pwendell/spark spark-shell
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/542.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 #542
----
commit aa2900b028a6216432e8a02bc8488d3b32db7763
Author: Patrick Wendell <[email protected]>
Date: 2014-04-24T21:24:10Z
SPARK-1619 Launch spark-shell with spark-submit
----
---
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.
---