GitHub user junyangq opened a pull request:
https://github.com/apache/spark/pull/14761
[SparkR][Minor] Add installation message for remote master mode and improve
other messages
## What changes were proposed in this pull request?
This PR tries to give informative message to users when they connect to a
remote master but don't have Spark package in their local machine.
For now, automatic installation will only happen if they start SparkR in R
console (rather than from sparkr-shell) and connect to local master. In the
remote master mode, local Spark package is still needed, but different from
local mode, we will not trigger the install.spark function because the versions
have to match those on the cluster, which involves more user input. Instead, we
provide detailed message that may help the users.
Some of the previous messages have also been slightly changed.
## How was this patch tested?
Manual test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/junyangq/spark SPARK-16579-V1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14761.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 #14761
----
commit 8740e76c1cda447afd8bb153a4dec36495a82fea
Author: Junyang Qian <[email protected]>
Date: 2016-08-22T20:43:39Z
Give more detailed instruction and message for installation.
----
---
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]