-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add Spark 3.x support for sarplus #1566
Merged
anargyri
merged 40 commits into
recommenders-team:staging
from
simonzhaoms:simonz/sarplus/spark3
Dec 14, 2021
Merged
Changes from 2 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0d5fa3d
Upgrade sarplus to support Spark 3.x
simonzhaoms 66b76d9
Add corresponding docs and simplify version specification
simonzhaoms b5d3b55
Update python package url
simonzhaoms dd1ceeb
Add macros for Spark 3.2.x
simonzhaoms 24b4d48
Add sarplus testing and packaging workflow
simonzhaoms 5af0c80
Add steps to publish python package
simonzhaoms 52999e3
Add configs for scala package publish
simonzhaoms 48028cf
Merge branch 'staging' into simonz/sarplus/spark3
simonzhaoms b50b94a
Add python 3.6 and 3.7
simonzhaoms 74298ce
Add steps for Scala packaging
simonzhaoms 92923ad
Rename scala bundle
simonzhaoms d34c3e2
Add license hader
simonzhaoms 466ebc8
Format Python code with black
simonzhaoms bdb1892
Remove trailing whitespaces
simonzhaoms 2006b58
Add Python README
simonzhaoms 46d3ae3
Use VERSION as the only place for version update
simonzhaoms d2dbe11
Update workflow
simonzhaoms 87d78d8
Remove unused code
simonzhaoms 52376d1
Remove azure-pipelines.yml
simonzhaoms 5c786fb
Update DEVELOPMENT.md
simonzhaoms f1f8cf0
Update README.md
simonzhaoms da74735
Update sarplus.yml
simonzhaoms 8c696e4
Add link to publish scala package manually to central repository
simonzhaoms 2da6acd
Merge branch 'staging' into simonz/sarplus/spark3
miguelgfierro 1094e2a
Add docstring for SARPlus init function
simonzhaoms 6845051
Merge remote-tracking branch 'origin/simonz/sarplus/spark3' into simo…
simonzhaoms bf1f0ec
Merge branch 'staging' into simonz/sarplus/spark3
anargyri fc7cab2
Use VERSION
simonzhaoms 932c698
Merge branch 'simonz/sarplus/spark3' of simonzhaomsgithub:simonzhaoms…
simonzhaoms 34c72f7
Add simon in AUTHORS.md
simonzhaoms ebff27b
Merge branch 'staging' into simonz/sarplus/spark3
anargyri fa9ece8
Remove GPG key
simonzhaoms d016370
Update sarplus.yml
simonzhaoms b8f31f2
Resolve flake8 errors
simonzhaoms decdb28
Merge branch 'simonz/sarplus/spark3' of simonzhaomsgithub:simonzhaoms…
simonzhaoms 7ef200d
Update setup.py
simonzhaoms 75028d5
Move VERSION as package data file of pysarplus
simonzhaoms 8c44d14
Remove test data access token and move fixtures into conftest.py
simonzhaoms 4ec139a
Corrent VERSION path
simonzhaoms 594674c
Fix flake8 issues
simonzhaoms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are the previous instructions still functional (e.g. sbt spPublish?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if not I suggest removing the old instructions to avoid confusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, let me try to update the instructions as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Please take a look and leave comments if any improvements