[
https://issues.apache.org/jira/browse/FLINK-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578834#comment-14578834
]
ASF GitHub Bot commented on FLINK-1962:
---------------------------------------
GitHub user PieterJanVanAeken opened a pull request:
https://github.com/apache/flink/pull/808
[FLINK-1962] Add Gelly Scala API
Pull request for adding the Gelly Scala API. There were some issues with
rebasing due to both the Java Gelly API and the Testing API changing, so if
someone could verify that no changes were lost in the process that would be
great.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PieterJanVanAeken/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/808.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #808
----
commit 6e9bf85832589320500c10bfe3e106d45e2e9211
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T09:47:02Z
working MapVertices in Scala API
commit 31c723cc0cc81151ad4442151c9308413a8dcd74
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T13:12:13Z
working mapEdges in Scala API
commit 1ed23215de06db594c913b83052b8834a9bb3946
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T13:37:42Z
Added the most basic unit test case for MapVertices and MapEdges
commit 8f127d019277830b6892a0949647a962a46ea2aa
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T13:55:59Z
Added the most basic unit test case for syntactic sugar versions of
MapVertices and MapEdges
commit f17b073c4c38f669bc9547b607741f3855955fb7
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T14:53:09Z
Added JoinWithVertices plus basic unit test
commit 1ae5a7a09fcc63df9452bf61eab6cdbf49a26c44
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T15:12:06Z
Removed return clause because redundant
commit d410fbc826b29200bec8d1df085f9734f4640794
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T15:32:56Z
Added apache license header
commit 6f099b4ee9e89f9774158b0419cb1ba5d9ab7191
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T15:36:41Z
Added apache license header
commit 41690b9e2788672dc8ee26d731c05320caea513a
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T08:19:39Z
added joinWithEdges on both keys, source and target with basic unit tests
commit e5f392a5b4164064ef726f17a310e3098f5be490
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T09:02:01Z
Added subgraph/filtering and degrees methods plus basic unit test
commit 3246a32475865a1d30c27725572248dc67e856eb
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T15:37:54Z
Added groupReduceOnEdges with vertex value. Required explicit type
information declaration in Java API
commit 22ae6bdc450c7eb582caba408cf11d8d85821e34
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T16:00:36Z
Added groupReduceOnEdges without vertex value. Required explicit type
information declaration in Java API
commit 5ef3090821f13239e1473ae4cf4af8cef77c2ae8
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-03T10:12:40Z
Ported bunch of new features to the scala gelly API
commit 5dac3761a4f92a8ced388bcdccc93ff0260ce7e5
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-03T14:05:37Z
Added vertex centric iterations
commit db7301ea3e8a6e890dbdbad5c584d4923cca177a
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-04T14:44:47Z
Added GSA iteration.
commit 137ef07c9907e2f991dfd2f80dd58cd0555e7ad3
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-04T15:34:32Z
Added license headers
commit ac2217fb8738f2f8ef4bcbd80bf13b4159ede36d
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-04T15:52:17Z
Set line wrapping to 100 chars for Scala
commit d9bae248cf86eff3e76ca4647801be79f6868821
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-09T09:16:59Z
Removed star imports and leading spaces
commit 8fb7761146979b488bc6b7c3de0b3f2709adfc8b
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T09:47:02Z
working MapVertices in Scala API
commit 0b7ff730d29682d026410a8c344dcddbc658208c
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T13:12:13Z
working mapEdges in Scala API
commit 2b1f6ea0da82ce0eec338d213de3ffb31133a3b0
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T13:37:42Z
Added the most basic unit test case for MapVertices and MapEdges
commit fae6a4124fc4aab22e48c10778bf9697a8b62499
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T13:55:59Z
Added the most basic unit test case for syntactic sugar versions of
MapVertices and MapEdges
commit b8b77ec2391d3c4573a4380b173ae34104862c1f
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T14:53:09Z
Added JoinWithVertices plus basic unit test
commit d6126b11ae5b90a00033ab7db3dec3f87a0549a5
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T15:12:06Z
Removed return clause because redundant
commit 48e12ecf0ed4f33b321c3436cff0435accab6917
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T15:32:56Z
Added apache license header
commit 5be9ceb1c68b9b705ba4e96b9ca1ff622ec6eea5
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-05-26T15:36:41Z
Added apache license header
commit 498d422442e77d8b02e9b731ff82ac39496a19c2
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T08:19:39Z
added joinWithEdges on both keys, source and target with basic unit tests
commit f4e5913f2ff9da85b866df1a926a7615af63ebfa
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T09:02:01Z
Added subgraph/filtering and degrees methods plus basic unit test
commit d88616f1868ae13113fc847840198dd2ea939d41
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T15:37:54Z
Added groupReduceOnEdges with vertex value. Required explicit type
information declaration in Java API
commit 2da0ba02fabed77f455a5db36e744fc07ea8545e
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-06-01T16:00:36Z
Added groupReduceOnEdges without vertex value. Required explicit type
information declaration in Java API
----
> Add Gelly Scala API
> -------------------
>
> Key: FLINK-1962
> URL: https://issues.apache.org/jira/browse/FLINK-1962
> Project: Flink
> Issue Type: Task
> Components: Gelly, Scala API
> Affects Versions: 0.9
> Reporter: Vasia Kalavri
> Assignee: PJ Van Aeken
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)