Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run '--packages' only with default cuda11 jar (NVIDIA#10279)
* Run '--packages' only with default cuda11 jar As '--packages' only works on the default cuda11 jar, it does not support classifier parameter, refer to issue: https://issues.apache.org/jira/browse/SPARK-20075 We can not specify classifier jar to run plugin tests with '--packages', see below error log: Exception in thread "main" java.lang.IllegalArgumentException: requirement failed: Provided Maven Coordinates must be in the form 'groupId:artifactId:version'. The coordinate provided is: com.nvidia:rapids-4-spark_2.12:23.12.0:jar:cuda12 Signed-off-by: Tim Liu <[email protected]> * Add description why need run packages test with ==cuda11 case --------- Signed-off-by: Tim Liu <[email protected]>
- Loading branch information