How Apache Spark works
Spark Architecture
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.
Spark Architecture
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.
Basics of spark with scala
In this article, we will go through the basics of spark with scala. The topics covered are:
Code snippets of scala for quick reference
This article will have basic code snippets for quick reference.