GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/1200
[SPARK-2259] Fix misleading docs on cluster / client deploy modes
The existing docs are highly misleading. For standalone mode, for example,
it encourages the user to use standalone-cluster mode, which is not officially
supported. The safeguards have been added in Spark submit
itself to prevent bad documentation from leading users down the wrong path
in the future.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark submit-docs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1200.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 #1200
----
commit 9f7ed8f62ad1bfb1cf7dd7c5b3f9863f68ec6fe9
Author: Andrew Or <[email protected]>
Date: 2014-06-24T22:45:14Z
Clarify client vs cluster deploy mode + add safeguards
The existing docs are highly misleading. For standalone mode, for
example, it encourages the user to use standalone-cluster mode, which is
not officially supported. The safeguards have been added in Spark submit
itself to prevent bad documentation from leading users down the wrong
path in the future.
----
---
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.
---