The world of data platforms has evolved dramatically over the last decade. What began as an ecosystem dominated by Hadoop has transformed into a landscape defined by cloud-native lakehouses, AI-powered analytics, governed pipelines, and unified multi‑cloud strategies. With every major vendor innovating rapidly—AWS, Azure, Google Cloud, and Cloudera—the question many enterprises face today is: …
Cloudera vs AWS vs AZURE vs Google Cloud: How to decide on the right big data platform?
UPDATED:28 Sep 2024: This article was published many years ago. Most of the facts described in this article may not be valid in today’s scenario. The updated version of this article will be published soon. Background Big data concepts evolved to solve a specific problem of processing data of diversified …
From RDDs to DataFrames: A Clear, Real‑World Guide for Spark Developers
Apache Spark provides multiple ways to process big data, and two of its most commonly used abstractions are RDDs and DataFrames. Although they belong to the same ecosystem, each serves different purposes and is suited for different kinds of workloads. RDDs, or Resilient Distributed Datasets, were Spark’s original abstraction. They …
Hadoop Streaming with Perl Script
In this article, I am going to explain how to use Hadoop streaming with Perl scripts. First, let’s understand some theory behind Hadoop streaming. Hadoop has been written in Java. Therefore, the native language to write MapReduce program is Java. But, Hadoop also provide an API to MapReduce that allows …
Implementing Security in Hadoop Cluster
When we talk about security in Hadoop, we need to explore all the aspect of cluster networking and understand how the Nodes and Client communicate to each other. Let’s list down possible communication in a simple cluster. Master – Slave communication => Namenode – Datanode / Jobtracker – Tasktracker communication …
Developing Java Map-Reduce on local machine to run on Hadoop Cluster
Introduction In this post, I have explained how to develop hadoop jobs in Java and export JAR to run on Hadoop clusters. Most of the articles on internet, talk about installing eclipse-plugin and using maven or ANT to build JAR. To install eclipse-plugin for hadoop, one needs to install eclipse …
