You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Upstream SPARK-XXXXX ticket and PR link (if not applicable, explain)
Not filed in upstream, touches code for conda.
## What changes were proposed in this pull request?
rLibDir contains a sequence of possible paths for the SparkR package on the executor and is passed on to the R daemon with the SPARKR_RLIBDIR environment variable. This PR filters rLibDir for paths that exist before setting SPARKR_RLIBDIR, retaining existing functionality to preferentially choose a YARN or local SparkR install over conda if both are present.
See daemon.R: https://github.com/palantir/spark/blob/master/R/pkg/inst/worker/daemon.R#L23Fixesapache-spark-on-k8s#456
## How was this patch tested?
Manually testing cherry picked on older version
Please review http://spark.apache.org/contributing.html before opening a pull request.
0 commit comments