Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/17416#discussion_r108502945
--- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
@@ -941,6 +965,12 @@ private[spark] object SparkSubmitUtils {
val ri = ModuleRevisionId.newInstance(mvn.groupId, mvn.artifactId,
mvn.version)
val dd = new DefaultDependencyDescriptor(ri, false, false)
dd.addDependencyConfiguration(ivyConfName, ivyConfName + "(runtime)")
+ if (mvn.classifier.isDefined) {
--- End diff --
As far as I can tell, this looks ok to me. This seems like the right way to
add an artifact with classifier, but I'm not certain. Does the artifact show
up in the `ResolveReport` at the end of `SparkSubmit.resolveMavenCoordinates`?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]