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

[Spark Distribution] Default Assemble artifact to Spark 3 #107

Merged
merged 2 commits into from
Feb 20, 2023

Commits on Feb 17, 2023

  1. [Spark Distribution] Default to Spark 3

    This changes the build.gradle file to default the assembled spark artifacts to
    use Spark 3 instead of Spark 2. This will enable users to leverage Spark 3
    features (e.g., streaming, extensions).
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f4c6192 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d4b4b32 View commit details
    Browse the repository at this point in the history