How Apache Spark works

Spark Architecture

Vasav

4 minute read

Apache spark is a distributed compute engine used to process large volume/amount of data. In this article I am going to provide information on how it works behind the scenes.

Scala - Notes

Code snippets of scala for quick reference

Vasav

1 minute read

This article will have basic code snippets for quick reference.