GitHub user felixcheung opened a pull request:
https://github.com/apache/spark/pull/17515
[SPARK-20197][SPARKR] CRAN check fail with package installation
## What changes were proposed in this pull request?
Test failed because SPARK_HOME is not set before Spark is installed.
Also current directory is not == SPARK_HOME when tests are run with R CMD
check, unlike in Jenkins, so disable that test for now. (that would also
disable the test in Jenkins - so this change should not be ported to master
as-is.)
## How was this patch tested?
Manual run R CMD check
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/felixcheung/spark rcrancheck
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17515.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 #17515
----
commit 5d8897e7dcd01def90bdc7b83718960c1b7d963a
Author: Felix Cheung <[email protected]>
Date: 2017-04-02T22:38:23Z
fix install order, disable dir check for now
----
---
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]