Lec 11
Lec 11
Lecture – 11
So let us see, these libraries, standard libraries, which are part of the Spark core, in more
So GraphX, is a general purpose, graph processing library and it builds the graph using RDD's of the
nodes and edges. Large library of graph algorithms are available as part of the GraphX.
Similarly, for community Detection, triangle counting, K-core Decomposition, K-Truss, all these
algorithms are also available for doing the graph analytics. Similarly for SPARK streaming, this particular
Spark core provides library for supporting the Spark streaming, Large-scale streaming applications are
supported in the form of Spark streaming, Spark standard streaming library system. And it will unify, the
integrate with the Spark to unify for batch interactive and streaming computations together.
Next library which is available with the Spark core is called, ‘Spark SQL’. Now it will enable loading and
querying structured data, in the form of the Spark. It is also having the links or APIs with the Hive and
with JSON.