Xinrong Meng created SPARK-30491:
------------------------------------

             Summary: Enable dependency audit files to tell dependency 
classifier
                 Key: SPARK-30491
                 URL: https://issues.apache.org/jira/browse/SPARK-30491
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.4.4, 3.1.0
            Reporter: Xinrong Meng


Dependency audit files under `dev/deps` only show jar names. Given that, it is 
not trivial to figure out the dependency classifiers.

For example, `avro-mapred-1.8.2-hadoop2.jar` is made up of artifact id 
`avro-mapred`, version `1.8.2`, and classifier `hadoop2`. In contrast, 
`htrace-core-3.1.0-incubating.jar` is made up of artifact id `htrace-core`, and 
version `3.1.0-incubating.jar`. 

All in all, the classifier can't be told from its position in jar name, 
however, as part of the identifier of dependency, it should be clearly figured 
out.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to