Github user semihsalihoglu commented on the pull request:
https://github.com/apache/incubator-spark/pull/580#issuecomment-35462304
I had written two comments to this but didn't get a reply yet:
https://github.com/apache/incubator-spark/pull/580#issuecomment-34731728
Github user semihsalihoglu commented on the pull request:
https://github.com/apache/incubator-spark/pull/580#issuecomment-35026015
Just to clarify, here's what happened exactly. I had forgotten to delete
those comments before committing the first time by mistake. Then I fixed
Github user semihsalihoglu commented on the pull request:
https://github.com/apache/incubator-spark/pull/580#issuecomment-35025243
GraphOpsSuite.scala? Are you looking at the version of the last commits?
The first commit had some stuff, which I deleted. I don't see them anymore.
Github user semihsalihoglu commented on the pull request:
https://github.com/apache/incubator-spark/pull/580#issuecomment-35020911
I see. OK, I downloaded scalastyle and fixed the style problems. Can we try
again?
Thank you,
semih
On Thu, Feb 13
Github user semihsalihoglu commented on the pull request:
https://github.com/apache/incubator-spark/pull/580#issuecomment-35006091
Hi guys,
Apparently something failed. I looked at the console, there's one error
early on about the file ending with a new line but don
GitHub user semihsalihoglu opened a pull request:
https://github.com/apache/incubator-spark/pull/580
Graph primitives2
Hi guys,
I'm following Joey and Ankur's suggestions to add collectEdges and
pickRandomVertex. I'm also adding the tests for collectEdges