Boolean to distribute .libPaths() packages to each node,
a list of packages to distribute, or a package bundle created with
spark_apply_bundle().
For clusters using Livy or Yarn cluster mode, packages must
point to a package bundle created using spark_apply_bundle()
and made available as a Spark file using config$sparklyr.shell.files.
For offline clusters where available.packages() is not available,
manually download the packages database from
https://cran.r-project.org/web/packages/packages.rds and set
Sys.setenv(sparklyr.apply.packagesdb = "<pathl-to-rds>"). Otherwise,
all packages will be used by default.