{{theTime}}

Search This Blog

Total Pageviews

What is Apache Spark?

- Fast, Scalable distributed processing engine
- Provides high level API for in memory processing and significant performance improvements over Hadoop MapReduce
- Spark SQL integrates with structued or tabular data
- Steams for processing streaming data in real time
- MLlib machine learning and GraphX for processing graphs
- It's written in Scala (JVM language)
- It supports Java, Python and Ruby

No comments:

Optimizing Java Applications for Low-Latency Microservices

Introduction Microservices architecture has become a go-to for building scalable, modular systems, but achieving low latency in Java-based...