Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-22315][SPARKR] Warn if SparkR package version doesn't match Sp…
…arkContext ## What changes were proposed in this pull request? This PR adds a check between the R package version used and the version reported by SparkContext running in the JVM. The goal here is to warn users when they have a R package downloaded from CRAN and are using that to connect to an existing Spark cluster. This is raised as a warning rather than an error as users might want to use patch versions interchangeably (e.g., 2.1.3 with 2.1.2 etc.) ## How was this patch tested? Manually by changing the `DESCRIPTION` file Author: Shivaram Venkataraman <[email protected]> Closes apache#19624 from shivaram/sparkr-version-check.
- Loading branch information