aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests/testthat/test_mllib.R
diff options
context:
space:
mode:
authorBryan Cutler <cutlerb@gmail.com>2016-08-20 13:45:26 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-08-20 13:45:26 -0700
commit9f37d4eac28dd179dd523fa7d645be97bb52af9c (patch)
tree6c929720d12d1c598316bd3c5aa960a23feb7b1b /R/pkg/inst/tests/testthat/test_mllib.R
parent9560c8d29542a5dcaaa07b7af9ef5ddcdbb5d14d (diff)
downloadspark-9f37d4eac28dd179dd523fa7d645be97bb52af9c.tar.gz
spark-9f37d4eac28dd179dd523fa7d645be97bb52af9c.tar.bz2
spark-9f37d4eac28dd179dd523fa7d645be97bb52af9c.zip
[SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't exist in dependent module
## What changes were proposed in this pull request? Adding a "(runtime)" to the dependency configuration will set a fallback configuration to be used if the requested one is not found. E.g. with the setting "default(runtime)", Ivy will look for the conf "default" in the module ivy file and if not found will look for the conf "runtime". This can help with the case when using "sbt publishLocal" which does not write a "default" conf in the published ivy.xml file. ## How was this patch tested? used spark-submit with --packages option for a package published locally with no default conf, and a package resolved from Maven central. Author: Bryan Cutler <cutlerb@gmail.com> Closes #13428 from BryanCutler/fallback-package-conf-SPARK-12666.
Diffstat (limited to 'R/pkg/inst/tests/testthat/test_mllib.R')
0 files changed, 0 insertions, 0 deletions