-
Notifications
You must be signed in to change notification settings - Fork 250
Creates a Pregel tutorial and add Pregel API to user guide #578
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
base: master
Are you sure you want to change the base?
Conversation
…s.txt and split out requirements-dev.txt. Version bumps.
…ney/build-upgrades
…ney/build-upgrades
…who just pasted or tried to run the code without a new SparkSession.
…m SparkSession.sparkContext. Use click.echo instead of print
…ting a SparkContext. print-->click.echo
…mes stackexchange' command.
1d2beba
to
b6e8c27
Compare
…l.html root page.
…orking on PageRank.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #578 +/- ##
==========================================
- Coverage 91.43% 89.62% -1.82%
==========================================
Files 18 20 +2
Lines 829 1031 +202
Branches 52 123 +71
==========================================
+ Hits 758 924 +166
- Misses 71 107 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Why is it about |
Because aggregateMessages is how you do Pregel in GraphFrames? |
Hmmm I’ve never even seen the actual Pregel API until now… might need to rename the tutorial. |
I renamed it to |
What changes were proposed in this pull request?
Why are the changes needed?