We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a3eed commit c93f585Copy full SHA for c93f585
core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -1363,7 +1363,7 @@ private[spark] object SparkSubmitUtils {
1363
* @param ivySettings An IvySettings containing resolvers to use
1364
* @param transitive Whether resolving transitive dependencies, default is true
1365
* @param exclusions Exclusions to apply when resolving transitive dependencies
1366
- * @return The comma-delimited path to the jars of the given maven artifacts including their
+ * @return Seq of path to the jars of the given maven artifacts including their
1367
* transitive dependencies
1368
*/
1369
def resolveMavenCoordinates(
0 commit comments