spark-instrumented-optimizer/R/pkg
Felix Cheung 8a51cfdcad [SPARK-18810][SPARKR] SparkR install.spark does not work for RCs, snapshots
## What changes were proposed in this pull request?

Support overriding the download url (include version directory) in an environment variable, `SPARKR_RELEASE_DOWNLOAD_URL`

## How was this patch tested?

unit test, manually testing
- snapshot build url
  - download when spark jar not cached
  - when spark jar is cached
- RC build url
  - download when spark jar not cached
  - when spark jar is cached
- multiple cached spark versions
- starting with sparkR shell

To use this,
```
SPARKR_RELEASE_DOWNLOAD_URL=http://this_is_the_url_to_spark_release_tgz R
```
then in R,
```
library(SparkR) # or specify lib.loc
sparkR.session()
```

Author: Felix Cheung <felixcheung_m@hotmail.com>

Closes #16248 from felixcheung/rinstallurl.
2016-12-12 14:40:41 -08:00
..
inst [SPARK-18810][SPARKR] SparkR install.spark does not work for RCs, snapshots 2016-12-12 14:40:41 -08:00
R [SPARK-18810][SPARKR] SparkR install.spark does not work for RCs, snapshots 2016-12-12 14:40:41 -08:00
src-native [SPARK-6811] Copy SparkR lib in make-distribution.sh 2015-05-23 00:04:01 -07:00
tests [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases. 2015-12-07 10:38:17 -08:00
vignettes [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a package without Spark 2016-12-04 20:25:11 -08:00
.lintr [SPARK-12327][SPARKR] fix code for lintr warning for commented code 2016-01-03 20:53:35 +05:30
.Rbuildignore [SPARK-18590][SPARKR] build R source package when making distribution 2016-12-08 11:29:31 -08:00
DESCRIPTION [SPARK-18590][SPARKR] build R source package when making distribution 2016-12-08 11:29:31 -08:00
NAMESPACE [SPARK-18590][SPARKR] build R source package when making distribution 2016-12-08 11:29:31 -08:00