Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Social Network Analysis using Spark MLLIB

Explorer

Hi, Anyone already do (or read) any social network analysis using Spark Mllib with Python? I need to do a research with Spark to see the relationships between the people in a organization. Many thanks!

1 ACCEPTED SOLUTION

Spark has a GraphX component library (soon to be upgraded to GraphFrames) which can be used to model graph type relationships. These relationships are modeled by combining a vertex table (vertices) with an edge table (edges). Read here for more info:

http://spark.apache.org/docs/latest/graphx-programming-guide.html#example-property-graph

View solution in original post

1 REPLY 1

Spark has a GraphX component library (soon to be upgraded to GraphFrames) which can be used to model graph type relationships. These relationships are modeled by combining a vertex table (vertices) with an edge table (edges). Read here for more info:

http://spark.apache.org/docs/latest/graphx-programming-guide.html#example-property-graph

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.