February 2017
Beginner to intermediate
1100 pages
25h 19m
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