Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5623][GraphX] Replace an obsolete mapReduceTriplets with a new aggregateMessages in GraphSuite - #4402
[SPARK-5623][GraphX] Replace an obsolete mapReduceTriplets with a new aggregateMessages in GraphSuite#4402maropu wants to merge 2 commits into
Conversation
ankurdave
commented
Feb 5, 2015
ok to test |
SparkQA
commented
Feb 5, 2015
Test build #26853 has finished for PR 4402 at commit
|
srowen
commented
Apr 15, 2015
@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
6e78f7cCompare6e78f7c to
5810ff2CompareSparkQA
commented
Apr 17, 2015
Test build #30450 has finished for PR 4402 at commit
|
SparkQA
commented
Apr 17, 2015
Test build #30454 has finished for PR 4402 at commit
|
maropu
commented
Apr 17, 2015
ok, fixed. |
AmplabJenkins
commented
Apr 27, 2015
Can one of the admins verify this patch? |
srowen
commented
Jun 19, 2015
@ankurdave OK with you? |
srowen
commented
Jan 23, 2016
@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 |
maropu
commented
Jan 25, 2016
@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. |
srowen
commented
Jan 25, 2016
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. |
maropu
commented
Jan 25, 2016
@srowen Okay and I'll do that. |
maropu
commented
Jan 25, 2016
@srowen Is there any JIRA ticket about this topic? |
srowen
commented
Jan 25, 2016
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. |
maropu
commented
Jan 25, 2016
okay. |
No description provided.