0 votes
in Spark Sql by
What are the common Ecosystems in Spark?

1 Answer

0 votes
by

Spark Streaming for streaming data

Spark SQL (Shark)- for developers

GraphX for Graph computation

Machine Learning Algorithms (MLlib)

SparkR to run R programming in a Spark engine

...