Felix Cheung created SPARK-18828: ------------------------------------ Summary: Refactor SparkR build and test scripts Key: SPARK-18828 URL: https://issues.apache.org/jira/browse/SPARK-18828 Project: Spark Issue Type: Bug Components: SparkR Affects Versions: 2.1.0 Reporter: Felix Cheung
Since we are building SparkR source package we are now seeing the call tree getting more convoluted and more parts are getting duplicated. We should try to clean this up. One issue is with the requirement to install SparkR before building SparkR source package (ie. R CMD build) because of the loading of SparkR via "library(SparkR)" in the vignettes. When we refactor that part in the vignettes we should be able to further decouple the scripts. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org