You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/01 15:26:12 UTC

[jira] [Commented] (FLINK-3771) Methods for translating Graphs

    [ https://issues.apache.org/jira/browse/FLINK-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265767#comment-15265767 ] 

ASF GitHub Bot commented on FLINK-3771:
---------------------------------------

Github user vasia commented on the pull request:

    https://github.com/apache/flink/pull/1900#issuecomment-216042040
  
    Thanks for the updates @greghogan. Could you please also add the new `GraphAlgorithm`s in the docs? And maybe explain when to use those instead of the Graph methods? Otherwise, it's good to merge imo.


> Methods for translating Graphs
> ------------------------------
>
>                 Key: FLINK-3771
>                 URL: https://issues.apache.org/jira/browse/FLINK-3771
>             Project: Flink
>          Issue Type: New Feature
>          Components: Gelly
>    Affects Versions: 1.1.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>             Fix For: 1.1.0
>
>
> Provide methods for translation of the type or value of graph labels, vertex values, and edge values.
> Sample use cases:
> * shifting graph labels in order to union generated graphs or graphs read from multiple sources
> * downsizing labels or values since algorithms prefer to generate wide types which may be expensive for further computation
> * changing label type for testing or benchmarking alternative code paths



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)