October 2015
Beginner to intermediate
254 pages
5h 31m
English
GraphX is Spark's approach to graphs and computation against graphs. In this recipe, we will see a preview of what is possible with the GraphX component in Spark.
Now that we have the Twitter data stored in the ElasticSearch index, we will perform the following tasks on this data using a graph:
def convertElasticSearchDataToDataFrame(sqlContext: ...
Read now
Unlock full access