Description
It would be super-convenient, in a development environment, to be able to use the --packages argument to point spark to the latest version of a package instead of specifying a specific version.
For example, instead of the following:
--packages com.databricks:spark-csv_2.11:1.5.0
I could just put in this:
--packages com.databricks:spark-csv_2.11:latest