[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14137 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70672178 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -106,6 +116,11 @@ object StronglyConnectedComponents {

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread wesolowskim
Github user wesolowskim commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70665554 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -106,6 +116,16 @@ object

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70664836 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -106,6 +116,16 @@ object StronglyConnectedComponents {

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread wesolowskim
Github user wesolowskim commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70643061 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -44,6 +44,11 @@ object StronglyConnectedComponents

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread wesolowskim
Github user wesolowskim commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70637549 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -64,11 +69,20 @@ object

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70638869 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -44,6 +44,11 @@ object StronglyConnectedComponents {

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread wesolowskim
Github user wesolowskim commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70638560 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -44,6 +44,11 @@ object StronglyConnectedComponents

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70636044 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -44,6 +44,11 @@ object StronglyConnectedComponents {

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14137#discussion_r70635683 --- Diff: graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala --- @@ -64,11 +69,20 @@ object StronglyConnectedComponents {

[GitHub] spark pull request #14137: SPARK-16478 graphX (added graph caching in strong...

2016-07-11 Thread wesolowskim
GitHub user wesolowskim opened a pull request: https://github.com/apache/spark/pull/14137 SPARK-16478 graphX (added graph caching in strongly connected components) ## What changes were proposed in this pull request? I added caching in every iteration for sccGraph that is