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

Support Databricks 3.0.1 with new build profiles #3356

Merged
merged 169 commits into from
Aug 31, 2021

Conversation

tgravescs
Copy link
Collaborator

relates to #3224

Add support for databricks 3.0.1 with new build profiles. In this case so prevent having to copy all the dependencies for data bricks 3.1.1 into a profile for 3.0.1 I made another profiles dbdeps that is triggered by property -Ddatabricks.
If we want to remove this we can and we can just copy them.

I also ran into a bug with the scala-maven-plugin where I had to go back to an older version.

Also clean up some build warnings.

build command is like:

mvn -Ddatabricks -Dbuildver=301db package

@tgravescs tgravescs added the build Related to CI / CD or cleanly building label Aug 31, 2021
@tgravescs tgravescs added this to the Aug 30 - Sept 10 milestone Aug 31, 2021
@tgravescs tgravescs self-assigned this Aug 31, 2021
@tgravescs
Copy link
Collaborator Author

build

Copy link
Member

@jlowe jlowe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason the use of S{spark.version} for all the non-Spark jars struck me this time, surprised I didn't notice it before. This is done in a lot of places, so I didn't put a comment for each one. Not sure it absolutely has to have a comment, but it sure did look weird and wrong when I noticed it.

integration_tests/pom.xml Show resolved Hide resolved
shims/spark301db/pom.xml Show resolved Hide resolved
shuffle-plugin/pom.xml Show resolved Hide resolved
jlowe
jlowe previously approved these changes Aug 31, 2021
@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs merged commit 9ff648f into NVIDIA:branch-21.10 Aug 31, 2021
@tgravescs tgravescs deleted the buildsparkdb301 branch August 31, 2021 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants