Relevance of Hadoop

Written on 2018-05-17

It's been 14 years since the initial release of Apache Hadoop, which is a long time for any software. Unsuprisingly, the internet is flooded with clickbait articles about Hadoop being replaced by newer and improved alternatives. This isn't to say these opinions don't have any merit. Even now, Hadoop remains essential for many of today's largest enterprises with their own data centers. However, other companies have the liberty to outsource sensitive data to the cloud. In this case, cloud storage services, such as AWS S3, can easily replace HDFS in the cloud.

Recall, Hadoop has two other frameworks in its ecosystem: the YARN resource manager and the MapReduce computing paradigm. Recently, some companies have replaced YARN with Kubernetes for scheduling, and most have replaced MapReduce with Apache Spark for computing. Specifically, Apache Spark excels when used in the cloud and data centers, contributing to its wild popularity. Hopefully, this serves as motivation to learning more about Spark.

This post hopefully motivates the use-cases and benefits of Spark in today's world. The comping posts will provide a high-level introduction to generic objects in the Spark API. Then, we'll dive deeper into more low-level concepts, which includes the Spark internals.

Designed and developed by Darius Kharazi © 2020

Built with Gatsby