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 Yarn cluster mode, packages can point to a package
bundle created using spark_apply_bundle() and made available as a Spark
file using config$sparklyr.shell.files. For clusters using Livy, packages
can be manually installed on the driver node.
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.