Skip to content

Conversation

@junyangq
Copy link
Contributor

@junyangq junyangq commented Aug 2, 2016

What changes were proposed in this pull request?

Add an install.spark function to the SparkR package. User can run install.spark() to install Spark to a local directory within R if no existing one found.

It tries to search for installation files in three ways, in the following order.

  1. user provided mirror site in mirrorUrl
  2. mirror site suggested from apache website
  3. hardcoded backup option

If the user calls sparkR.session() and no spark package found, it will install automatically.

How was this patch tested?

Manual tests.

Users can download and install Spark package inside R console
@SparkQA
Copy link

SparkQA commented Aug 2, 2016

Test build #63102 has finished for PR 14448 at commit 370cc5d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants