0 votes
in Spark Preliminaries by
What are Spark's different Ecosystems?

1 Answer

0 votes
by

Here are some typical Spark ecosystems:

  • Spark SQL for SQL developers 
  • Spark Streaming for data streaming 
  • MLLib for machine learning algorithms 
  • GraphX for graph computing 
  • SparkR to work with the Spark engine 
  • BlinkDB, which lets you ask questions about large amounts of data in real-time.
...