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

Build against specified spark-rapids-jni snapshot jar [skip ci] #5501

Merged
merged 6 commits into from
May 19, 2022

Commits on May 17, 2022

  1. Build against specified spark-rapids-jni snapshot jar

    To fix issue : NVIDIA#5294
    
    Build rapids against the specified spark-rapids-jni snapshot jar, to avoid pulling different versions of
    spark-rapids-jni dependency jars during the compile.
    
    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3cd0872 View commit details
    Browse the repository at this point in the history
  2. Support maven build options for databricks nightly build and build/bu…

    …ildall script
    
    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4f26f8e View commit details
    Browse the repository at this point in the history
  3. Update according to review

    1, Test case for cudf expected timestamp-seq version name vs actual SNAPSHOT match, e.g.
        cudf version "7.0.1-20220101.001122-123" is satisfied by "7.0.1-SNAPSHOT"
    2, Use $MVN instead of "mvn" for every invocation of Maven,
        to include maven options for all the mvn commands.
    
    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed May 17, 2022
    Configuration menu
    Copy the full SHA
    7951912 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Fix scalastyle checking failure : line length exceeds 100 characters

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed May 18, 2022
    Configuration menu
    Copy the full SHA
    a98e22a View commit details
    Browse the repository at this point in the history
  2. Support modifying M2DIR, we may overwrite it outside the script

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed May 18, 2022
    Configuration menu
    Copy the full SHA
    646fb86 View commit details
    Browse the repository at this point in the history
  3. Copyright 2022

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e0fb178 View commit details
    Browse the repository at this point in the history