-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-12995][GraphX] Remove deprecate APIs from Pregel #10918
Conversation
While we're here we can remove runSVDPlusPlus in SVDPlusPlus? |
@@ -109,19 +109,17 @@ object Pregel extends Logging { | |||
* @return the resulting graph at the end of the computation | |||
* | |||
*/ | |||
def apply[VD: ClassTag, ED: ClassTag, A: ClassTag] | |||
(graph: Graph[VD, ED], | |||
def apply[VD: ClassTag, ED: ClassTag, A: ClassTag]( |
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.
Although it's really minor, the paren placement now makes it hard to see that there are two arg lists. I think it was better as-is.
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.
Fixed.
Jenkins, retest this please |
Ah, yes. I removed runSVDPlusPlus in this pr. |
Test build #50097 has finished for PR 10918 at commit
|
@maropu yeah I think you'll need to write MiMa exclusions for the removal, to confirm they are intended. |
yeah, I'm working on it. |
Test build #50101 has finished for PR 10918 at commit
|
@srowen Finished. |
Looks OK to me, though I'lll want to leave it for review for a while. CC @ankurdave if possible |
Okay. If this pr merged, I'll fix test codes in graphx to remove deprecate |
@ankurdave @srowen ping |
@srowen @ankurdave almost inactive, so what should I do? |
I'm out this week on vacation but definitely intend to proceed next week. I was leaving it for a while in case ankur is around |
okay. |
I'm back now. I'm almost ready to merge, but I noticed: should this not also remove |
f729d67
to
12d368a
Compare
Welcome back. We cannot remove |
The position of the mima entry fixed. |
If the only usage is tests, then the tests should be removed too, if they're just there to test this deprecated method. If it's found in other tests, can you migrate that code accordingly? |
Ah, we cannot simply remove some tests because these tests target other tests for graph processing. |
Test build #50902 has finished for PR 10918 at commit
|
Jenkins, retest this please. |
Test build #50967 has finished for PR 10918 at commit
|
@maropu I'm ready to merge this, but it needs a rebase, and I think this should be completed by removing |
12d368a
to
8cce85f
Compare
b6d2870
to
0e301dd
Compare
@srowen okay, I removed `mapReduceTriplets' in this pr. |
Test build #51271 has finished for PR 10918 at commit
|
Test build #51270 has finished for PR 10918 at commit
|
Test build #51279 has finished for PR 10918 at commit
|
a1609ed
to
24b7580
Compare
Test build #51280 has finished for PR 10918 at commit
|
24b7580
to
7d1452d
Compare
Test build #51281 has finished for PR 10918 at commit
|
@srowen okay, all the tests passed, so plz check this? |
Merged to master |
No description provided.