You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Aseem Bansal <as...@gmail.com> on 2016/10/26 09:08:13 UTC

Can application JAR name contain + for dependency resolution to latest version?

Hi

While using spark-submit
<http://spark.apache.org/docs/latest/submitting-applications.html> to
submit spark jobs is the exact name of the JAR file necessary? Or is there
a way to use something like `1.0.+` to denote the latest version found?