aboutsummaryrefslogtreecommitdiff
path: root/R/install-source-package.sh
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-20123][BUILD] SPARK_HOME variable might have spaces in it(e.g. $SPARKā€¦zuotingbing2017-04-021-10/+10
| | | | | | | | | | | | | | | | JIRA Issue: https://issues.apache.org/jira/browse/SPARK-20123 ## What changes were proposed in this pull request? If $SPARK_HOME or $FWDIR variable contains spaces, then use "./dev/make-distribution.sh --name custom-spark --tgz -Psparkr -Phadoop-2.7 -Phive -Phive-thriftserver -Pmesos -Pyarn" build spark will failed. ## How was this patch tested? manual tests Author: zuotingbing <zuo.tingbing9@zte.com.cn> Closes #17452 from zuotingbing/spark-bulid.
* [SPARK-18828][SPARKR] Refactor scripts for RFelix Cheung2017-01-161-0/+57
## What changes were proposed in this pull request? Refactored script to remove duplications and clearer purpose for each script ## How was this patch tested? manually Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #16249 from felixcheung/rscripts.