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 …
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 …
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 …