-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5623][GraphX] Replace an obsolete mapReduceTriplets with a new aggregateMessages in GraphSuite #4402
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
Conversation
|
ok to test |
|
Test build #26853 has finished for PR 4402 at commit
|
|
@maropu this looks stale. Is it still something you think should be merged? maybe you can rebase and then it can be reviewed if so. |
a7eb3d0 to
6e78f7c
Compare
6e78f7c to
5810ff2
Compare
|
Test build #30450 has finished for PR 4402 at commit
|
|
Test build #30454 has finished for PR 4402 at commit
|
|
ok, fixed. |
|
Can one of the admins verify this patch? |
|
@ankurdave OK with you? |
|
@maropu I think this was actually a good change, as we have had these deprecation warnings for a long time. Do you want to revive this and try to remove as many usages as possible? There may be some usages of the deprecated method in tests that try to test the deprecated method of course. Or, I may just propose separately that we remove deprecated methods in GraphX for 2.x |
|
@srowen yes and I agreed that these duplicated methods should be removed in 2.x. However, since activities in the GraphX component are almost inactive, I don't think pull requests someones make for GraphX are reviewed and merged actively in the current situation. |
|
Yes, in this regard I'm happy to review and merge changes, since it is only removing use of a method that's already deprecated. In fact I think several other people are comfortable reviewing changes that remove the deprecated methods for Spark 2.x. If you feel up for it, go for it, otherwise I may have a look. |
|
@srowen Okay and I'll do that. |
|
@srowen Is there any JIRA ticket about this topic? |
|
SPARK-5623 I suppose, but that's not about removing the deprecated methods. You could close it and make a subtask of https://issues.apache.org/jira/browse/SPARK-11806 for this. |
|
okay. |
No description provided.