Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run '--packages' only with default cuda11 jar #10279

Merged
merged 2 commits into from
Jan 30, 2024

Commits on Jan 26, 2024

  1. 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 <timl@nvidia.com>
    NvTimLiu committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b99a9d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    677c4fe View commit details
    Browse the repository at this point in the history