Spark streaming

What is Spark Streaming?
Spark Streaming ist eine wesentliche Funktionalität für die Apache Spark API, die Live-Datenströme bietet, die skalierbar und fehlertolerant sind. Dies hilft der Apache Spark Engine, Workloads effektiver zu unterstützen.
Coupled with Spark's unique build and programming model for running engines, Spark Streaming helps provide good load balancing, fast error recovery, integration, and other goals. In contrast to conventional systems, tasks are planned based on available resources.

Dynamic planning helps with distribution. These and other design improvements make Spark Streaming a popular way to use this Apache open source tool.

Was the explanation to "Spark streaming"Helpful? Rate now:

Further explanations for the first letter S.