Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-7893

Complex Operators between Graphs

    XMLWordPrintableJSON

Details

    Description

      Currently there are 30+ operators in GraphX, while few of them consider operators between graphs. The only one is mask, which takes another graph as a parameter and return a new graph.

      In many complex case,such as streaming graph, small graph merge into huge graph, higher level operators of graphs can help users to focus and think in graph. Performance optimization can be done internally and be transparent to them.

      Complex graph operator list is here:complex_graph_operations

      • Union of Graphs ( G ∪ H )
      • Intersection of Graphs( G ∩ H)
      • Graph Join
      • Difference of Graphs(G – H)
      • Graph Complement
      • Line Graph ( L(G) )

      This issue will be index of all these operators

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andyyehoo Andy Huang
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: