[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-07-21 Thread maropu
Github user maropu closed the pull request at: https://github.com/apache/spark/pull/5549 --- 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: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-07-17 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5549#issuecomment-122296533 I don't think this addition has gotten any attention from GraphX maintainers. Do you mind closing this PR? --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5549#issuecomment-96767060 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-17 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/5549 [SPARK-5352][GraphX] Add getPartitionStrategy in Graph Graph remembers an applied partition strategy in partitionBy() and returns it via getPartitionStrategy(). This is useful in case of the

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5549#issuecomment-93893522 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-17 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-93893277 Sorry but mistook to close, so re-make the PR. https://github.com/apache/spark/pull/5549 --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-93902330 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-17 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-93902325 **[Test build #30455 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30455/consoleFull)** for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-93887113 [Test build #30455 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30455/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-16 Thread maropu
Github user maropu closed the pull request at: https://github.com/apache/spark/pull/4138 --- 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: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-04-15 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-93380078 @maropu Jenkins is correct, you're modifying a public API here, since you add a method to an abstract class. I think this one has stalled anyway; is there another way to

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71337315 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71337309 [Test build #26056 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26056/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread ankurdave
Github user ankurdave commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71334354 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71334562 [Test build #26056 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26056/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71305134 ISTM this patch causes no error, so please re-test it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread ankurdave
Github user ankurdave commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71310157 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71312678 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71312675 [Test build #26043 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26043/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-71310274 [Test build #26043 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26043/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-70878453 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-21 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/4138 [SPARK-5352][GraphX] Add getPartitionStrategy in Graph Graph remembers an applied partition strategy in partitionBy() and returns it via getPartitionStrategy(). This is useful in case of the

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-21 Thread ankurdave
Github user ankurdave commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-70917259 ok to test --- 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

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-70917484 [Test build #25908 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25908/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-70928458 [Test build #25908 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25908/consoleFull) for PR 4138 at commit

[GitHub] spark pull request: [SPARK-5352][GraphX] Add getPartitionStrategy ...

2015-01-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4138#issuecomment-70928469 Test FAILed. Refer to this link for build results (access rights to CI server needed):